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