Skip to content

Latest commit

 

History

History
228 lines (150 loc) · 17.8 KB

CHANGELOG.md

File metadata and controls

228 lines (150 loc) · 17.8 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.

v2022.11.26 - 2022-11-26

Compare with v2022.10.11

Added

  • Add resource images for linux desktop (24e54c8 by Norm).
  • Add swipe genester to mark read,unread (5135845 by Norm).

Fixed

  • Fix threading issue with network manager, fix download model's thumbnails (971fb49 by Norm).
  • Fix crash when initalily loading library on somee platforms (f1e636d by Norm).
  • Fix desktop file, fix missed manga details model rename (05706ef by Norm).
  • Fix crash when adding not yet loaded manga, simplify manga details model, use updated downloads information to get title and thumbnail (aaa7f53 by Norm).
  • Fix searching source library, fix reloading updates when visiting page (6b79991 by Norm).
  • Fix refreshing library, sources (includes badges updating, adding new manga to library), fix showing previously read as read/unread (9dd9429 by Norm).
  • Fix marking read not working properly sometimes, fix refreshing manga from the details page, fix start button in details page (abf61a5 by Norm).
  • Fix android icon (8c7594f by Norm).
  • Fix fetching new chapters from manga details page (6b80fce by Norm).
  • Fix manga details swiping on mobile, improve downloads pending, fix call to updates (ce9c8a4 by Norm).
  • Fix couple of places where host was not resolved properly. fix getting next chapter (7a761e7 by Norm).

v2022.10.11 - 2022-10-12

Compare with v2022.10.10

Changed

  • Change executable name back to tachidesk-qtui (ea5146e by Norm).

v2022.10.10 - 2022-10-11

Compare with v2022.10.7

Added

  • Add settings image widget, clean up settings page (9912b76 by Norm).
  • Add switchs to settings. (9c64146 by Norm).
  • Add option to update manga manually (6b796db by Norm).

