File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.3
4
+
5
+ - Add fonttools version number in the About dialog
6
+ - Add Windows .ico icon generator Makefile target
7
+ - Add Python packaging configuration/support
8
+ - Add PyPI distribution packaging and release support
9
+ - Add GitHub Actions based GitHub release automation
10
+ - Add GitHub Actions based PyPI release automation
11
+ - Add CodeQL testing
12
+
3
13
## v0.1.2
4
14
5
15
- Push the PyInstaller spec file to support PyInstaller Makefile target compiles (sorry GitHub snuck it into the default Python .gitignore file)
Original file line number Diff line number Diff line change 1
1
{
2
2
"app_name" : " Slice" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
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.2 "
59
+ __VERSION__ = "0.1.3 "
60
60
61
61
62
62
class MainWindow (QMainWindow ):
You can’t perform that action at this time.
0 commit comments