Skip to content

Commit

Permalink
1.3.9 (#1349)
Browse files Browse the repository at this point in the history
* 🚩 Updated languages

* OPUS rebuild

* 🔊 NDI audio updates
- Groups list are sorted better by name and number
- Media item data will also be transferred in project export
- Foreground video will clear slide when played
- Online videos are always foreground
- Sync now PCO button
- Updates timer popup
- Small tweaks

* 📄 Fixed a .pro import issue
- Fixed importing over 1000 .pro files at once not working
- Importing many text files at once is much faster now

* 🔊 OutputShow audio streaming
- Set scripture style template for different collections
- Fixed new stage item size
- Fixed auto size not working when text is align to bottom
- Fixed blur fill not working properly for media items
- Fixed text align sometimes not updating value
- Fixed mirror item style broken
- Small tweaks
- Fixed a freeze when using metadata variable in overlay with no show active
- Fixed freeze when draw values was unset
- Fixed freeze issue with media
- Fixed freeze sometimes when updating show layout
- Fixed freeze sometimes when dropping action on slide
- Fixed freeze when removing a slide that did not exist
- Small fixes

* ✨ Tweaked timer/variable popup UI
- New number variable control UI
- Drag and drop variable in show will create slide
- Set image to foreground type as well
- Increment/decrement variable by actions
- Action to pause active timers
- Option to check for beta versions
- Dropping a template to a slide will update instantly
- Textbox selected when split in two with shortcut
- More actions
- Version update
  • Loading branch information
vassbo authored Mar 4, 2025
1 parent 3c64c64 commit af8fd36
Show file tree
Hide file tree
Showing 83 changed files with 1,368 additions and 880 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# npm ci is better, but requires package-lock.json file
run: npm install

# Needed for OPUS
- name: Rebuild Native Modules
run: npx electron-rebuild
# needed for OPUS to use "electron" and not "node" abi
- name: Rebuild native modules
run: npm rebuild @discordjs/opus --runtime=electron --target=$(npx electron -v)

- name: Build and release app
env:
Expand Down Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Rebuild native modules
run: npm rebuild @discordjs/opus --runtime=electron --target=$(npx electron -v)

- name: Build and release app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -82,6 +85,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Rebuild native modules
run: npm rebuild @discordjs/opus --runtime=electron --target=$(npx electron -v)

- name: Install FPM
run: |
sudo apt-get install ruby ruby-dev build-essential
Expand Down Expand Up @@ -124,12 +130,15 @@ jobs:
- name: Install dependencies
run: npm install

- name: Rebuild native modules
run: npm rebuild @discordjs/opus --runtime=electron --target=$(npx electron -v)

- name: Install dmg-license
run: npm i dmg-license

# for some reason the build command don't continue after the rollup build
- name: Sleep for 5 minutes
run: sleep 300
- name: Sleep for 3 minutes
run: sleep 180
shell: bash

- name: Build and release app
Expand Down
Loading

0 comments on commit af8fd36

Please sign in to comment.