Prepare 2.0.0-beta.9 - #42
Merged
Merged
Conversation
Assisted-by: ClaudeCode:claude-opus-5 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 36 36
Lines 2507 2507
Branches 524 524
=======================================
Hits 2206 2206
Misses 297 297
Partials 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four pull requests since beta.8: the slideshow option (#39), the encryption flag on handlers (#38), the documentation build (#40) and the dependency update (#41).
Two of them change what a consumer has to do.
@nextcloud/vue9.13.0 is now the minimum, becausestartSlideshowdrives NcModal'sv-model:slideshow-runningand below that version the option silently does nothing. AndsupportsEndToEndEncryptionis new onIHandler: absent means the handler is not offered end-to-end encrypted files, which is the safe default but will change what a third-party handler sees the moment it upgrades.The editor bump is the other thing worth reading in the entry. An edited JPEG comes back at 46.0 dB PSNR instead of 38.1, and opening a 12 Mpx photo on a phone-class CPU went from 6.1 s to 0.9 s.
Lint, typecheck, 323 unit tests, 28 e2e across both browsers, the build and the 10 kB size budget all pass on this branch.
👾 This pull request was assisted by Claude Code, commits carry an
Assisted-bytrailer.