Skip to content

Commit

Permalink
v4.23.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSilveira committed Jul 22, 2023
1 parent 7d92744 commit 07ad9b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
53 changes: 29 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,36 @@

Prevents your Windows computer from going to sleep or hibernate, your
screen from going blank, your screensaver from starting and even other
applications from detecting user inactivity.
applications from detecting that you are inactive.

It is a very simple utility looking like a play symbol that sits on your
system tray: red when active, grey when idle.

It installs and runs under the user's context, so no administrative
rights are necessary.
It pauses itself when on battery power and when locked.

## Requirements
## Installation

- Targeting .NET Framework 4.6 (through 4.8.1), with compatibility and
ease of install in mind:
- Runtime support installed by default on Windows 10+;
- Runtime support installable on Vista, 7, 8 and 8.1.
Install packages are hosted on GitHub. You can download the latest one
from [here](https://github.com/RubenSilveira/WinAwake/releases/latest).

## Development / Build
Administrative rights are not needed, as both the installation and the
application run under the user's unelevated privileges.

- Application built with Visual Studio 2022 Community:
- Installation:
- .NET desktop development
- .NET Framework 4.6 targeting pack
- Extensions:
- HeatWave (WiX v4).
- Developed and tested on Windows 11 x64 only;
## Requirements

## Contributing
.NET Framework 4.6 (through 4.8.1):
- Is installed by default on Windows 10+;
- Can be installed on Vista, 7, 8 and 8.1.

- Contributions are always welcome!
- To do:
- Battery power detection, timers, hotkeys, configurable action time
interval, command line options, different action modes and a simple about
box! :grinning:
## Development / Build

Developed and tested on Windows 11 x64 only, using Visual Studio 2022
Community:
- Installation:
- .NET desktop development
- .NET Framework 4.6 targeting pack
- Extensions:
- HeatWave (WiX v4).

## License

Expand All @@ -42,10 +40,17 @@ MIT License](https://github.com/RubenSilveira/WinAwake/blob/main/LICENSE).

## Changelog

### v4 (2023-07-22)
Features:
- Battery power detection;
- Link to about page.
Changes:
- Update checker is now manual only.

### v3 (2023-07-21)
Features:
- Locked session detection
- Update checker
- Locked session detection;
- Update checker.

### v2 (2023-07-16)
Features:
Expand Down
2 changes: 1 addition & 1 deletion WinAwake/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[assembly: AssemblyProduct("WinAwake")]
[assembly: Guid("FE3D24DB-5C73-4AC0-AB1F-C4E76A45D5C3")]

[assembly: AssemblyVersion("3.23.7.21")]
[assembly: AssemblyVersion("4.23.7.22")]

class App : ApplicationContext
{
Expand Down

0 comments on commit 07ad9b0

Please sign in to comment.