Suwariyomi Changelog

What's new in Suwariyomi 0.14.1

Jun 11, 2022
  • What's new:
  • Implemented internationalization! If you want to make translations for the application, read TRANSLATING.md. (88217f8) (2dd0e86) (562ecd7) (6394003) (27124fd) (3d6d96c) (478a3ef) (fca0258)
  • Fixed bug that didn't properly show the status of currently-updating sources if you left the library whilst updating and returned. (3d6d96c)
  • Updated dependencies (and broke the app several times in the process.) (923efa3) (11f7095) (500342c) (5bc0a39) (819fdd6) (7e2ca03) (3c16b5e) (3c6cc35) (5fc549a) (4568110) (ddd3fff) (66779bb)
  • Fixed XSS vulnerability. (f77587c)

New in Suwariyomi 0.14.0 (May 18, 2022)

  • Implemented the source browser! No going to some shady repository to download some totally-legitimate zip files off of a totally-legitimate website! (01bc74e) (aed2d52) (93413c2) (a87673a) (458bb64) (e2f42c9) (a1f7302)
  • Implemented theming! No, there will not be a themes repository.. maybe. Someone make their own or something..? or.. I can make a Discord? I don't know. (e37fc26) (27c6e60) (06f4456)
  • With this, there is now a light mode and a dark mode option. And yes, when you see it, that is the library page. It took an hour and thirty minutes to make.
  • Due to the nature of the CSS-in-JS library Aphrodite, you unfortunately will have to restart your client whenever you change your theme / theme type.
  • Implemented chapter downloading support. This does not mean that you can read offline (through the reader) - it means that you can download an entire chapter and it will be saved to your hard-drive. This should come next update. Support for downloading has to also be provided by the source you're downloading from, however. (98289e8)
  • Added a few tooltips to the icons in view.tsx. (f46a9ff)