Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lavigne958 committed Apr 26, 2021
1 parent da5b211 commit 88a2713
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.9.1
- Open bitmap/SVG takes one click, no need to click on the frame first
- Add doxygen file to generate documentation
- Resized mainWindow icon to 32x32 pixels
- Better handle version numbers
- Fix a memory leak/crash
- Add Desktop file
- move binary to /usr/bin, standard binary location
- Update minimal version of Qt

1.9.0
- Build the UI as static library
- Build single binary application using the UI static library
Expand Down
2 changes: 1 addition & 1 deletion src/App/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define VERSION_MAJOR 1
#define VERSION_MINOR 9
#define VERSION_BUILD 0
#define VERSION_BUILD 1

#endif // VERSION_H

0 comments on commit 88a2713

Please sign in to comment.