forked from dziemborowicz/hourglass
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Installer - Adds the **Hourglass** executable path to the Windows App Paths, so the **Hourglass** command-line is available out of the box. ### UI - Uses a Windows Task Dialog instead of a message box. - The **Command-line usage** dialog can be accessed from the **About** dialog and vice versa. ### Notification Area - The double click shows/hides all the timer windows. - All the timers are arranged by the time left. The order of the timers is new, expired, paused, running. - The **Exit** menu asks to close all the running timer windows if the **Prompt on exit** option is on. ### Timer Windows - The `Esc` shortcut minimizes the timer window. - The `F11` shortcut makes the timer window full screen and back. - The `Ctrl+N` shortcut creates a new timer window. - The mouse double-click on progress border makes the timer window full screen and back. - The minimum timer window size is limited by the Windows. - The timer tooltip is shown if the timer window size is too small. - All the timer windows are arranged by the time left. The order of the timer windows is new, expired, paused, running. - When the timer window is minimized or closed the next visible non-minimized timer window is activated. - The **Window title** submenu is available directly from the timer window context menu. - The **Reset bounds** menu item sets the timer window default position and size. - The **Restore**, **Minimize** and **Maximize** timer window commands are always present in the timer window context menu. - All the timer window commands are available in the timer window context menu. - Shortcuts are displayed in the timer window context menu. - The progress bar changes direction to vertical when the height is more than the width and vice versa. - The switching between light and dark themes is improved. - The **Display time in the digital clock format** menu item toggles the displayed time digital clock time format. It can be found under the **Advanced options** submenu of the timer window context menu. The command-line option is `--digital-clock-time` / `-c` - The timer window pops up on the current virtual desktop. - The sound file can be placed to the `%LOCALAPPDATA%\Hourglass` or `%LOCALAPPDATA%\Hourglass\Sounds` directories. It can be the symbolic link created by the `mklink` system command. ### Misc - The **Hourglass** is built deterministically using the GitHub Actions.
- Loading branch information
Showing
9 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Version>1.15.19.0</Version> | ||
<Version>1.15.20.0</Version> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<UpdateInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<LatestVersion>1.15.19.0</LatestVersion> | ||
<LatestVersion>1.15.20.0</LatestVersion> | ||
<UpdateUrl>https://github.com/i2van/hourglass/releases/latest</UpdateUrl> | ||
</UpdateInfo> |