code cleanup
[fanfix.git] / changelog.md
... / ...
CommitLineData
1# Fanfix
2
3# Version WIP
4
5- new: sources can contain "/" (and will use subdirectories)
6- gui: new Properties page for stories
7- gui: rename stories, change author
8- gui: allow "all" and "listing" modes for sources and authors
9- tui: now working well enough to be considered stable
10- cli: now allow changing the source, title and author
11- remote: fix setSourceCover (was not seen by client)
12- remote: can now import local files into a remote library
13- remote: better perfs
14- remote: not compatible with 1.x
15- fix: deadlock in some rare cases (nikiroo-utils)
16- fix: the resume was not visible in some cases
17- fix: update nikiroo-utils, better remote perfs
18- fix: eHentai content warning
19
20# Version 1.8.1
21
22- e621: the images were stored in reverse order for searches (/post/)
23- e621: fix for /post/search/
24- remote: fix some timeout issues
25- remote: improve perfs
26- fix: allow I/O errors on CBZ files (skip image)
27- fix: fix the default covers directory
28
29# Version 1.8.0
30
31- FimfictionAPI: chapter names are now correctly ordered
32- e621: now supports searches (/post/)
33- remote: cover is now sent over the network for imported stories
34- MangaLel: new support for MangaLel
35
36# Version 1.7.1
37
38- GUI: tmp files deleted too soon in GUI mode
39- fix: unavailable cover could cause a crash
40- ePub: local EPUB import error when no cover
41
42# Version 1.7.0
43
44- new: use jsoup for parsing HTML (not everywhere yet)
45- update nikiroo-utils
46- android: Android compatibility
47- MangaFox: fix after website update
48- MangaFox: tomes order was not always correct
49- ePub: fix for compatibility with some ePub viewers
50- remote: cache usage fix
51- fix: TYPE= not always correct in info-file
52- fix: quotes error
53- fix: improve external launcher (native viewer)
54- test: more unit tests
55- doc: changelog available in French
56- doc: man pages (en, fr)
57- doc: SysV init script
58
59# Version 1.6.3
60
61- fix: bug fixes
62- remote: progress report
63- remote: can send large files
64- remote: detect server state
65- remote: import and change source on server
66- CBZ: better support for some CBZ files (if SUMMARY or URL files are present in it)
67- Library: fix cover images not deleted on story delete
68- fix: some images not supported because not jpeg-able (now try again in png)
69- remote: fix some covers not found over the wire (nikiroo-utils)
70- remote: fix cover image files not sent over the wire
71
72## Version 1.6.2
73
74- GUI: better progress bars
75- GUI: can now open files much quicker if they are stored in both library and cache with the same output type
76
77## Version 1.6.1
78
79- 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)
80- fix: source/type reset when redownloading
81- GUI: show the number of images instead of the number of words for images documents
82
83## Version 1.6.0
84
85- TUI: new TUI (text with windows and menus) -- not compiled by default (configure.sh)
86- remote: a server option to offer stories on the network
87- remote: a remote library to get said stories from the network
88- update to latest version of nikiroo-utils
89- FimFiction: support for the new API
90- new: cache update (you may want to clear your current cache)
91- GUI: bug fixed (moving an unopened book does not fail any more)
92
93## Version 1.5.3
94
95- FimFiction: Fix tags and chapter handling for some stories
96
97## Version 1.5.2
98
99- FimFiction: Fix tags metadata on FimFiction 4
100
101## Version 1.5.1
102
103- FimFiction: Update to FimFiction 4
104- eHentai: Fix some meta data that were missing
105
106## Version 1.5.0
107
108- eHentai: new website supported on request (do not hesitate!): e-hentai.org
109- Library: perf improvement when retrieving the stories (cover not loaded when not needed)
110- Library: fix the covers that were not always removed when deleting a story
111- GUI: perf improvement when displaying books (cover resized then cached)
112- GUI: sources are now editable ("Move to...")
113
114## Version 1.4.2
115
116- GUI: new Options menu to configure the program (minimalist for now)
117- new: improve progress reporting (smoother updates, more details)
118- fix: better cover support for local files
119
120## Version 1.4.1
121
122- fix: UpdateChecker which showed the changes of ALL versions instead of the newer ones only
123- fix: some bad line breaks on HTML support (including FanFiction.net)
124- GUI: progress bar now working correctly
125- update: nikiroo-utils update to show all steps in the progress bars
126- ( --End of changes for version 1.4.1-- )
127
128## Version 1.4.0
129
130- new: remember the word count and the date of creation of Fanfix stories
131- GUI: option to show the word count instead of the author below the book title
132- CBZ: do not include the first page twice anymore for no-cover websites
133- GUI: update version check (we now check for new versions)
134
135## Version 1.3.1
136
137- GUI: can now display books by Author
138
139## Version 1.3.0
140
141- YiffStar: YiffStar (SoFurry.com) is now supported
142- new: supports login/password websites
143- GUI: copied URLs (ctrl+C) are selected by default when importing a URL
144- GUI: version now visible (also with --version)
145
146## Version 1.2.4
147
148- GUI: new option: Re-download
149- GUI: books are now sorted (will not jump around after refresh/redownload)
150- fix: quote character handling
151- fix: chapter detection
152- new: more tests included
153
154## Version 1.2.3
155
156- HTML: include the original (info_text) files when saving
157- HTML: new input type supported: HTML files made by Fanfix
158
159## Version 1.2.2
160
161- GUI: new "Save as..." option
162- GUI: fixes (icon refresh)
163- fix: handling of TABs in user messages
164- GUI: LocalReader can now be used with --read
165- ePub: CSS style fixes
166
167## Version 1.2.1
168
169- GUI: some menu functions added
170- GUI: right-click popup menu added
171- GUI: fixes, especially for the LocalReader library
172- GUI: new green round icon to denote "cached" (into LocalReader library) files
173
174## Version 1.2.0
175
176- GUI: progress reporting system
177- ePub: CSS style changes
178- new: unit tests added
179- GUI: some menu functions added (delete, refresh, a place-holder for export)
180
181## Version 1.1.0
182
183- CLI: new Progress reporting system
184- e621: fix on "pending" pools, which were not downloaded before
185- new: unit tests system added (but no test yet, as all tests were moved into nikiroo-utils)
186
187## Version 1.0.0
188
189- GUI: it is now good enough to be released (export is still CLI-only though)
190- fix: bug fixes
191- GUI: improved (a lot)
192- new: should be good enough for 1.0.0
193
194## Version 0.9.5
195
196- fix: bug fixes
197- new: WIN32 compatibility (tested on Windows 10)
198
199## Version 0.9.4
200
201- fix: bug fixes (lots of)
202- new: perf improved
203- new: use less cache files
204- GUI: improvement (still not really OK, but OK enough I guess)
205
206## Version 0.9.3
207
208- fix: bug fixes (lots of)
209- GUI: first implementation (which is ugly and buggy -- the buggly GUI)
210
211## Version 0.9.2
212
213- new: minimum JVM version: Java 1.6 (all binary JAR files will be released in 1.6)
214- fix: bug fixes
215
216## Version 0.9.1
217
218- initial version
219