File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0
4+
5+ - add macOS code signed / installer notarization support
6+ - add new macOS code signing, notarization, and code signing/notary validation make targets
7+ - add Arch Linux AUR package support and documentation (thanks Caleb!)
8+ - add Homebrew cask tap install/uninstall/upgrade support and documentation
9+ - add maintainer docs on path ` docs/MAINTAINER.md `
10+
311## v0.3.1
412
513- minor patch for Homebrew distribution testing
Original file line number Diff line number Diff line change 11{
22 "app_name" : " Slice" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.0 " ,
44 "author" : " Christopher Simpkins" ,
55 "main_module" : " src/run.py" ,
66 "license" : " GNU General Public License Version 3"
Original file line number Diff line number Diff line change 5858)
5959from .ui .widgets import DragDropLineEdit
6060
61- __VERSION__ = "0.3.1 "
61+ __VERSION__ = "0.4.0 "
6262
6363
6464class MainWindow (QMainWindow ):
You can’t perform that action at this time.
0 commit comments