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