Skip to content

Commit

Permalink
1.3.4-beta.1 (#1172)
Browse files Browse the repository at this point in the history
* 📄 Updates

* ✔️ Fixed incorrect order when importing PowerPoint slides

* ✨ Click existing slide note to edit
- Fixed preview hidden if only one output
- Fixed stage slide notes auto size not updating properly
- Updated languages

* 📺 Online videos saved in synced settings

* ✨ Spacing between textboxes on stage display
- Remote next will open next show in project
- Updated Spanish

* 📄 Video Subtitles
- Fixed freeze in projects sometimes

* Resolved conflicts

* 🚩 Updated Chinese language

* ⏱️ Overlay display duration
- Changing templates with text content will keep item position based on text content
- Text uses color from template if same as template text

* 🖼️ Media fit preview icons
- Trigger actions per individual section
- Fixed timer end event triggered always until cleared
- Set specific timer for action activation
- Fixed empty lines collapsing when changing style
- Fixed overlays getting stuck if played rapidly

* Clock Fixes (#1164)

Show or Hide Time
Readded Seconds option
Time format based off 24H setting
Fixed drawer clock
Fixed Analog clock

* 🕑 Clock fixes
- Fixed some OpenSong songs not importing
- Updated language

* 📄 Hide Circular dependencies warnings
- Type imports properly marked

* ✓ Updated NDI version
- Fixed Songbeamer import issue

* feat: add Letras source to LyricSearch (#1168)

* ✨ Loading improvements
- Updated language

* ✨ New GET actions
- Toggle output screen action
- Action tags
- Added auto font size to RemoteShow
- Fixed app not loading when section action was deleted
- Disable 24 hour clock on first startup

* ⏱️ Timer minutes

* Emitter Presets (#1171)

* ➡️ Emitters

* ➡️ Custom emitters

* ➡️ Custom emitters

* ✨ Change metronome specific audio output
- Fixed metronome playing multiple times if tempo changed while active
- Fixed background momentarily showing when changing output style with slide action
- Fixed random slide not playing correct background
- Fixed freeze when a style set on action was deleted
- Version update

---------

Co-authored-by: chalamministries <info@chalamministries.com>
Co-authored-by: Kaio Duarte <duartedossantos@gmail.com>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 27a85a5 commit 5e0b704
Show file tree
Hide file tree
Showing 153 changed files with 3,024 additions and 673 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ You are welcome to contribute to the code!
2. Install [Node.js](https://nodejs.org/en/download/)
3. Install [Python 3.12](https://www.python.org/downloads/), and the [`setuptools`](https://pypi.org/project/setuptools/) package
4. On Windows, download [Visual Studio](https://visualstudio.microsoft.com/downloads/) and install "Desktop development with C++", also select the "Windows 10 SDK"
5. In the terminal, run: `npm install`
6. To start the app, run: `npm start`
5. On Linux, install the following library: `sudo apt-get install libfontconfig1-dev`
6. In the terminal, run: `npm install`
7. To start the app, run: `npm start`

## Join us on Slack

Expand Down
33 changes: 21 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeshow",
"version": "1.3.3",
"version": "1.3.4-beta.1",
"private": true,
"main": "build/electron/index.js",
"description": "Show song lyrics and more for free!",
Expand Down Expand Up @@ -140,7 +140,7 @@
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/svelte": "^2.0.0",
"@types/adm-zip": "^0.5.7",
"@types/exif": "^0.6.3",
Expand All @@ -161,7 +161,7 @@
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^3.59.2",
"svelte-check": "^2.2.12",
"svelte-inspector": "vassbo/svelte-inspector#78307db",
"svelte-inspector": "github:vassbo/svelte-inspector#78307db",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.0.0",
"typescript": "^4.9.5"
Expand All @@ -175,14 +175,15 @@
"axios": "^1.7.8",
"chord-transposer": "^3.0.9",
"cross-env": "^7.0.3",
"css-fonts": "^1.0.8",
"css-fonts": "^1.0.9",
"dayjs": "^1.11.10",
"electron-store": "^8.0.1",
"electron-updater": "^6.3.1",
"exif": "^0.6.0",
"express": "^4.17.2",
"follow-redirects": "^1.15.2",
"genius-lyrics": "^4.4.7",
"grandiose": "vassbo/grandiose#53e7f98",
"grandiose": "github:vassbo/grandiose#f2021d2",
"jzz": "^1.8.7",
"mp4box": "^0.5.2",
"node-machine-id": "^1.1.12",
Expand All @@ -193,7 +194,7 @@
"protobufjs": "^7.2.3",
"qrcode-generator": "^1.4.4",
"sirv-cli": "^1.0.0",
"slideshow": "vassbo/slideshow#224d50f",
"slideshow": "github:vassbo/slideshow#224d50f",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"sqlite-to-json": "^0.1.3",
Expand Down
Loading

0 comments on commit 5e0b704

Please sign in to comment.