Skip to content

Releases: ubsicap/sltt-app

205104.0.22-alpha1 - offline video cache - sltt-840 sltt-app-6

25 Jun 22:06
deb743c
Compare
Choose a tag to compare

205100.0.20

11 Jun 16:59
Compare
Choose a tag to compare
v205100.0.20

bump(sltt-app): 205100.0.20 (client 2.51.0, 0.0.20) - modBy

205006.0.20

11 Jun 15:32
Compare
Choose a tag to compare
v205006.0.20

bump(sltt-app): 205006.0.20 (client 2.50.6/0.0.20) indefinite auth0 o…

205001.0.20

24 May 17:15
Compare
Choose a tag to compare
v205001.0.20

bump(sltt-app): 205001.0.20 (client 2.50.1/0.0.20)

204801.0.20

30 Apr 18:53
Compare
Choose a tag to compare
v204801.0.20

bump(sltt-app): 204801.0.20 (2.48.1/0.0.20) - handle jwt expiration

204604.0.20

25 Apr 11:52
Compare
Choose a tag to compare
v204604.0.20

bump(sltt-app): 204604.0.20 (2.46.4/0.0.20) actually use dev build

204604.0.19

25 Apr 11:26
Compare
Choose a tag to compare
v204604.0.19

bump(sltt-app): 204604.0.19 (2.46.4/0.0.19) - change app name. use de…

204602.0.18

24 Apr 15:45
Compare
Choose a tag to compare
v204602.0.18

bump: 204602.0.18 - (2.46.2/0.0.18) - ld/rollbar contexts

204600.0.17

23 Apr 03:05
b7d8c4c
Compare
Choose a tag to compare
feat(sltt-app): make only one instance of app (#3)

What issue(s) is this trying to resolve?
* feat(sltt-app): make only one instance of app #2
* fix: copy ffmpeg to resource folder if missing

How does it all work?
* add ensureOneInstanceOfSlttAppAndCompressor() in main process to
ensure single instance of app and compressor

What particularly has changed?
* rename resource paths in terms of `src` rather than `old` paths
* add better console logs for resource copying
* bump version to `204600.0.17`

Steps for testing
### Scenario 1 - Single instance of app
1. after installing, double click on the app icon
2. minimize the app and double click on the app icon again
3. check if the app is restored from the minimized state
### Scenario 2 - Copy ffmpeg to resource folder if missing
1. close the app
2. in terminal, run 
```bash
del %TEMP%\compression-server\resources\ffmpeg-x64.exe
cd %USERPROFILE%\AppData\Local\Programs\sltt-app
.\sltt-app.exe
```
3. check if the console log says: `Copying ffmpeg resource to
%TEMP%\compression-server\resources\ffmpeg-x64.exe`

ticket: https://github.com/ubsicap/sltt/issues/2
commit-convention: https://www.conventionalcommits.org/en/v1.0.0/

204600.0.16

22 Apr 21:34
Compare
Choose a tag to compare
v204600.0.16

bump: 204600.0.16 (2.46.0/0.0.16)