Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavigne958 committed Jun 23, 2021
1 parent e801075 commit 1e2b3e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.9.2
- Prevent closing the app without saving current project
- Add ffmpeg as dependency of the installer
- Reformat/clean code
- Fix memory leak when exiting the application

1.9.1
- Open bitmap/SVG takes one click, no need to click on the frame first
- Add doxygen file to generate documentation
Expand Down
1 change: 0 additions & 1 deletion src/App/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class MainWindow : public QMainWindow
QMenu *helpMenu;
QMenu *viewMenu;
QMenu *importMenu;
QMenu *exportMenu;
QUndoStack *m_undoStack;
const QString FFMPEG = "ffmpeg";
const QString PLUGIN_DIR = "/opt/animationmaker/plugins";
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 1
#define VERSION_BUILD 2

#endif // VERSION_H

0 comments on commit 1e2b3e5

Please sign in to comment.