Skip to content

Releases: everpcpc/KMReader

v5.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:22
24e1366

What's Changed

  • chore: bump version to 5.2 by @everpcpc in #904
  • fix(offline): stabilize post-download finalization by @everpcpc in #905
  • fix(dashboard): stabilize macOS section hover controls by @everpcpc in #906
  • fix(browse): avoid projection-driven page refresh by @everpcpc in #907
  • fix(epub): smooth overlay text replacement by @everpcpc in #908
  • refactor: stabilize deleted content projections by @everpcpc in #910
  • fix(storage): use tvOS-safe support directory by @everpcpc in #911
  • fix(reader): stabilize tvOS Divina cover navigation by @everpcpc in #912
  • feat(browse): surface search from dashboard by @everpcpc in #914
  • feat(offline): sync missing offline covers by @everpcpc in #915
  • fix(thumbnail): bound cover interaction surface by @everpcpc in #916
  • fix(search): prefer relevance for browse search by @everpcpc in #917
  • fix(localization): correct list layout labels by @everpcpc in #918
  • fix(offline): normalize archive path replacements by @everpcpc in #919
  • fix(widgets): sync dashboard widget entries from sections by @everpcpc in #920
  • fix(dashboard): remember library filters per server by @everpcpc in #922
  • fix(epub): stabilize vertical RTL pagination by @everpcpc in #923
  • fix(reader): separate content and controls viewports by @everpcpc in #925
  • fix(ui): keep selection rows visible while projections load by @everpcpc in #926
  • docs: refresh 5.2 store copy by @everpcpc in #927

Full Changelog: v5.1...v5.2

v5.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:35
913c0b5

What's Changed

Full Changelog: v5.0...v5.1

v5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:53
52a2e60

What's Changed

  • fix: Download Unread on a read list ignores the list's order by @pumapaul in #843
  • feat(reader): add T-Split tap-zone layout by @forkger in #844
  • fix(reader): reset zoom state after page turn in cover transition by @forkger in #847
  • fix: pair streamed PDF pages in forced dual layout by @everpcpc in #848
  • fix: stabilize tvOS reader input focus by @everpcpc in #849
  • fix(reader): macOS Reader menu commands being inert while a reader window is open by @forkger in #850
  • fix: keep reader flush handlers until teardown by @everpcpc in #851
  • fix: reset reader zoom on viewport changes by @everpcpc in #852
  • fix: keep pinned library items sorted locally by @everpcpc in #854
  • fix: improve offline download reader state by @everpcpc in #855
  • Add bundled model license notice and remove an unused asset by @forkger in #856
  • refactor: make stateless services static by @everpcpc in #857
  • refactor: separate sync work from UI state by @everpcpc in #858
  • fix: ignore stale localization build outputs by @everpcpc in #859
  • fix: sync reader download live activity by @everpcpc in #861
  • fix: avoid SwiftData query deadlock by @everpcpc in #862
  • fix: refresh read progress lists by @everpcpc in #863
  • fix: show read status for one-shot series by @everpcpc in #866
  • fix: keep one-shot read summary placement by @everpcpc in #867
  • fix: refresh offline download status in lists by @everpcpc in #868
  • ci: delay GitHub releases until next minor bump by @everpcpc in #869
  • refactor: migrate local storage to grdb by @everpcpc in #870
  • fix: use locale-aware percent formatting by @everpcpc in #871
  • fix: stabilize reader loading progress state by @everpcpc in #872
  • feat: defer offline archive extraction by @everpcpc in #873
  • fix: smooth reader loading progress updates by @everpcpc in #875
  • fix: persist EPUB reader color scheme by @everpcpc in #876
  • feat: add EPUB overlay customization by @everpcpc in #877
  • refactor: migrate logs storage and add paginated log browsing by @everpcpc in #878
  • fix: stabilize reader loading detail by @everpcpc in #879
  • fix: align book card placeholders with card visibility settings by @everpcpc in #880
  • fix: stabilize reader loading background by @everpcpc in #881
  • docs: refresh 5.0 store copy by @everpcpc in #883

New Contributors

Full Changelog: v4.13...v5.0

v4.13

Choose a tag to compare

@github-actions github-actions released this 29 May 01:48
91b41d3