Fixed

  • Fix authorized websockets, fix download button in manga number (e7eb88e by Norm).
  • Fix updates page not loading the viewer when selecting a chapter (7e615c9 by Norm).
  • Fix marking chapter read from manga details page, (broke after adding manga view (d059a69 by Norm).
  • Fix reply bug when combining sources and extensions (98b354a by Norm).
  • Fix updating page number and last read chapter when using the tap navigation (74c6a45 by Norm).

v2022.10.7 - 2022-10-07

Compare with v2022.6.25

Added

Fixed

  • Fix downward movement in webtoon viewer (59f9823 by Norm).
  • Fix closing on back in android (696683c by mgn-norm).

v2022.6.25 - 2022-06-25

Compare with v2022.6.19

Fixed

  • Fix android cmake (b6ae3e3 by Norm).
  • Fix requesting next chapter, use the chapter name for header. some mark read changes (7243c13 by Norm).
  • Fix page jumping for real this time, fix chapter number sometimes not displaying properly (db06d5a by Norm).

Removed

  • Remove snap mode that was messing with image positioning (b37385b by Norm).

v2022.6.19 - 2022-06-19

Compare with v2022.6.18

Added

  • Add header bar and chapter number to header bar (b57a313 by Norm).

Fixed

  • Fix jump to page triggering more than once (0f0ae21 by Norm).

v2022.6.18 - 2022-06-18

Compare with v2022.3.19

Added

  • Add cmake install (75e2f1c by Norm).
  • Add page index to reader (609238a by Norm).
  • Add mark previous as read/unread (3db5b5d by Norm).

v2022.3.19 - 2022-03-19

Compare with v2022.3.17

Added

  • Add search to library (d1a7d7e by Norm).

v2022.3.17 - 2022-03-17

Compare with v0.0.1-qt6

Added

  • Add ability to download chapters from manga details page by clicking icon, and showing the download progress. implement open external browser button (d3cc4ea by Norm).

v0.0.1-qt6 - 2022-03-13

Compare with v0.0.6

Added

  • Add ios support in cmake (21b17ee by mgn-norm).

Fixed

  • Fix android build (acadb9b by Norm).
  • Fix websockets not connected to ssl when case doesn't match (a19af2d by Norm).
  • Fix genre string, fix crash when updates doesn't recieve a valid reply (50172ae by Norm).

v0.0.6 - 2021-11-13

Compare with v0.0.5

Fixed

  • Fix issue with screen not properly going to edge on mobile (785ce6b by Norm).

v0.0.5 - 2021-11-13

Compare with v0.0.4

Added

  • Add unread badges (6d302a4 by Norm).

Fixed

  • Fix update, add pull down for library update (7dfb975 by Norm).
  • Fix using keys to go back (2f22cba by Norm).

v0.0.4 - 2021-10-17

Compare with v0.0.3

Added

  • Add date to updates, add clicking manga image takes you to details page (20cdde6 by Norm).
  • Add updates to qrc file (170d117 by Norm).
  • Add qml reload hotkey (22dc5fd by Norm).

Fixed

  • Fix interface models warnings (7fe1e74 by Norm).
  • Fix source image locations and add to resource file (cab519c by Norm).
  • Fix search (45d231a by Norm).

v0.0.3 - 2021-09-28

Compare with v0.0.2

Fixed

  • Fix up updates page, read chapter, and download (80bfa41 by Norm).

v0.0.2 - 2021-09-22

Compare with v0.0.1

Added

  • Add gcc to dependency list (aa2aa77 by Aria Moradi).
  • Add loading indicator for loading new chapters (5843bea by Norm).
  • Add busy indicator for images that are loading (6dbed34 by Norm).
  • Add ssl protocol support for websocket (d24c301 by Norm).

Fixed

  • Fix chapters model update, add some padding to the manga details icon (2c46ccd by Norm).
  • Fix weirdly resizing image on the details page (88c656a by Norm).

Removed

  • Remove unused code (0afcf49 by Norm).

v0.0.1 - 2021-09-17

Compare with first commit

Added

  • Add full screen to reader, add openssl for android (599287b by Norm).
  • Add android icon/manifest file (50d4725 by Norm).
  • Add a button for resuming from last unread chapter, add long press for download and marking as read or unread (03aa4ea by Norm).
  • Add terrible basic download page, touch up details page readd accidently removed search (broken?), remove unused code (e74fb5f by Norm).
  • Add option to download all or unread chapters (52ea3f9 by Norm).
  • Add nsfw filter for extensions (b98cf19 by Norm).
  • Add basic search to sources, no multiple pages (489f607 by Norm).
  • Add transitions, bit more color to other pages (0c24307 by Norm).
  • Add option for base url (b873096 by Norm).
  • Add continuous loading for chapters (breaks marking chapters read at end) (256b3d8 by Norm).
  • Add language setting for sources, misc fixes (545e372 by Norm).
  • Add chapter model to properly load chapters, add missing qrc line (bf9e25a by Norm).
  • Add ability to add/remove manga from library (3ea0bf4 by Norm).
  • Add details to library/source library (5517d7c by Norm).
  • Add missing resource to qrc file (bcd1f19 by Norm).
  • Add search for extensions, start work on sources (wip) (f50a11a by Norm).

Fixed

  • Fix marking chapter as read, bit of work on library styling, update readme (fa06919 by Norm).
  • Fix chapter download (ed9784a by Norm).
  • Fix hardcoded ws url, stylize downloads a tiny bit (855b0cd by Norm).
  • Fix crash when requesting chapters, properly mark last chapter as read (83503be by Norm).
  • Fix read/unread (0f51085 by Norm).
  • Fix patch, change chapter selection styling (0bdf26f by Norm).
  • Fix seg fault when sending patch (b0882c9 by Norm).
  • Fix default hostname (fe099b4 by Norm).
  • Fix gcc build, add contribution file (a173be3 by Norm).
  • Fix bug where chapter list would override library (97c0d1d by Norm).

Removed

  • Remove port and base url, can be entered as just a url (7468d19 by Norm).
  • Remove debugging messages (a117b46 by Norm).