CHANGELOG.adoc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. = Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], but uses AsciiDoc instead of Markdown,
  4. and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
  5. == Unreleased
  6. === Added
  7. * Readlist
  8. * Experience logging (read)
  9. * Upcoming episodes and films from watchlist
  10. * Film and series discovery
  11. * Manpages
  12. * Verify wd:Q… items
  13. * Tv series episode page (with episode cast and experiences)
  14. * a11n
  15. * RTL
  16. * Nigmas (search filters)
  17. * API
  18. * Read position sync (Koreader integration)
  19. * Watch position sycn (mpv integration)
  20. === Changed
  21. * Search pagination based on films *and* books
  22. * Show books not available in Wikidata, from Inventaire
  23. * Further optimisation (minify css, caching)
  24. * Improve based-on
  25. == [0.3.0] — 2020-05-23
  26. === Added
  27. * Watchlist (with searching)
  28. * Showing that film in watchlist has previous, not watched part
  29. * Marking films watched (also on another date)
  30. * TV Queue
  31. * Marking episodes skipped or watched
  32. * Showing progress in TV series
  33. * Skipping whole season 0 in TV series
  34. * Experiences (of films and TV series)
  35. * User account (signup and login)
  36. * Next episode to watch in TV series
  37. * New verbs (%a, %b, %h) in date translations
  38. === Changed
  39. * Placeholder on the front page is cut with ellipsis
  40. * Episode description in last and next episode are cut with ellipsis
  41. * Updated translations
  42. * Year is hidden if it’s unknown
  43. * Cancelled TV series are treated like ended ones
  44. === Fixed
  45. * Years in TV series if end year is unknown
  46. == [0.2.0] - 2020-02-10
  47. === Added
  48. * Searching books (from Wikidata only).
  49. * Showing books (from Wikidata only).
  50. * Searching book series (from Wikidata only).
  51. * Showing book series (from Wikidata only).
  52. * Showing books/book series that film/tv series is based on.
  53. * Showing last aired episode.
  54. * Showing cast and crew from all episodes in tv series.
  55. * Links to sources in TMDb, Wikidata, and Inventaire.
  56. * Empty states of cast, crew, season, genre, rating, birthday.
  57. * Caching requests to TMDb.
  58. * Caching images, style, font.
  59. * Partial it-IT translation.
  60. * Partial de-DE translation.
  61. * Setting custom port.
  62. * Setting custom data path.
  63. * `install` and `uninstall` targets in `mkfile`.
  64. === Changed
  65. * Visual indicators of selected search results.
  66. * Visual indicators of selected persons.
  67. * Visual indicators of selected parts.
  68. * Showing tv series end year (if exists).
  69. * Lazy rendering images (by browser).
  70. * Rendering SVGs with resvg instead of Inkscape.
  71. * Code refactoring.
  72. === Removed
  73. * No more `makefile`.
  74. == [0.1.0] - 2020-01-22
  75. === Added
  76. * Searching films.
  77. * Searching TV series.
  78. * Showing films.
  79. * Showing TV series.