Skip to content

Releases: ubsicap/sltt-app

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)

1.0.16

18 Apr 20:56
Compare
Choose a tag to compare
v1.0.16

bump: 1.0.16 - (sltt v2.45.0) https://github.com/ubsicap/sltt-app/rel…

1.0.15

17 Apr 21:55
Compare
Choose a tag to compare
v1.0.15

feat: remove service-worker

1.0.14

17 Apr 11:23
Compare
Choose a tag to compare
v1.0.14

feat: remove service-worker

1.0.13

16 Apr 22:17
Compare
Choose a tag to compare
v1.0.13

fix absolute paths

1.0.12

16 Apr 21:32
Compare
Choose a tag to compare
v1.0.12

add webRequest.onBeforeRequest to handle http://localhost/callback an…

1.0.10

13 Apr 02:12
Compare
Choose a tag to compare
v1.0.10

try use require ffmpeg-static to generate path

1.0.9

12 Apr 21:22
Compare
Choose a tag to compare
v1.0.9

fix eslint