Releases: comictagger/comictagger
Releases · comictagger/comictagger
1.3.0 (2022-02-21)
What's Changed
- Allow for macOS dark mode by @davide-romanini in #159
- Enable PyInstaller console flag by @davide-romanini in #158
- Use unrar-cffi instead of python-unrar by @davide-romanini in #151
- Better console handling on Windows by @davide-romanini in #162
- Increase comicvine search results by @davide-romanini in #164
- Fix errors #172 by @lordwelch in #192
- Series search by @lordwelch in #189
- Move to python requests module by @lordwelch in #134
- Cleanup metadata handling by @lordwelch in #188
- Update travis.yml by @lordwelch in #196
- Finish normalize series search (fixes automatic tagging with ':' vs '-') by @lordwelch in #199
- Update natsort usage to be compliant with the latest version fixes #203 by @lordwelch in #204
- Fix rarfile import as by default it is optional by @lordwelch in #206
- Fixed typo by @jpcranford in #207
- Allow extended selection in the page list editor by @lordwelch in #131
- Sort language correctly by @lordwelch in #132
- Series sorting filtering by @thFrgttn in #200
- Cleanup settings from #200 by @lordwelch in #213
- Update ComicInfo.xml instead of overwriting fixes #185 by @lordwelch in #202
- Bug fixes #65,#59,#154,#180,#187,#209 by @lordwelch #214
- Update README fixes #174 by @lordwelch in #204
Build System
- PyPI release by @davide-romanini in #163
- Use GithubActions as primary release platform by @lordwelch in #201
- Add optional dependencies fixes #191 by @lordwelch in #204
- Set PyQt5 to 5.15.3, 5.15.4 has issues with pyinstaller by @lordwelch in #204
- Add pyproject.toml with setuptools, isort and black configuration by @lordwelch in #204
New Contributors
- @lordwelch made their first contribution in #192
- @jpcranford made their first contribution in #207
- @thFrgttn made their first contribution in #200
Full Changelog: 1.2.3...1.3.0
1.3.0-alpha.4
Merge pull request #206 from lordwelch/rarOptionalFix Fix rarfile import as by default it is optional
1.3.0-alpha.3: Merge pull request #204 from lordwelch/buildSystem
Update build
Pre Release 1.3.0-alpha.2
Pre Release 1.3.0-alpha.1
Pre Release 1.3.0-alpha.0
1.3.0-alpha.0 (2019-10-06)
Change
- Better support for macOS dark mode (#159)
- Better support for CLI mode in Windows (#158, #162)
- Use new unrar-cffi library for rar reading (#151)
- Increase comicvine search results per request (should result in less Comic Vine hits) (#164)
Other
- Automatic PyPI release (#163)
ComicTagger 1.2.3
1.2.3 (2019-10-06)
Fix
- Drag & Drop issues on macOS version
Other
- Update to new github comictagger url
ComicTagger 1.2.2
1.2.2
- Fix: version not included in macOS info.plist (#146)
ComicTagger 1.2.1
This is a minor release focusing on build automation:
- now all releases are automatically built and uploaded from Travis CI
- added a
MACOSX_DEPLOYMENT_TARGET=10.11
in the hope it improves compatibility
ComicTagger 1.2.0
- same features as 1.1.32-rc1
- automatic build and github release using travis (for macOS) and appveyor (for windows)
- start to use git flow for release management