Commit | Line | Data |
---|---|---|
92fb0719 NR |
1 | # Fanfix |
2 | ||
0eec3add NR |
3 | # Version WIP |
4 | ||
f59eafef | 5 | - new: now Android-compatible (see [companion project](https://gitlab.com/Rayman22/fanfix-android)) |
2bd2bb59 | 6 | - new: story search (not all sources yet) |
0eec3add NR |
7 | - new: proxy support |
8 | - fix: support hybrid CBZ (with text) | |
d72f4b66 | 9 | - fix: fix DEBUG=0 |
0eec3add | 10 | - gui: focus fix |
2bd2bb59 NR |
11 | - gui: bg colour fix |
12 | - gui: fix keyboard navigation support (up and down) | |
f59eafef | 13 | - gui: configuration is now much easier |
dad7b76c | 14 | - MangaLEL: website has changed |
2bd2bb59 | 15 | - search: Fanfiction.net support |
12443642 | 16 | - search: MangaLEL support |
2bd2bb59 | 17 | - FimFictionAPI: fix NPE |
a0565636 | 18 | - remote: encryption mode changed because Google |
3bf5c19b | 19 | - remote: not compatible with 2.x |
2bd2bb59 NR |
20 | - remote: now use password from config file |
21 | - remote: worse perfs but much better memory usage | |
22 | - remote: log now includes the time of events | |
0eec3add | 23 | |
a971d9df | 24 | # Version 2.0.2 |
5bc9573b | 25 | |
233c0b06 | 26 | - i18n: setting the language in the option panel now works even with $LANG set |
5bc9573b | 27 | - gui: translated into French |
233c0b06 NR |
28 | - gui: ReDownload does not delete the original book anymore |
29 | - gui: internal viewer fixes | |
30 | - gui: some translation fixes | |
5bc9573b | 31 | |
8b8ea0e2 NR |
32 | # Version 2.0.1 |
33 | ||
5406062e | 34 | - core: a change of title/source/author was not always visible at runtime |
8b8ea0e2 NR |
35 | - gui: only reload the stoies when needed |
36 | ||
a4fe8728 | 37 | # Version 2.0.0 |
0dc195de | 38 | |
93e6cc99 NR |
39 | - new: sources can contain "/" (and will use subdirectories) |
40 | - gui: new Properties page for stories | |
41 | - gui: rename stories, change author | |
97b36d32 | 42 | - gui: allow "all" and "listing" modes for sources and authors |
a4fe8728 | 43 | - gui: integrated viewer for stories (both text and images) |
93e6cc99 | 44 | - tui: now working well enough to be considered stable |
7b71f19e | 45 | - cli: now allow changing the source, title and author |
93e6cc99 NR |
46 | - remote: fix setSourceCover (was not seen by client) |
47 | - remote: can now import local files into a remote library | |
48 | - remote: better perfs | |
49 | - remote: not compatible with 1.x | |
50 | - fix: deadlock in some rare cases (nikiroo-utils) | |
51 | - fix: the resume was not visible in some cases | |
52 | - fix: update nikiroo-utils, better remote perfs | |
abe90582 | 53 | - fix: eHentai content warning |
0dc195de | 54 | |
7e1f7982 | 55 | # Version 1.8.1 |
9b863b20 NR |
56 | |
57 | - e621: the images were stored in reverse order for searches (/post/) | |
53c99a2b | 58 | - e621: fix for /post/search/ |
9b863b20 | 59 | - remote: fix some timeout issues |
afb2acc7 | 60 | - remote: improve perfs |
091af20b | 61 | - fix: allow I/O errors on CBZ files (skip image) |
afb2acc7 | 62 | - fix: fix the default covers directory |
9b863b20 | 63 | |
5e1bf969 | 64 | # Version 1.8.0 |
aa8b74a3 NR |
65 | |
66 | - FimfictionAPI: chapter names are now correctly ordered | |
b5e9855b | 67 | - e621: now supports searches (/post/) |
e5714913 | 68 | - remote: cover is now sent over the network for imported stories |
af1f506f | 69 | - MangaLel: new support for MangaLel |
aa8b74a3 | 70 | |
23b6932d NR |
71 | # Version 1.7.1 |
72 | ||
aa8b74a3 NR |
73 | - GUI: tmp files deleted too soon in GUI mode |
74 | - fix: unavailable cover could cause a crash | |
75 | - ePub: local EPUB import error when no cover | |
23b6932d | 76 | |
7563518a | 77 | # Version 1.7.0 |
ae78e517 | 78 | |
8aedaa2e | 79 | - new: use jsoup for parsing HTML (not everywhere yet) |
eab9e01c NR |
80 | - update nikiroo-utils |
81 | - android: Android compatibility | |
d4f4f8c9 | 82 | - MangaFox: fix after website update |
57f21783 | 83 | - MangaFox: tomes order was not always correct |
8aedaa2e NR |
84 | - ePub: fix for compatibility with some ePub viewers |
85 | - remote: cache usage fix | |
86 | - fix: TYPE= not always correct in info-file | |
87 | - fix: quotes error | |
88 | - fix: improve external launcher (native viewer) | |
89 | - test: more unit tests | |
90 | - doc: changelog available in French | |
91 | - doc: man pages (en, fr) | |
92 | - doc: SysV init script | |
ae78e517 | 93 | |
fc1133d6 | 94 | # Version 1.6.3 |
085a2f9a | 95 | |
eab9e01c NR |
96 | - fix: bug fixes |
97 | - remote: progress report | |
98 | - remote: can send large files | |
99 | - remote: detect server state | |
100 | - remote: import and change source on server | |
101 | - CBZ: better support for some CBZ files (if SUMMARY or URL files are present in it) | |
102 | - Library: fix cover images not deleted on story delete | |
103 | - fix: some images not supported because not jpeg-able (now try again in png) | |
104 | - remote: fix some covers not found over the wire (nikiroo-utils) | |
105 | - remote: fix cover image files not sent over the wire | |
085a2f9a | 106 | |
4f722df2 NR |
107 | ## Version 1.6.2 |
108 | ||
eab9e01c NR |
109 | - GUI: better progress bars |
110 | - GUI: can now open files much quicker if they are stored in both library and cache with the same output type | |
4f722df2 | 111 | |
874f87f4 | 112 | ## Version 1.6.1 |
4f722df2 | 113 | |
eab9e01c NR |
114 | - 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) |
115 | - fix: source/type reset when redownloading | |
116 | - GUI: show the number of images instead of the number of words for images documents | |
14b57448 | 117 | |
5c2ea907 | 118 | ## Version 1.6.0 |
326093dc | 119 | |
eab9e01c NR |
120 | - TUI: new TUI (text with windows and menus) -- not compiled by default (configure.sh) |
121 | - remote: a server option to offer stories on the network | |
122 | - remote: a remote library to get said stories from the network | |
123 | - update to latest version of nikiroo-utils | |
124 | - FimFiction: support for the new API | |
125 | - new: cache update (you may want to clear your current cache) | |
126 | - GUI: bug fixed (moving an unopened book does not fail any more) | |
c1873e56 | 127 | |
e1168b3c | 128 | ## Version 1.5.3 |
326093dc | 129 | |
e1168b3c NR |
130 | - FimFiction: Fix tags and chapter handling for some stories |
131 | ||
c3c79003 | 132 | ## Version 1.5.2 |
326093dc | 133 | |
eab9e01c | 134 | - FimFiction: Fix tags metadata on FimFiction 4 |
c3c79003 | 135 | |
83f66cbb | 136 | ## Version 1.5.1 |
326093dc | 137 | |
eab9e01c NR |
138 | - FimFiction: Update to FimFiction 4 |
139 | - eHentai: Fix some meta data that were missing | |
416ed13f | 140 | |
bfcc3496 | 141 | ## Version 1.5.0 |
326093dc | 142 | |
eab9e01c | 143 | - eHentai: new website supported on request (do not hesitate!): e-hentai.org |
57f02339 | 144 | - Library: perf improvement when retrieving the stories (cover not loaded when not needed) |
70c9b112 | 145 | - Library: fix the covers that were not always removed when deleting a story |
eab9e01c NR |
146 | - GUI: perf improvement when displaying books (cover resized then cached) |
147 | - GUI: sources are now editable ("Move to...") | |
57f02339 | 148 | |
5ce869b8 | 149 | ## Version 1.4.2 |
e8eeea0a | 150 | |
eab9e01c NR |
151 | - GUI: new Options menu to configure the program (minimalist for now) |
152 | - new: improve progress reporting (smoother updates, more details) | |
153 | - fix: better cover support for local files | |
e8eeea0a | 154 | |
e7ebc21e NR |
155 | ## Version 1.4.1 |
156 | ||
eab9e01c NR |
157 | - fix: UpdateChecker which showed the changes of ALL versions instead of the newer ones only |
158 | - fix: some bad line breaks on HTML support (including FanFiction.net) | |
159 | - GUI: progress bar now working correctly | |
160 | - update: nikiroo-utils update to show all steps in the progress bars | |
a4e45cfd | 161 | - ( --End of changes for version 1.4.1-- ) |
e7ebc21e | 162 | |
b42117f1 | 163 | ## Version 1.4.0 |
793f1071 | 164 | |
eab9e01c NR |
165 | - new: remember the word count and the date of creation of Fanfix stories |
166 | - GUI: option to show the word count instead of the author below the book title | |
ba33e96e | 167 | - CBZ: do not include the first page twice anymore for no-cover websites |
eab9e01c | 168 | - GUI: update version check (we now check for new versions) |
793f1071 | 169 | |
4310bae9 NR |
170 | ## Version 1.3.1 |
171 | ||
eab9e01c | 172 | - GUI: can now display books by Author |
4310bae9 | 173 | |
3968a05a NR |
174 | ## Version 1.3.0 |
175 | ||
eab9e01c NR |
176 | - YiffStar: YiffStar (SoFurry.com) is now supported |
177 | - new: supports login/password websites | |
178 | - GUI: copied URLs (ctrl+C) are selected by default when importing a URL | |
179 | - GUI: version now visible (also with --version) | |
3968a05a | 180 | |
22848428 NR |
181 | ## Version 1.2.4 |
182 | ||
eab9e01c NR |
183 | - GUI: new option: Re-download |
184 | - GUI: books are now sorted (will not jump around after refresh/redownload) | |
185 | - fix: quote character handling | |
186 | - fix: chapter detection | |
187 | - new: more tests included | |
22848428 NR |
188 | |
189 | ## Version 1.2.3 | |
190 | ||
eab9e01c NR |
191 | - HTML: include the original (info_text) files when saving |
192 | - HTML: new input type supported: HTML files made by Fanfix | |
22848428 NR |
193 | |
194 | ## Version 1.2.2 | |
195 | ||
eab9e01c NR |
196 | - GUI: new "Save as..." option |
197 | - GUI: fixes (icon refresh) | |
198 | - fix: handling of TABs in user messages | |
199 | - GUI: LocalReader can now be used with --read | |
200 | - ePub: CSS style fixes | |
22848428 NR |
201 | |
202 | ## Version 1.2.1 | |
203 | ||
eab9e01c NR |
204 | - GUI: some menu functions added |
205 | - GUI: right-click popup menu added | |
206 | - GUI: fixes, especially for the LocalReader library | |
207 | - GUI: new green round icon to denote "cached" (into LocalReader library) files | |
22848428 NR |
208 | |
209 | ## Version 1.2.0 | |
210 | ||
eab9e01c NR |
211 | - GUI: progress reporting system |
212 | - ePub: CSS style changes | |
213 | - new: unit tests added | |
214 | - GUI: some menu functions added (delete, refresh, a place-holder for export) | |
22848428 | 215 | |
92fb0719 NR |
216 | ## Version 1.1.0 |
217 | ||
eab9e01c NR |
218 | - CLI: new Progress reporting system |
219 | - e621: fix on "pending" pools, which were not downloaded before | |
220 | - new: unit tests system added (but no test yet, as all tests were moved into nikiroo-utils) | |
92fb0719 NR |
221 | |
222 | ## Version 1.0.0 | |
223 | ||
eab9e01c NR |
224 | - GUI: it is now good enough to be released (export is still CLI-only though) |
225 | - fix: bug fixes | |
226 | - GUI: improved (a lot) | |
227 | - new: should be good enough for 1.0.0 | |
92fb0719 NR |
228 | |
229 | ## Version 0.9.5 | |
230 | ||
eab9e01c NR |
231 | - fix: bug fixes |
232 | - new: WIN32 compatibility (tested on Windows 10) | |
92fb0719 NR |
233 | |
234 | ## Version 0.9.4 | |
235 | ||
eab9e01c NR |
236 | - fix: bug fixes (lots of) |
237 | - new: perf improved | |
238 | - new: use less cache files | |
239 | - GUI: improvement (still not really OK, but OK enough I guess) | |
92fb0719 NR |
240 | |
241 | ## Version 0.9.3 | |
242 | ||
eab9e01c NR |
243 | - fix: bug fixes (lots of) |
244 | - GUI: first implementation (which is ugly and buggy -- the buggly GUI) | |
92fb0719 NR |
245 | |
246 | ## Version 0.9.2 | |
247 | ||
eab9e01c NR |
248 | - new: minimum JVM version: Java 1.6 (all binary JAR files will be released in 1.6) |
249 | - fix: bug fixes | |
92fb0719 NR |
250 | |
251 | ## Version 0.9.1 | |
252 | ||
b7afbe42 | 253 | - initial version |
92fb0719 | 254 |