Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 25, 2021
1 parent 8e322e3 commit bda47c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.3.0

- add Windows installer support to releases
- add Inno Setup Windows installer configuration
- fix: axis value editor table vertical header spacing for all caps axis tags, the axis tag column should now automatically resize to the max width axis tag in the list
- fix: set the window icon to the Slice icon on Windows views
- fix: set the About dialog title and icon on Windows views
- fix: update image conversion approach to maintain alpha transparency in Windows application icon


## v0.2.1

- update FontNameModel model flags definitions based on qabstractitemmodel.cpp fails
Expand Down
2 changes: 1 addition & 1 deletion src/build/settings/base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "Slice",
"version": "0.2.1",
"version": "0.3.0",
"author": "Christopher Simpkins",
"main_module": "src/run.py",
"license": "GNU General Public License Version 3"
Expand Down
2 changes: 1 addition & 1 deletion src/slice/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
)
from .ui.widgets import DragDropLineEdit

__VERSION__ = "0.2.1"
__VERSION__ = "0.3.0"


class MainWindow(QMainWindow):
Expand Down

0 comments on commit bda47c7

Please sign in to comment.