1hitsong
5ad64dc6d4
Update source/static/whatsNew.json
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:13:14 -04:00
1hitsong
5810ed2a9b
Update source/static/whatsNew.json
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:13:02 -04:00
1hitsong
9727668bf3
Update source/static/whatsNew.json
...
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-03-16 18:12:56 -04:00
1hitsong
02edf6876b
Update What's New popup content
2023-03-16 09:05:15 -04:00
Anthony Lavado
2e6af7100b
Merge pull request #1050 from cewert/update-build-workflow
...
Add a production build workflow
2023-03-15 22:43:32 -04:00
1hitsong
f29316b6e7
Merge pull request #1077 from cewert/fix-crashes
...
Fix crashes from crashlog report
2023-03-15 21:48:16 -04:00
Charles Ewert
7366b48a2a
Merge remote-tracking branch 'upstream/unstable' into update-build-workflow
2023-03-15 21:31:13 -04:00
Charles Ewert
b94f2bb228
Fix crashes in LoadItemsTask.brs and ShowScenes.brs ( #1068 )
...
* Ensure vars are valid - fixes crashlog errors
* Ensure vars are valid - fix crashlog error line 34
* ensure vars are valid - update function to match the one in ShowScenes.brs
* fix linting errors
* remove unneeded code
* remove optional chaining operators
2023-03-15 21:23:58 -04:00
Charles Ewert
7c2abd0ac7
Merge pull request #1089 from jellyfin/renovate/pin-dependencies
...
Pin alex-page/github-project-automation-plus action to 7ffb872
2023-03-15 21:07:59 -04:00
renovate[bot]
8ede903d60
Pin alex-page/github-project-automation-plus action to 7ffb872
2023-03-15 23:49:31 +00:00
Charles Ewert
3fa6bd1bfe
Make CI throw error for duplicate translation entries ( #1065 )
...
* Update automations.yml
* make CI throw error for duplicate translation entries
* make CI throw error for duplicate translation entries
* rearrange steps
2023-03-15 18:02:01 -04:00
Charles Ewert
d213158853
Show "Actor" when an actor has an empty role ( #1055 )
...
* Show "Actor" when an actor has an empty role
* bugfix
2023-03-15 18:00:15 -04:00
1hitsong
6b255e95c7
Merge pull request #1088 from jellyfin/renovate/actions-checkout-digest
...
Update actions/checkout digest to 24cb908
2023-03-15 17:17:30 -04:00
renovate[bot]
09615fcf66
Update actions/checkout digest to 24cb908
2023-03-15 21:14:30 +00:00
renovate[bot]
69becc139e
Update dependency brighterscript-formatter to v1.6.23 ( #1087 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 17:14:11 -04:00
Charles Ewert
ee2851efe1
Merge pull request #1026 from RussianCow/trancode-typo-fix
...
Fix typo: trancoding -> transcoding
2023-03-15 14:38:09 -04:00
Charles Ewert
747752dcb2
Merge pull request #1066 from cewert/fix-crashes-main
...
Fix crashlog errors in Main.brs
2023-03-14 22:57:13 -04:00
Charles Ewert
2b2c366f37
Merge remote-tracking branch 'upstream/unstable' into fix-crashes-main
2023-03-14 22:55:09 -04:00
Charles Ewert
7e99631960
Fix crash in JFOverhang.brs ( #1070 )
...
* check user settings before calling resetTime after exiting screensaver
* address reviewer feedback
2023-03-14 20:33:56 -04:00
1hitsong
9fed8a61d2
Merge pull request #1052 from cewert/update-workflow-dependencies
...
Fix npm security vulnerabilities
2023-03-13 16:59:58 -04:00
Charles Ewert
55b2ee1831
Fix crash in VideoPlayer.brs ( #1067 )
...
* ensure vars are valid - fixes crashlog line 49
* don't use optional chaining operators
---------
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-03-13 16:16:36 -04:00
Charles Ewert
25f03915ff
Remove optional chaining operators from code ( #1085 )
...
* remove optional chaining operators + use isValid() + remove extra white space
* address reviewer feedback
2023-03-09 14:35:29 -05:00
Charles Ewert
ee843e68cb
fix typo in translation file
2023-03-07 09:30:34 -05:00
Charles Ewert
19d1b91443
Revert "Fix typo: trancoding -> transcoding"
...
This reverts commit 7364f47ae0
.
2023-03-07 09:26:18 -05:00
Charles Ewert
25048d1d09
Revert "Remove duplicate Hungarian HVEC Direct Play translations"
...
This reverts commit 9d6865856a
.
2023-03-07 09:25:15 -05:00
Charles Ewert
e60b9fb817
bugfix
2023-03-06 20:16:22 -05:00
Charles Ewert
f7c7549b92
Validate package.json and makefile version changed + all versions must match
2023-03-06 19:19:10 -05:00
Charles Ewert
11cd1f48fa
Fix wording
2023-03-06 09:20:31 -05:00
Charles Ewert
515980143f
Don't lint on push - only pull_request
2023-03-05 20:12:46 -05:00
Charles Ewert
ed88caeb8d
only run build-dev when pushing to unstable
2023-03-05 20:12:01 -05:00
Charles Ewert
5468b7b8a1
add version-check job to compare new version with old
2023-03-05 20:10:31 -05:00
Charles Ewert
4590a79758
dont use optional chaining operators
2023-03-05 13:57:32 -05:00
Charles Ewert
0b76f0279a
ensure server setting is valid
2023-03-05 13:37:42 -05:00
Charles Ewert
33c3894638
don't use optional chaining operators + address review comments
2023-03-05 08:28:30 -05:00
Charles Ewert
db6d5df961
update dictionary
2023-03-04 19:58:12 -05:00
Charles Ewert
272efb7ad6
ensure vars are valid - fixes crashlog errors line 336 + 339
2023-03-04 13:46:36 -05:00
Charles Ewert
79b38d2387
ensure vars are valid - fix crashlog error line 465
2023-03-04 13:28:43 -05:00
Charles Ewert
46180d8049
ensure vars are valid - fix crashlog error line 45
2023-03-04 13:10:58 -05:00
Charles Ewert
fe93f13da1
ensure vars are valid - fixes crashlog line 100
2023-03-03 20:40:21 -05:00
Charles Ewert
cc1e3be6b2
ensure vars are valid - fix crashlog line 80
2023-03-03 20:38:21 -05:00
Charles Ewert
45209b148e
ensure vars are valid - fix crashlog error line 56 +121
2023-03-03 20:21:09 -05:00
Charles Ewert
318668db5b
Merge pull request #1063 from cewert/fix-us-translation-file
...
Fix en_US translation file
2023-03-03 19:28:52 -05:00
Charles Ewert
742c60b910
ensure vars are valid - fixes crashlog line 516
2023-03-02 13:33:54 -05:00
Charles Ewert
a39f52cd51
ensure vars are valid - fixes crashlog lines 491 + 495
2023-03-02 13:23:35 -05:00
Charles Ewert
9638d2410e
fix typos + ensure vars are valid - fixes crashlog lines 445 + 468
2023-03-02 13:12:25 -05:00
Charles Ewert
9329c857a2
ensure vars are valid - fixes crashlog line 416 + 433
2023-03-02 13:04:06 -05:00
Charles Ewert
49d0f678e3
ensure vars are valid - fixes crashlog line 404
2023-03-02 12:56:51 -05:00
Charles Ewert
230e1d6a19
ensure vars are valid - fixes crashlog line 230
2023-03-02 12:05:36 -05:00
Charles Ewert
b14bdd019a
ensure vars are valid - fixes line 370 + 386 crash
2023-03-02 11:57:31 -05:00
Charles Ewert
f1a83fdf5c
fix incorrect translation
2023-03-01 10:01:48 -05:00