File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.0
4
+
5
+ - update macOS app bundle embedded cPython interpreter to v3.9.2 from v3.8.2
6
+ - update SliceBaseTableModel model row and column count approaches based on qabstractitemmodel.cpp checks
7
+ - update DesignAxisModel model flags definitions based on qabstractitemmodel.cpp checks
8
+
3
9
## v0.1.3
4
10
5
11
- Add fonttools version number in the About dialog
Original file line number Diff line number Diff line change 1
1
{
2
2
"app_name" : " Slice" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"author" : " Christopher Simpkins" ,
5
5
"main_module" : " src/run.py" ,
6
6
"license" : " GNU General Public License Version 3"
Original file line number Diff line number Diff line change 56
56
)
57
57
from .ui .widgets import DragDropLineEdit
58
58
59
- __VERSION__ = "0.1.3 "
59
+ __VERSION__ = "0.2.0 "
60
60
61
61
62
62
class MainWindow (QMainWindow ):
You can’t perform that action at this time.
0 commit comments