Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release v0.0.10 #580

Merged
merged 37 commits into from
Feb 7, 2025
Merged

🔖 Release v0.0.10 #580

merged 37 commits into from
Feb 7, 2025

Conversation

aaronleopold
Copy link
Collaborator

⚠️ This release has small potential for breaking changes. If you have any managed accounts with the same username but with different casing (e.g., oromei vs oRoMeI) the migration will likely fail. Be sure to rename accounts before updating if this applies to you.

A mostly bug-fix release. I'll let this sit for a few days before moving forward

Added

  • ✨ Make bundled web app a PWA (#570) [c957fd3]
  • ✨ Support `apple-mobile-web-app-capable` meta (#567) [005ba0e]
  • ✨ Support basic series keyword search for OPDS v1.2 (#558) [f32244d]
  • ✨ Allow disabling job overlay (#542) [821c1bc]
  • ✨ Add GET and PUT endpoints for media metadata (#528) [6dda732]
  • ✨ render children of an epub content item [2786af4]

Changed

  • 💄 Improve small topbar nav issues (#540) [acd8a24]
  • ♻️ Create Preformatted component to render JSON (#505) [d744f66]

Fixed

  • 🐛 Fix update failure for new metadata on existing books (#577) [a9cc077]
  • 🐛 Fix path error in koreader router (#576) [13ac312]
  • 🐛 Fix incorrect URLs for library thumbnail ops (#575) [bcdef1f]
  • 🐛 Fix logical error preventing force rebuild scans (#574) [28cff9d]
  • 🐛 Remove auto-pagination for `usePageQuery` wrapper (#564) [2a89107]
  • 🐛 Fix `TemplateRegistrationFailed` error when sending email (#550) [25d0deb]
  • 🐛 Enforce case-insensitive username uniqueness (#557) [1331426]
  • 🐛 Fix unordered OPDS entries (#553) [63dc413]
  • ✏️ Fix missing whitespace in upload modal (#547) [10eaee0]
  • 🐛 Restore media/series when previously missing (#529) [21cced8]
  • 🐛 Fix invalid method for cancel job (#527) [0ebe1ad]
  • 🐛 fix bookmark click redirect (#525) [638fafd]

Miscellaneous

  • 🌐 Update translations (Japanese) (#578) [899084d]
  • 🔨 Fix flake.nix so its usable (#579) [d1d264f]
  • 🌐 Update translations (multi) (#572) [370e39b]
  • 🌐 Update translations (multi) (#562) [5828147]
  • 🔀 Promote experimental features (#560) [6676d34]
  • Merge branch 'develop' into experimental [e7cde28]
  • 📝 Remove Tachiyomi plans from repo and docs (#554) [2cf45b4]
  • 🌐 Update translations (multi) (#543) [4f5c470]
  • Merge remote-tracking branch 'origin/develop' into experimental [6d7759d]
  • 🌐 Update translations (Japanese) (#535) [d34f10d]
  • Change CORS layer construction to allow wildcard (#538) [9459fb7]
  • 🌐 Update translations (#489) [2dc4fef]
  • Merge remote-tracking branch 'origin/experimental' into experimental [89e1885]
  • Merge remote-tracking branch 'origin/develop' into experimental [b56f999]
  • Merge pull request #521 from xendke/recursive-epub-toc [ab52b2a]
  • Merge remote-tracking branch 'origin/develop' into experimental [312f5b3]

xendke and others added 30 commits November 18, 2024 06:23
* fix close handler for email device modal

* create and reuse preformatted component

* optional title

* use component in another place
Bookmarks were actually redirecting to the relevant page and instead navigated to the closest chapter
* New translations en.json (Danish)

* New translations en.json (Polish)

* New translations en.json (Polish)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Spanish)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplified)
* 🐛 Correctly restore media/series when previously missing

* fix panic from overflow calc
* ✨ Allow disabling job overlay

Resolves #531

* 🗃️ Add migration
* wip: give topbar love, add layout docs

initial effort towards #488

* small misc improvements
* New translations en.json (Japanese)

* New translations en.json (Japanese)
* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Polish)

* New translations en.json (Polish)
* add migration for case insensitive username

* fix form validation
Tachi seems to be deprecated, and official extensions can no longer be supported. See https://tachiyomi.org/news/2024-01-13-goodbye. If there is an alternative folks would like to see, please create a feature request
* 🐛 Fix `TemplateRegistrationFailed` error when sending email

Should resolve #549, and added supporting documentation

* remove custom email var set for debug
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)
This enables a more seamless "Add to Home Screen" experience on iOS. See #566 (comment)
* wip: doesnt work

* it works!

* messing around with empty state

* fix asset resolution
* 🐛 Fix logical error preventing force rebuild scans

* add docs note
aaronleopold and others added 7 commits January 29, 2025 16:44
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Polish)

* New translations en.json (Czech)

* New translations en.json (Japanese)

* New translations en.json (Japanese)

* New translations en.json (Japanese)

* New translations en.json (Japanese)
Fixes a bad query which assumed re-build books already had metadata when performing an update. I changed this operation to an upsert to fix the error
@aaronleopold aaronleopold marked this pull request as ready for review February 7, 2025 16:59
@aaronleopold aaronleopold merged commit d890eed into main Feb 7, 2025
8 checks passed
@aaronleopold aaronleopold deleted the release/v0.0.10 branch February 14, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants