amuse.git

commit ea2cb9fa0f42421a04bca6157bd029804d73618a

Author: Adam <git@apiote.tk>

update version

 CHANGELOG.adoc | 96 ++++++++++++++++++++++++++++++++++++++-------
 README.adoc | 2 
 templates/index.html | 2 


diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 8125da169f7f931ea44ab97c41fe7a5f6c88f2cb..4c3269efc61befb3a02620e7211666f86d0a60e8 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -9,26 +9,90 @@ == Unreleased
 
 === Added
 
+* Account page (avatar, timezone, import, export) [0.5]
+* Experience deletion [0.5]
+* Wantlist deletion [0.5]
+* CLI create account [0.5]
+* CLI reset password [0.5]
+* Experienced, to-experience, TV serie watching in search results [0.5]
+* Episode page (cast) [0.5]
+* Lists filtering [0.5]
+* Link page -> experience [0.5]
+* Return to episode after watching [0.5]
+* check if wd:Q… is a book/~series [0.6]
+* 'Read book first' in lists [0.6]
+* Cache control [0.8]
+* Cache to webp and srcset images [0.8]
+* Kobo server [0.9]
+* mpv server [0.9]
+* man pages [0.10]
+* rtl [0.10]
+* API [0.10]
+
+=== Changed
+
+* cast/crew in tvSeries with season numbers [0.5]
+* Better error showing [0.5]
+* 'Based on' overhaul [0.6]
+* css minification + gzip (^) [0.7]
+* libamuse removal (plus refactoring) [0.7]
+
+=== Fixed
+
+* properly paginate inventaire results, sort in one page (some relevance?) [0.6]
+* (Emphasise book series) [0.6]
+* Gneral layout improvement [0.7]
+* Light theme improvement [0.7]
+* Translation (plurals) [0.7]
+* proper state when back, refreshed log-in, refreshed watched [0.8]
+* a11n, screanreaders [0.10]
+
+=== Removed
+
+* Remove admin [0.10]
+
+
+== [0.4.0] — 2020-11-25
+
+=== Added
+
+* Public registrations can be blocked
+* Books from Inventaire can be viewed
 * Readlist
-* Experience logging (read)
-* 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)
+* Books experiences
+* Films and TV series can be periodically updated
+* Whole seasons can be watched at once
+* Last episode to air shows episode code
+* Spoilers are blurred
+* Runtime in watchlist is shown
+* Default language and TMDB API key presence is validated at start
+* Cancelled films are marked in watchlist
+* Lists show ‘Page i/N’
 
 === Changed
 
-* Search pagination based on films *and* books
-* Show books not available in Wikidata, from Inventaire
-* Further optimisation (minify css, caching)
-* Improve based-on
+* Search box on main page is auto-focused
+* Person backdrop is their most popular film
+* Empty user’s avatar is static
+* Remaining progress in TV series is visible grey
+* Moved TMDB API key to config file
+* All image lists look the same
+* Places for images have minimum size (content jumps less)
+
+=== Fixed
+
+* On network failure search results are empty
+* Typo on login page
+* Input backgrounds in webkit
+* Book data is shown in native language if label is empty
+* Watch buttons are shown only for logged users
+* Fall back if accept-language is unknown
+* Other time fields are visible even when empty (when browsers do not support them)
+* Minor bugfixes
+
+=== Removed
+
+* Python router
 
 == [0.3.0] — 2020-05-23
 




diff --git a/README.adoc b/README.adoc
index cbe3fd8210d6267e4729abe1dc64ac3c3d6e513b..8d30da2ddab0d80c2a93a5588addaf99b4bd4ee3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
 = a·muse
 apiote <me@apiote.tk>
-v0.3.0 (Colin) 2020-03-23
+v0.4.0 (Dish of the Day) 2020-11-25
 :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.




diff --git a/templates/index.html b/templates/index.html
index 6ba045153c10fa898c5d5e5d55c766685bfb6e7d..a3711d8081b0ab2c22637e5bd103926b47daa7c3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -58,7 +58,7 @@ 			
 				<span class="text-grey material-icon">&#xe88e</span>
 			</a>
 			<!-- here goes translation link -->
-			<code class="margin-lr-1 font-_875 text-grey">v0.3.0</code>
+			<code class="margin-lr-1 font-_875 text-grey">v0.4.0</code>
 		</footer>
 	</body>
 </html>