Skip to content

Commit 57a9675

Browse files
vassboeeickmeyeryurividal
authored
1.5.8-beta.1 (#2847)
* Fixed chosen profile not updating projects list right away - Updated Chinese language * Fixed song upload issue #2842 * Fixed missing libltc on Linux #2841 * Fix * Set metadata display per show category - Set two different metadata templates on first & last slide - Tweaks * Updated languages * OSC /slide/{index} * Fixed context menu stacking on rapid toggle * Add missing dependency to snap (#2843) * Fix song number search to support alphanumeric values (e.g., MP133) (#2498) * Change license from GPL-3.0 to GPL-3.0-or-later License has to be in SPDX format and I goofed. * Add libltc11 to stage-packages in snapcraft.yaml --------- Co-authored-by: Yuri Vidal <[email protected]> * App can now load without LTC dependencies #2844 * Message moved to metadata - Removed default message template - Added specific tips * Better tip matching * Quick search improvements * Template tips * Tweaks * Player videos stored in project * Drop images directly from the web * Fixed image/icon position when narrow * Fixed defaults not properly deleted * Fixed collection to show slide name issue * Profile tweaks * Updates * Fix window changing size each startup when DPI was not 100% * Version update - Package audit fix - Timeline tweak --------- Co-authored-by: Erich Eickmeyer <[email protected]> Co-authored-by: Yuri Vidal <[email protected]>
1 parent b5946b2 commit 57a9675

74 files changed

Lines changed: 2269 additions & 839 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run:
4949
|
5050
sudo apt-get update
51-
sudo apt-get install -y libfontconfig1-dev uuid-dev --fix-missing
51+
sudo apt-get install -y libfontconfig1-dev uuid-dev libltc-dev --fix-missing
5252

5353
- name: Install dependencies
5454
run: npm install
@@ -77,7 +77,7 @@ jobs:
7777
run:
7878
|
7979
sudo apt-get update
80-
sudo apt-get install -y libfontconfig1-dev uuid-dev --fix-missing
80+
sudo apt-get install -y libfontconfig1-dev uuid-dev libltc-dev --fix-missing
8181

8282
# WIDEVINE
8383
# - name: Use stock Electron on ARM64

config/building/electron-builder-lnxarm.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ extraResources:
1818

1919
linux:
2020
asarUnpack:
21-
- node_modules/grandiose/**
21+
- "**/node_modules/grandiose/**"
22+
- "**/node_modules/libltc-wrapper/**/*"
2223
category: AudioVideo
2324
target:
2425
- AppImage
2526
- deb
2627
- rpm
2728
icon: build/public
29+
30+
deb:
31+
depends:
32+
- libfontconfig1
33+
- uuid-runtime
34+
- libltc11

config/building/electron-builder.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,21 @@ win:
3434

3535
linux:
3636
asarUnpack:
37-
- node_modules/grandiose/**
37+
- "**/node_modules/grandiose/**"
38+
- "**/node_modules/libltc-wrapper/**/*"
3839
category: AudioVideo
3940
target:
4041
- AppImage
4142
- deb
4243
- rpm
4344
icon: build/public
4445

46+
deb:
47+
depends:
48+
- libfontconfig1
49+
- uuid-runtime
50+
- libltc11
51+
4552
# macos
4653

4754
mac:

config/building/snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ parts:
5252
- libasound2t64
5353
- libnode109
5454
- libglu1-mesa
55+
- libltc11
5556
apps:
5657
freeshow:
5758
command: command.sh

0 commit comments

Comments
 (0)