Releases: go-shiori/go-epub
Releases · go-shiori/go-epub
v1.2.1: For Armita Geravand
For Armita Geravand
Highlights:
- Update to golang v1.21
- Refactor logic for the appending of subsections
- Fix bugs
thanks @fmartingr @ChengShusss @ALIBRAGIMOV
What's Changed
- fix: misplaced subsection position in toc.ncx by @ChengShusss in #13
- fix: Append subsection to subsection by @Monirzadeh in #18
- fix: ineffectual assignment to parentIndex by @Monirzadeh in #19
- update to golang v1.21 by @Monirzadeh in #21
- deps: add dependabot by @Monirzadeh in #23
- fix: add file extension at the end of filename if not provided by @Monirzadeh in #20
- ci: add codecov support by @fmartingr in #24
- deps: Update Dependencies by @Monirzadeh in #25
New Contributors
- @ChengShusss made their first contribution in #13
- @fmartingr made their first contribution in #24
Full Changelog: v1.2.0...v1.2.1
v1.2.0: For Mahsa Amini
For Mahsa Amini
Highlights
-
proper error handling: no more panic
-
upgrade minimum golang to 1.20
-
better id for files in manifest
thanks @fmartingr @bmaupin @owulveryck
What's Changed
- update namespace by @Monirzadeh in #1
- fix: proper error handling by @Monirzadeh in #2
- ci: add lint step to workflows by @Monirzadeh in #4
- docs: fix badge in README by @Monirzadeh in #8
- Remove all golangci-error by @Monirzadeh in #5
- fix: remove unused setAuthor function by @Monirzadeh in #10
- fix: image with same URL added twice and more reliable image ID by @Monirzadeh in #3
New Contributors
- @Monirzadeh made their first contribution in #1
Full Changelog: v1.1.0...v1.2.0