Skip to content

Releases: FuzzyGrim/Yamtrack

v0.8.0

18 Mar 14:56
b5f96a0
Compare
Choose a tag to compare

Features

  • Cache processed data from external APIs (dd004fd)
  • Added brotli for better content compression (7633ad4)
  • Optimized data importing (8197161)
  • Added additional data to media descriptions (fb2c1ad)
  • Added better empty states (dd0dd81)

Fixes

  • Fixed errors when saving media with unknown total episodes (ce143e6)
  • Fixed crashes caused by medias with non-latin titles (71457c1)

Other

  • Update default PostgreSQL version to v16 (b887d75)
  • Hide asterisk for required fields in forms (c721e8c)
  • Changed to default session expiry age (cc69e37)
  • Use default bootstrap dark theme (60f18f9)

Maintenance

Full Changelog: v0.7.1...v0.8

v0.7.1

22 Feb 10:49
Compare
Choose a tag to compare

Features

  • Added non editable credentials accounts, for creating demo account (56b5b61)

Fixes

  • Fixed default layout can be overwritten even if value is not valid (7ac2b3f)
  • Fixed search page not redirecting correctly after submitting track form (5e90449)
  • Fixed potential database lock when updating episode watch date (aed9cc7)
  • Fixes errors that may occur when handling multiple requests when changing progress from home page (5fabaaa)

Other

  • Removed help text for username and password change (5ce4727)
  • Removed some password requirements (6eeea5c)
  • Use ruff as formatter (5bb47c6)

Maintenance

Full Changelog: v0.7...v0.7.1

v0.7

17 Feb 22:52
Compare
Choose a tag to compare

Important

  • Changed license to AGPL (fbe6e33)
  • Update to python 3.11 (86e7e3c)
  • Added ARM64 docker image support (3e01afd)

Features

  • Added start date tracking for movies (414e29e)
  • Added start date, end date, status and progress to TV shows (e18a722)
  • Optimized SQL queries (a565c38)
  • Added toggle between table and grid layouts for media list (89b7bc2)
  • Optimized TMDB api calls (612eae5)
  • Added end dates for media details summaries (bc57ee6)
  • Metadata refactor by @FuzzyGrim in #106

Fixes

  • Fixed progress increased incorrectly (18c9f01)
  • Fixed error when importing duplicated content from tmdb (4e63931)
  • Fixed track form not appearing for media with ' and " in title (08aca17)
  • Fixed text alignment for anime and manga track form (9e64b31)

Maintenance

Full Changelog: v0.6.1...v0.7

v0.6.1

03 Feb 17:34
Compare
Choose a tag to compare

Features

  • Added better error pages (a245456)
  • Added docker image size in README (b0eb746)

Fixes

  • Fixed CSRF verification error (df041f7)
  • Fixed environmental variables overwritten by system (934e825)

Maintenance

Full Changelog: v0.6...v0.6.1

v0.6

30 Jan 19:17
Compare
Choose a tag to compare

Features

Fixes

  • Fixed SQLite database lock when importing media (2d5caf6)

Other

  • Use grid layout for tv show and movies listing (2332562)
  • Change to gunicorn for simpler setup (ec856b9)
  • Remove admin site (95adc6f)

Maintenance

Full Changelog: v0.5...v0.6

v0.5

27 Apr 22:06
34c487d
Compare
Choose a tag to compare

Features

Fixes

  • Fixed not importing everything from MyAnimeList (5ab6b93)

Other

  • Removed adult results in tmdb search (5909ba1)
  • Added logging (2823fc2)

Maintenance

Full Changelog: v0.4.1...v0.5

v0.4.1

15 Mar 09:44
Compare
Choose a tag to compare

Fixes

Fix REGISTRATION=False env var not working (e7aa335)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Mar 23:03
Compare
Choose a tag to compare

Updates

  • Added cookies over https with env var (694ea3c)
  • Added error message when no results are found (b256773)
  • Show original media type on MAL search (f29e1f0)
  • Added error page for common error status (c2ecadd)
  • Show spinner inside submit button on profile page (b6253de)
  • Removed jQuery (c8a2279)
  • Removed nginx and serve static files with uwsgi (6460f02)
  • Added armv6, armv7 and arm64 docker support](df3c46a and f0e4cfb)
  • Added multi processes support with uwsgi (c4bd728)
  • Added favicon (09d8bac)
  • Refactor media folder by @FuzzyGrim in #12

Fixes

  • Fixed can't use yamtarr with only one API key (e3f9ff3)
  • Fixed crash when mal couldn't find any result (85814ee)
  • Fixed automatic autofocus on password change form (8212c20)
  • Fixed media already stored showing on anilist import message as not found](912d9a7)

Bumps

Full Changelog: v0.3.1...v0.4.0

v0.3.1

08 Feb 10:43
Compare
Choose a tag to compare

Fixes

  • Fix UnboundLocalError for progress (e84cb04)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Feb 10:29
Compare
Choose a tag to compare

Updates

  • Added nginx to main docker image (d351298)
  • Created docker image with dev tag for latest upstream version (05b733f)
  • Added date tracker by @FuzzyGrim in #4
  • Added searched query to search bar for easy edit (1a3054c)
  • Improvements on dropdown ui on home page (d45e774)
  • Changed select all to general, editing tv show won't edit seasons values (afdc9ba)
  • Removed use of mark_safe() (127e3c2)
  • Made API keys optional if you won't use it (87e3724)

Fixes

  • Fixed edit modal not loading when open-modal-button is clicked immediatly (0dd4eb6)
  • Fixed season offset when tmdb show has season 0 (0275b89)
  • Fixed edit modal not updating when selected season has null score (e1a27d4)
  • Fixed some nsfw anime & manga not found (1b24bcd)

Bumps

Full Changelog: v0.2.0...v0.3.0