2 Commits 99ca6cb15a ... 2d141556d5

Author SHA1 Message Date
  Adam 2d141556d5 update readme 4 years ago
  Adam dc4a393c56 update changelog 4 years ago
2 changed files with 73 additions and 18 deletions
  1. 63 0
      CHANGELOG.adoc
  2. 10 18
      README.adoc

+ 63 - 0
CHANGELOG.adoc

@@ -5,6 +5,69 @@ All notable changes to this project will be documented in this file.
 The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
 and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
 
+== Unreleased
+
+=== Added
+
+* User account
+* Watchlist, Readlist
+* Experience logging (watched, read)
+* Next episode to watch in series
+* Upcoming episodes and films from watchlist
+* Film and series discovery
+* Manpages
+* Verify wd:Q… items
+* Tv series episode page (with episode cast and experiences)
+* a11n
+* RTL
+* Nigmas (search filters)
+* API
+* Read position sync (Koreader integration)
+* Watch position sycn (mpv integration)
+
+=== Changed
+
+* Search pagination based on films *and* books
+* Show books not available in Wikidata, from Inventaire
+* Further optimisation (minify css, caching)
+* Improve based-on
+* Limit tv series episode description length
+
+== [0.2.0] - 2020-02-10
+
+== Added
+
+* Searching books (from Wikidata only).
+* Showing books (from Wikidata only).
+* Searching book series (from Wikidata only).
+* Showing book series (from Wikidata only).
+* Showing books/book series that film/tv series is based on.
+* Showing last aired episode.
+* Showing cast and crew from all episodes in tv series.
+* Links to sources in TMDb, Wikidata, and Inventaire.
+* Empty states of cast, crew, season, genre, rating, birthday.
+* Caching requests to TMDb.
+* Caching images, style, font.
+* Partial it-IT translation.
+* Partial de-DE translation.
+* Setting custom port.
+* Setting custom data path.
+* `install` and `uninstall` targets in `mkfile`.
+
+=== Changed
+
+* Visual indicators of selected search results.
+* Visual indicators of selected persons.
+* Visual indicators of selected parts.
+* Showing tv series end year (if exists).
+* Lazy rendering images (by browser).
+* Rendering SVGs with resvg instead of Inkscape.
+* Code refactoring.
+
+=== Removed
+
+* No more `makefile`.
+
 == [0.1.0] - 2020-01-22
 
 === Added

+ 10 - 18
README.adoc

@@ -1,12 +1,10 @@
 = a·muse
 apiote <me@apiote.tk>
-v0.1.0 (Agrajag) 2019-12-19
+v0.2.0 (Agrajag) 2020-02-10
 :toc:
 
 a·muse is a no-JavaScript frontend for The Movie Database. It is also a system that connects films with books which the former are based on, thanks to using data from Wikidata. Finally, a·muse is also a place to collect ideas which films, books, and series watch or read next, and which of those have already been watched or read.
 
-Primary instance runs at https://amuse.apiote.tk
-
 == Name
 
 The name of the system is ‘a·muse.’ The name of the program, command, any package is ‘amuse.’
@@ -17,14 +15,12 @@ It’s a play of words—amuse as a verb, and a muse as a goddess.
 
 == Building
 
-To build version 0.1.x, You need:
+To build version 0.2.x, You need:
 
 * `go>=1.11`
-* Inkscape
+* `resvg`
 * `cwebp`
-* `make` or `mk`
-
-From version 0.2.0, `make` will not be supported, `resvg` will be supported alongside Inkscape.
+* `mk`
 
 === Python router
 
@@ -34,6 +30,8 @@ Build script is only provided in the `mkfile`, not in the `makefile`.
 
 *This is a hack. You are on Your own.*
 
+*This is currently NOT supported.*
+
 == Contribute
 
 Contributions are welcome either as merge requests or patches (send patches to `git@apiote.tk`).
@@ -44,16 +42,10 @@ This project uses https://nvie.com/posts/a-successful-git-branching-model/[nvie
 
 == Roadmap
 
-v0.2.0::
-* Search and show books
-* Show book that film/serie is based on
-* Add API
-* UI enhancements
-* Recommendations
-* Last aired episode
-v0.3.0::
-* Mark to watch, to read
-* Mark watched, read
+Roadmap exists inside `CHANGELOG.adoc`.
+
+Recommendations have been removed from the Roadmap.
+API has been postponed till the project is more stable.
 
 == Licence