X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=changelog.md;h=835bd2444e2d65c55ae60c08168abf40c0573703;hp=53fa25e549957d013d0922cbba1e33c84e16520d;hb=7e1f798217ae8ae60bb1187652dee3fb324f67d3;hpb=bfcc3496aa9ca696b67eccb591eef2e6b7960853 diff --git a/changelog.md b/changelog.md index 53fa25e..835bd24 100644 --- a/changelog.md +++ b/changelog.md @@ -1,117 +1,202 @@ # Fanfix +# Version 1.8.1 + +- e621: the images were stored in reverse order for searches (/post/) +- e621: fix for /post/search/ +- remote: fix some timeout issues +- remote: improve perfs +- fix: allow I/O errors on CBZ files (skip image) +- fix: fix the default covers directory + +# Version 1.8.0 + +- FimfictionAPI: chapter names are now correctly ordered +- e621: now supports searches (/post/) +- remote: cover is now sent over the network for imported stories +- MangaLel: new support for MangaLel + +# Version 1.7.1 + +- GUI: tmp files deleted too soon in GUI mode +- fix: unavailable cover could cause a crash +- ePub: local EPUB import error when no cover + +# Version 1.7.0 + +- new: use jsoup for parsing HTML (not everywhere yet) +- update nikiroo-utils +- android: Android compatibility +- MangaFox: fix after website update +- MangaFox: tomes order was not always correct +- ePub: fix for compatibility with some ePub viewers +- remote: cache usage fix +- fix: TYPE= not always correct in info-file +- fix: quotes error +- fix: improve external launcher (native viewer) +- test: more unit tests +- doc: changelog available in French +- doc: man pages (en, fr) +- doc: SysV init script + +# Version 1.6.3 + +- fix: bug fixes +- remote: progress report +- remote: can send large files +- remote: detect server state +- remote: import and change source on server +- CBZ: better support for some CBZ files (if SUMMARY or URL files are present in it) +- Library: fix cover images not deleted on story delete +- fix: some images not supported because not jpeg-able (now try again in png) +- remote: fix some covers not found over the wire (nikiroo-utils) +- remote: fix cover image files not sent over the wire + +## Version 1.6.2 + +- GUI: better progress bars +- GUI: can now open files much quicker if they are stored in both library and cache with the same output type + +## Version 1.6.1 + +- GUI: new option (disabled by default) to show one item per source type instead of one item per story when showing ALL sources (which is also the start page) +- fix: source/type reset when redownloading +- GUI: show the number of images instead of the number of words for images documents + +## Version 1.6.0 + +- TUI: new TUI (text with windows and menus) -- not compiled by default (configure.sh) +- remote: a server option to offer stories on the network +- remote: a remote library to get said stories from the network +- update to latest version of nikiroo-utils +- FimFiction: support for the new API +- new: cache update (you may want to clear your current cache) +- GUI: bug fixed (moving an unopened book does not fail any more) + +## Version 1.5.3 + +- FimFiction: Fix tags and chapter handling for some stories + +## Version 1.5.2 + +- FimFiction: Fix tags metadata on FimFiction 4 + +## Version 1.5.1 + +- FimFiction: Update to FimFiction 4 +- eHentai: Fix some meta data that were missing + ## Version 1.5.0 -- New website supported following a request: e-hentai.org + +- eHentai: new website supported on request (do not hesitate!): e-hentai.org - Library: perf improvement when retrieving the stories (cover not loaded when not needed) - Library: fix the covers that were not always removed when deleting a story -- UI: perf improvement when displaying books (cover resized then cached) -- UI: Sources are now editable ("Move to...") +- GUI: perf improvement when displaying books (cover resized then cached) +- GUI: sources are now editable ("Move to...") ## Version 1.4.2 -- New Options menu in UI to configure the program (minimalist for now) -- Improve progress reporting (smoother updates, more details) -- Better cover support for local files +- GUI: new Options menu to configure the program (minimalist for now) +- new: improve progress reporting (smoother updates, more details) +- fix: better cover support for local files ## Version 1.4.1 -- Fix UpdateChecker which showed the changes of ALL versions instead of the newer ones only -- Fix some bad line breaks on HTML supports (including FanFiction.net) -- UI: progress bar now working correctly -- nikiroo-utils update to show all steps in the progress bars +- fix: UpdateChecker which showed the changes of ALL versions instead of the newer ones only +- fix: some bad line breaks on HTML support (including FanFiction.net) +- GUI: progress bar now working correctly +- update: nikiroo-utils update to show all steps in the progress bars - ( --End of changes for version 1.4.1-- ) ## Version 1.4.0 -- Remember the word count and the date of creation of Fanfix stories -- UI: option to show the word count instead of the author below the book title +- new: remember the word count and the date of creation of Fanfix stories +- GUI: option to show the word count instead of the author below the book title - CBZ: do not include the first page twice anymore for no-cover websites -- UI: update version check (we now check for new versions) +- GUI: update version check (we now check for new versions) ## Version 1.3.1 -- UI: can now display books by Author +- GUI: can now display books by Author ## Version 1.3.0 -- now supports YiffStar (SoFurry.com) -- supports login/password websites -- UI: copied URLs (ctrl+C) are selected by default when importing an URL -- UI: version now visible in UI (also with --version) +- YiffStar: YiffStar (SoFurry.com) is now supported +- new: supports login/password websites +- GUI: copied URLs (ctrl+C) are selected by default when importing a URL +- GUI: version now visible (also with --version) ## Version 1.2.4 -- new UI option: Re-download -- fix UI: books are now sorted (will not jump around after refresh/redownload) -- fixes on quote character handling -- fixes on Chapter detection -- more tests included +- GUI: new option: Re-download +- GUI: books are now sorted (will not jump around after refresh/redownload) +- fix: quote character handling +- fix: chapter detection +- new: more tests included ## Version 1.2.3 -- Include the original (info_text) files when saving to HTML -- New input type supported: HTML files made by Fanfix +- HTML: include the original (info_text) files when saving +- HTML: new input type supported: HTML files made by Fanfix ## Version 1.2.2 -- New "Save as..." GUI option -- GUI fixes (icon refresh) -- Fix handling of TABs in user messages -- LocalReader can now be used with --read -- Some fixes in CSS +- GUI: new "Save as..." option +- GUI: fixes (icon refresh) +- fix: handling of TABs in user messages +- GUI: LocalReader can now be used with --read +- ePub: CSS style fixes ## Version 1.2.1 -- Some GUI menu functions added -- Right-click popup menu added -- GUI fixes, especially for the LocalReader library -- New green round icon to denote "cached" (into LocalReader library) files +- GUI: some menu functions added +- GUI: right-click popup menu added +- GUI: fixes, especially for the LocalReader library +- GUI: new green round icon to denote "cached" (into LocalReader library) files ## Version 1.2.0 -- Progress reporting system in GUI, too -- CSS style changes -- unit tests added -- Some GUI menu functions added (delete, refresh, a place-holder for export) +- GUI: progress reporting system +- ePub: CSS style changes +- new: unit tests added +- GUI: some menu functions added (delete, refresh, a place-holder for export) ## Version 1.1.0 -- new Progress reporting system (currently only in CLI mode) -- fix on e621 for "pending" pools, which were not downloaded before -- unit tests system added (but no test yet, as all tests were moved into nikiroo-utils) +- CLI: new Progress reporting system +- e621: fix on "pending" pools, which were not downloaded before +- new: unit tests system added (but no test yet, as all tests were moved into nikiroo-utils) ## Version 1.0.0 -The GUI is now good enough to be released (export is still CLI-only though). - -- bugs fixed -- GUI improved (a lot) -- should be good enough for 1.0.0 +- GUI: it is now good enough to be released (export is still CLI-only though) +- fix: bug fixes +- GUI: improved (a lot) +- new: should be good enough for 1.0.0 ## Version 0.9.5 -- bugs fixed -- WIN32 compatibility (tested on Windows 10) +- fix: bug fixes +- new: WIN32 compatibility (tested on Windows 10) ## Version 0.9.4 -- bugs fixed (lots of) -- perf improved -- use less cache files -- GUI improvement (still not really OK, but OK enough I guess) +- fix: bug fixes (lots of) +- new: perf improved +- new: use less cache files +- GUI: improvement (still not really OK, but OK enough I guess) ## Version 0.9.3 -- bugs fixed (lots of) -- first GUI implementation (which is ugly and buggy -- the buggly GUI) +- fix: bug fixes (lots of) +- GUI: first implementation (which is ugly and buggy -- the buggly GUI) ## Version 0.9.2 -Minimum JVM version: Java 1.6 (all binary JAR files will be released in 1.6). - -- bugs fixed +- new: minimum JVM version: Java 1.6 (all binary JAR files will be released in 1.6) +- fix: bug fixes ## Version 0.9.1 -Initial version +- initial version