Skip to content

Commit

Permalink
1.3.9-beta.2 (#1324)
Browse files Browse the repository at this point in the history
* 📺 Set video type
- Small tweaks

* ✔️ Planning Center fix

* Audio Updates (#1312)

* 🔊 NDI audio WIP

* Audio classes

* Audio player

* 🔊 Send audio via NDI
- Updates

* Updates and fixes

* Merge branch 'dev' of https://github.com/ChurchApps/FreeShow into audio

* Updates

* ✨ Enhancements
- Fixed align top/bottom not working for scriptures
- OpenSong import fixes
- Fixed scripture color not always using template color if verse numbers are active
- Connection options UI tweaks
- Moved online media tabs
- Creating a new overlay/template will auto open editor after renaming
- Active outputs/styles highlighted
- Stage outputs can be transparent
- Media working better in focus mode
- Items edit tools right click arrange
- Fixed a freeze when shift key was held while right clicking a slide
- Fixed a freeze when closing the new action popup

* ✨ Better action selector popup
- Updated actions list/names
- Some new actions
- Fixed an issue causing duplicated outputs sometimes
- Audio updates
- Updated Norwegian language
- Version update
  • Loading branch information
vassbo authored Feb 27, 2025
1 parent 9a5aace commit ac33874
Show file tree
Hide file tree
Showing 118 changed files with 2,808 additions and 1,982 deletions.
155 changes: 153 additions & 2 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeshow",
"version": "1.3.9-beta.1",
"version": "1.3.9-beta.2",
"private": true,
"main": "build/electron/index.js",
"description": "Show song lyrics and more for free!",
Expand Down Expand Up @@ -149,6 +149,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/svelte": "^2.0.0",
"@types/adm-zip": "^0.5.7",
"@types/ebml": "^3.0.5",
"@types/exif": "^0.6.3",
"@types/express": "^4.17.13",
"@types/follow-redirects": "^1.14.2",
Expand All @@ -173,6 +174,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@googleapis/drive": "^8.14.0",
"@mapbox/node-pre-gyp": "^1.0.11",
"@sveltejs/svelte-virtual-list": "^3.0.1",
Expand All @@ -183,6 +185,7 @@
"cross-env": "^7.0.3",
"css-fonts": "^1.0.91",
"dayjs": "^1.11.10",
"ebml": "^3.0.0",
"electron-store": "^8.0.1",
"electron-updater": "^6.3.1",
"exif": "^0.6.0",
Expand All @@ -195,6 +198,7 @@
"node-machine-id": "^1.1.12",
"npm-run-all": "^4.1.5",
"osc-js": "^2.4.1",
"pcm-convert": "^1.6.5",
"pdf2img-electron": "^1.2.3",
"pptx2json": "^0.0.10",
"protobufjs": "^7.2.3",
Expand Down
Loading

0 comments on commit ac33874

Please sign in to comment.