Version 2.0.0 fanfix-2.0.0
authorNiki Roo <niki@nikiroo.be>
Sun, 24 Mar 2019 17:43:43 +0000 (18:43 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 24 Mar 2019 17:43:43 +0000 (18:43 +0100)
TODO.md
VERSION
changelog-fr.md
changelog.md

diff --git a/TODO.md b/TODO.md
index 8feb5c5a55f65666d02491a6989f810c5bcc9574..4cb5762643641f1e97fd353560b29c1374217eb0 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -36,7 +36,10 @@ My current planning for Fanfix (but not everything appears on this list):
   - [ ] Remember the current chapter and current read status of stories
   - [ ] Support progress events
   - [x] Add a properties pages
-  - [ ] Deal with comics (properties page + external launcher? jexer?)
+  - [ ] Deal with comics
+    - [x] properties page
+    - [x] external launcher
+    - [ ] jexer sixels?
 - [x] Network support
   - [x] A server that can send the stories
   - [x] A network implementation of the Library
diff --git a/VERSION b/VERSION
index 00f91b858bf5bc6134bc44275cef74c0263f5b0a..227cea215648b1af34a87c9acf5b707fe02d2072 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1-dev
+2.0.0
index 1934764e4b685ae93e3392eb5ca3ab49ada386cc..cba5cb73273e76f8c9f02e46d0bbb16d2008245b 100644 (file)
@@ -1,11 +1,12 @@
 # Fanfix
 
-# Version WIP
+# Version 2.0.0
 
 - new: les sources peuvent contenir "/" (et utiliseront des sous-répertoires en fonction)
 - gui: nouvelle page pour voir les propriétés d'une histoire
 - gui: renommer les histoires, changer l'auteur
 - gui: permet de lister les auteurs ou les sources en mode "tout" ou "listing"
+- gui: lecteur intégré pour les histoires (texte et images)
 - tui: fonctionne maintenant assez bien que pour être déclaré stable
 - cli: permet maintenant de changer la source, le titre ou l'auteur
 - remote: fix de setSourceCover (ce n'était pas vu par le client)
index 0e3ebaee428aec1e55e89a039208a22069375051..a6c32aca026e80641c48cf016cc4f6bc16c36b28 100644 (file)
@@ -1,11 +1,12 @@
 # Fanfix
 
-# Version WIP
+# Version 2.0.0
 
 - new: sources can contain "/" (and will use subdirectories)
 - gui: new Properties page for stories
 - gui: rename stories, change author
 - gui: allow "all" and "listing" modes for sources and authors
+- gui: integrated viewer for stories (both text and images)
 - tui: now working well enough to be considered stable
 - cli: now allow changing the source, title and author
 - remote: fix setSourceCover (was not seen by client)