What's Changed

  • fix(reader): sync presented book on Divina cross-volume continuation by @spawvn in #818
  • feat(ui): move browse tab to trailing position by @everpcpc in #819
  • fix(reader): harden pagecurl controller state by @everpcpc in #820
  • fix(reader): respond to iOS memory warnings by pruning decoded bitmaps by @spawvn in #822
  • feat(reader): add Divina preload profiles by @everpcpc in #823
  • fix(reader): avoid offline download for backward preloads by @everpcpc in #824
  • feat(reader): add Divina border cropping by @everpcpc in #826
  • feat(reader): auto-hide overlay after resume to soften PR #682 force-show by @spawvn in #829
  • fix(reader): stabilize Divina scroll tap navigation by @everpcpc in #830
  • fix(settings): keep macos sidebar stable by @everpcpc in #831
  • fix(epub): load spine documents with manifest media types by @everpcpc in #832
  • fix(epub): split tap zone settings by @everpcpc in #833
  • fix(offline): update libarchive for UTF-8 archive paths by @everpcpc in #834
  • fix(reader): finish divina scroll turns after animation by @everpcpc in #835
  • fix(offline): update libarchive UTF-8 locale fallback by @everpcpc in #836
  • fix(epub): serve publication resources through custom scheme by @everpcpc in #838
  • refactor(epub): split theme preferences from reader settings by @everpcpc in #839
  • fix(browse): avoid refreshing when returning from detail by @everpcpc in #840
  • docs: update release notes and product docs by @everpcpc in #841
  • chore: bump version to 4.14 by @everpcpc in #842

Full Changelog: v4.12...v4.13

v4.12

Choose a tag to compare

@github-actions github-actions released this 16 May 02:28
0ce5f0d

What's Changed

  • refactor(storage): move SwiftData models into active schema by @everpcpc in #813
  • fix(storage): retry inferred migration after staged failures by @everpcpc in #814
  • chore(ci): upgrade GitHub Actions versions by @everpcpc in #815
  • chore: bump version to 4.13 by @everpcpc in #816

Full Changelog: v4.11...v4.12

v4.11

Choose a tag to compare

@github-actions github-actions released this 15 May 22:40
f9ddf02

What's Changed

Full Changelog: v4.10...v4.11

v4.10

Choose a tag to compare

@github-actions github-actions released this 15 May 02:24
8ae7315

What's Changed

  • feat(reader): add per-page rotation support by @everpcpc in #788
  • fix: flush read progress on backgrounding to prevent suspend-time data loss by @spawvn in #787
  • fix: skip stale pending progress replays to prevent regressions by @spawvn in #785
  • feat: add offline mode startup button by @everpcpc in #789
  • fix: remove reading stats cached badge by @everpcpc in #790
  • fix: move reader page commands to menu bottom by @everpcpc in #791
  • feat: add persistent reader progress bar setting by @everpcpc in #792
  • fix: tune reader bottom progress padding by @everpcpc in #793
  • fix: smooth webtoon top padding by @everpcpc in #794
  • perf: defer adjacent-book fetch off the reader open path by @spawvn in #796
  • fix: keep history timestamps on one line by @everpcpc in #797
  • feat: auto-recover from automatic offline mode when the network returns by @spawvn in #799
  • fix: align PDF page presentation modes by @everpcpc in #801
  • fix: tune reader progress and long press handling by @everpcpc in #802
  • fix: freeze historical SwiftData schemas by @everpcpc in #803
  • feat: add offline-first reading by @everpcpc in #804
  • fix(dashboard): reduce offline queue lag by @everpcpc in #805
  • feat(dashboard): queue all books from section detail by @everpcpc in #806
  • fix: normalize EPUB extraction permissions by @everpcpc in #807
  • fix: limit dashboard bulk download actions by @everpcpc in #808
  • docs: refresh 4.10 store copy by @everpcpc in #809
  • chore: bump version to 4.11 by @everpcpc in #810

Full Changelog: v4.9...v4.10

v4.9

Choose a tag to compare

@github-actions github-actions released this 08 May 00:54
12a7a3f

What's Changed

Full Changelog: v4.8...v4.9

v4.8

Choose a tag to compare

@github-actions github-actions released this 04 May 02:38
44c940e

What's Changed

Full Changelog: v4.7...v4.8

v4.7

Choose a tag to compare

@github-actions github-actions released this 01 May 01:21
0e09bac

What's Changed

New Contributors

Full Changelog: v4.6...v4.7