Merged
Conversation
vassbo
added a commit
that referenced
this pull request
Jan 14, 2026
* Fix verse 1 duplication when split by 'Split long verses' feature (#2657) When clicking a book name to auto-focus on verse 1, then shift-clicking to extend the selection, verse 1 would appear twice if it was split into multiple parts (1_1, 1_2, etc). The issue occurred because: - Initial selection defaulted to plain [1] - Split verses feature created [1_1, 1_2] instead - Range selection added both plain '1' and split '1_1', '1_2' Fix: After range selection, filter out plain verse IDs when their split versions exist in the selection. * Fix typo (#2658) * Auto bundle media files on save (#2667) * POC * POC 2 * Bundle project media * Cleanup * cleanup * Fix whitespace formatting --------- Co-authored-by: = <=> * Auto bundle tweaks * New items smartly auto positioned - New items auto highlighted - Old scripture templates auto converted * Fixed emitter having no ID #2669 * Fixes * Sync fixes * Sync fixes * Update modified time * Fixed cloud shows * Fixed cloud shows * Projects sync modified * Fixed cloud show modified * Media sync folder * Locate media files * Updated Korean language * Media path updates * Sync indicator - Sync fixes * Media fixes * Sync updates * Detect existing unused Bible files - Fixed freeze when local Bible file did not exist * Version update --------- Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com> Co-authored-by: Gladson Sam <115465353+gladsonsam@users.noreply.github.com> Co-authored-by: shadownetdev1 <26750646+shadownetdev1@users.noreply.github.com>
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.
No description provided.