Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 30, 2023
1 parent 82f2c39 commit 34f0402
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version history of webp-viewer

## Version 0.5.0-pre (2023-07-30)
## Version 0.5.0 (2023-07-30)

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
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion webp-viewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

void showVersion()
{
std::cout << "webp-viewer, version 0.5.0-pre, 2023-07-30\n"
std::cout << "webp-viewer, version 0.5.0, 2023-07-30\n"
<< "\n"
<< "Library versions:\n"
<< " * libwebp: " << webp_version() << "\n"
Expand Down

0 comments on commit 34f0402

Please sign in to comment.