Skip to content

Latest commit

 

History

History
121 lines (81 loc) · 8.45 KB

CHANGELOG.md

File metadata and controls

121 lines (81 loc) · 8.45 KB

Changelog

1.3.1 (2022-12-10)

Bug Fixes

  • read port env variable after app.prepare (0756894)
  • replace chown usage to speed up startup (4d68ae9)
  • use unpaged param for komga series (d4786d2)

1.3.0 (2022-11-24)

Features

Bug Fixes

  • use correct env variable (579d8d0)
  • use exact parameter instead of first during manga match (aa4e32d)

1.2.1 (2022-11-04)

Bug Fixes

  • pass include anilist manga to search (a93da58)

1.2.0 (2022-11-04)

Features

  • add apprise support (7d6fe34)
  • add dark mode (22f6689)
  • add komga integration (04c521d)
  • add settings table (5cb4457)
  • add settings ui (45980ec)
  • update mangal to v4, allow updating existing manga metadata (43b2693)

Bug Fixes

  • auto size search results (f8eb9c6)
  • check the length of the tags and genres (073fe01)
  • disable search if there are no library created yet (a18d166)
  • don't overflow on latest downlods (52ca56b)
  • focus on library input (9abb2f8)
  • remove jobId from updateMetadata jobs (99877bb)
  • remove ongoing download jobs if exist (e9f6bfe)
  • remove trailing undescores from sanitized manga names (c8c463d)

1.1.1 (2022-10-28)

Bug Fixes

  • prevent incorrect image generation (31075fd)

1.1.0 (2022-10-27)

Features

  • add ability to bind manga metadata to another anilist id (a3a9252)
  • add support for custom interval. closes #12 (a7323d8)
  • implement update popup for metadata and interval (e82d934)
  • reschedule checkChapter jobs on startup. closes #14 (ab14475)

Bug Fixes

  • check for out-of-sync chapters (caf6720)
  • don't store completed notification jobs (373fc3b)
  • filter out empty lines when getting the sources (b150575)

1.0.0 (2022-10-22)

Features

Bug Fixes

  • add alt to header image (0152736)
  • create single instance for prisma client (879250c)
  • dont create multiple prisma clients (cea8da2)
  • filter empty result (977b3d8)
  • hide navbar if window is too narrow (1abe552)
  • rate limit notifications (20ada9b)
  • remove metadata when manga is removed (76b688f)
  • remove minutely from intervals (bc5b14c)
  • search selection (216b926)
  • show error if user tries to add same manga (cc2d6dd)