2023-12-21 13:11:38 -08:00
|
|
|
# 📰 comicfn2dict News
|
|
|
|
|
2024-03-04 12:34:02 -08:00
|
|
|
## v0.2.1
|
|
|
|
|
|
|
|
- Support Python 3.9, thanks to @lordwelch
|
|
|
|
|
2024-02-19 14:11:47 -08:00
|
|
|
## v0.2.0
|
|
|
|
|
2024-02-29 01:49:42 -08:00
|
|
|
- The `-` character no longer breaks up tokens
|
2024-02-19 14:11:47 -08:00
|
|
|
- Titles are now parsed only if they occur after the series token AND after
|
|
|
|
either issue, year or volume.
|
2024-02-20 17:14:03 -08:00
|
|
|
- A more sophisticated date parser.
|
2024-02-20 12:57:59 -08:00
|
|
|
- Issue numbers that lead with a '#' character may start with alphabetical
|
2024-02-19 14:18:38 -08:00
|
|
|
characters.
|
2024-03-01 15:46:37 -08:00
|
|
|
- If volume exists, but issue number does not, then issue number becomes the
|
|
|
|
volume number.
|
2024-02-20 12:57:59 -08:00
|
|
|
- ComicFilenameParser and ComicFilenameSerializer classes are available as well
|
|
|
|
as the old function API.
|
2024-02-23 19:09:59 -08:00
|
|
|
- New test cases thanks to @lordwelch & @bpepple
|
2024-02-19 14:11:47 -08:00
|
|
|
|
2024-01-30 01:46:23 -08:00
|
|
|
## v0.1.4
|
|
|
|
|
|
|
|
- Require Python 3.10
|
|
|
|
|
2024-01-15 12:08:39 -08:00
|
|
|
## v0.1.3
|
|
|
|
|
|
|
|
- Fix README
|
|
|
|
|
2024-01-15 11:36:28 -08:00
|
|
|
## v0.1.2
|
|
|
|
|
|
|
|
- Add GN to format types.
|
|
|
|
|
2023-12-21 13:11:38 -08:00
|
|
|
## v0.1.1
|
|
|
|
|
|
|
|
- Fix cli script installation.
|
|
|
|
|
|
|
|
## v0.1.0
|
|
|
|
|
|
|
|
- Initial release
|