Skip to content

Commit

Permalink
1.3.1-beta.1 (#1010)
Browse files Browse the repository at this point in the history
* ✔ Fixed auto size timing issue
- Fixed transition issue
- UI tweaks

* Updated issue templates

* ✔ Fixed Quelea misspelling
- Fixed scripture output freezing when template was deleted
- Fixed some VideoPsalm songs not importing
- Fixed audio loading issue on RemoteShow

* ✨ Output slide clear will keep position
- OpenSong background import
- Slide progress one letter mode
- Video audio fadeout on clear
- Auto song zip uncompress
- Correct overlay under slide preview
- Improved text translation control
- Custom translated language in text editor

* ✨ Focus mode enhancements
- Fixed text editor items sometimes swapping positions
- Fixed text line background not copied to item clipboard
- Quelea chord import
- Controller draw thumbnail
- UI improvements

* ✔ Fixed RemoteShow pinch zoom
- Fixed local scripture search not working always
- Saved toast updating as soon as save is completed
- Slide recorder updates

* ✨ Scripture improvements
- Jesus red words no longer removed by template
- No auto scroll when manually clicking slides
- Timer minutes input
- ControlShow zoom
- Chinese update
- Freeze fixes
- UI tweaks

* ✔ Fixed capitalize words sometimes breaking text
- Fixed text transform changing text casing
- Fixed some Beblia files not working if missing testament key
- Updated translation

* 🔍 Stage editor zoom
- Input paste context menu
- Fixed invalid regular expression
- UI updates

* ✨ Slide recorder timestamps
- Rearrange slide recorder items
- Faster zoom open animation
- Fixed Easyslides group importing
- Version update

* ✔ Version update
  • Loading branch information
vassbo authored Nov 12, 2024
1 parent bdc1312 commit c0ad539
Show file tree
Hide file tree
Showing 110 changed files with 2,052 additions and 801 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Help up improve the stability of FreeShow
title: "[Bug Report] {Add a short & descriptive title}"
title: ""
labels: bug
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest a new feature/improvement for FreeShow
title: "[Feature Request] {Add a descriptive title here}"
title: ""
labels: enhancement
assignees: ''

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeshow",
"version": "1.3.0",
"version": "1.3.1-beta.1",
"private": true,
"main": "build/electron/index.js",
"description": "Show song lyrics and more for free!",
Expand Down Expand Up @@ -141,6 +141,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/svelte": "^2.0.0",
"@types/adm-zip": "^0.5.6",
"@types/exif": "^0.6.3",
"@types/express": "^4.17.13",
"@types/follow-redirects": "^1.14.2",
Expand Down Expand Up @@ -168,6 +169,7 @@
"@mapbox/node-pre-gyp": "^1.0.11",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@vimeo/player": "^2.16.4",
"adm-zip": "^0.5.16",
"axios": "^1.7.2",
"chord-transposer": "^3.0.9",
"cross-env": "^7.0.3",
Expand Down
File renamed without changes.
9 changes: 8 additions & 1 deletion public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"custom_output": "Custom audio output",
"mute_when_video_plays": "Mute when video plays",
"pre_fader_volume_meter": "Pre fader volume meter",
"mixer": "Mixer",
"metronome": "Metronome",
"toggle_metronome": "Toggle metronome",
"tempo": "Tempo",
Expand Down Expand Up @@ -684,7 +685,9 @@
"tip": "Record and replay the timings of slides. Sync with an audio track on the first slide.",
"layout_changed": "Layout has changed since last recording!",
"audio_synced": "Synced with audio!",
"start": "Start slide recording"
"start": "Start slide recording",
"use_duration": "Use duration time",
"use_duration_tip": "Use duration time instead of timestamp time"
},
"animate": {
"change": "Change",
Expand Down Expand Up @@ -801,6 +804,8 @@
"overlay_content": "Add overlay content",
"different_first_template": "Custom template on first slide",
"media_fit": "Media fit",
"one_letter": "One letter mode",
"sub_indexes": "Sub indexes",
"size": "Size",
"max_lines": "Max lines",
"invert_items": "Invert items",
Expand Down Expand Up @@ -921,6 +926,7 @@
"to_event": "Time until event",
"counter": "Countdown",
"time": "Time",
"minutes": "Minutes",
"seconds": "Seconds",
"from": "From",
"to": "To",
Expand Down Expand Up @@ -1178,6 +1184,7 @@
"reference": "Show reference",
"split_reference": "Split reference",
"combine_with_text": "Combine with text",
"first_slide_reference": "Reference on first slide",
"reference_at_bottom": "Move to bottom",
"red_jesus": "Jesus words in red",
"search": "Search in the Bible"
Expand Down
Loading

0 comments on commit c0ad539

Please sign in to comment.