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