Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

105 lines (72 loc) · 3.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • [tanoshi-util] add log utility for extensions
  • [tanoshi] graceful shutdown, close database on server shutdown

Changed

  • [tanoshi] local sources manga list now sorted
  • [tanoshi-web] frontend now force logout on unactivated server

Fixed

  • [tanoshi] fix local source duplicate list on load more
  • [tanoshi] fix non folder or non cbz/cbr files not filtered

Added

  • [tanoshi] Periodic background updates
  • [tanoshi] Telegram bot notification
  • [tanoshi] Support local manga chapter as directory instead of archive files
  • [tanoshi-web] Navigate to prev/next chapter at start/end of chapter
  • [tanoshi-web] Loading spinner when change chapter and installing extenstion
  • [tanoshi-util] implement http_request supporting http method other than GET
  • [tanoshi-lib] move Request and Response to tanoshi-util
  • [tanoshi-vm] use http_request implementation from tanoshi-util

Changed

  • [tanoshi] Decouple db and graphql
  • [tanoshi] Replace option with result
  • [tanoshi] Check token expiration
  • [tanoshi] get_claims return result
  • [tanoshi] Establish database connection return result
  • [tanoshi-web] Serialize and Deserialize from catalogue into local_storage instead of individual fields
  • [tanoshi-web] Use with_node because events:value is deprecated
  • [tanoshi] Implement clippy suggestion
  • [tanoshi-web] Bigger fonts in input box
  • [tanoshi-web] Use primary color for button inside topbar
  • [tanoshi-vm] Reduce memory consumption by separating compile and runtime for extension
  • [tanoshi-web] Reduce code duplication on query.rs
  • [tanoshi] library now default to sorted by title
  • [tanoshi-vm] process will spawn task for concurrency

Fixed

  • [tanoshi-web] cover image brightness not lowered in catalogue if favorited
  • [tanoshi] refresh all libraries
  • [tanoshi-web] manga title wrap
  • [tanoshi] failed to register first time because backend check non existent token

0.24.6 - 2021-08-03

Fixed

  • fix catalogue not fetch next page
  • fix some stylings

0.24.5 - 2021-07-24

Changed

  • Switch from yarn to trunk
  • Migrate from tailwind to sass

Fixed

  • Fix web won't load

0.24.4 - 2021-07-16

Fixed

  • fix bottombar showing in reader

0.24.3 - 2021-07-16

Added

  • show error as snackbar

Changed

  • reduce panic

0.24.2 - 2021-07-11

Fixed

  • fix panic when using local source