-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 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
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,3 +1,16 @@ | ||
webp-viewer (0.5.0-1) UNRELEASED; urgency=medium | ||
|
||
* The viewer can now handle multiple files. A user can now pass paths to | ||
multiple image files as arguments, and the viewer will allow to cycle | ||
through those files with the D or right arrow key and A or left arrow key, | ||
respectively. | ||
|
||
* Furthermore, the name of the image file is now shown in the window title, | ||
and if the program was called with more than one image file to show, then | ||
the index of the image is shown in the title, too. | ||
|
||
-- Dirk Stolle <[email protected]> Sun, 30 Jul 2023 02:23:45 +0200 | ||
|
||
webp-viewer (0.4.3-1) UNRELEASED; urgency=medium | ||
|
||
* The viewer will now emit a warning on the standard output, if the size of | ||
|
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