Releases: ubsicap/sltt-app
Releases · ubsicap/sltt-app
205104.0.22-alpha1 - offline video cache - sltt-840 sltt-app-6
For testing ubsicap/sltt#840 and #6
205100.0.20
v205100.0.20 bump(sltt-app): 205100.0.20 (client 2.51.0, 0.0.20) - modBy
205006.0.20
v205006.0.20 bump(sltt-app): 205006.0.20 (client 2.50.6/0.0.20) indefinite auth0 o…
205001.0.20
v205001.0.20 bump(sltt-app): 205001.0.20 (client 2.50.1/0.0.20)
204801.0.20
v204801.0.20 bump(sltt-app): 204801.0.20 (2.48.1/0.0.20) - handle jwt expiration
204604.0.20
v204604.0.20 bump(sltt-app): 204604.0.20 (2.46.4/0.0.20) actually use dev build
204604.0.19
v204604.0.19 bump(sltt-app): 204604.0.19 (2.46.4/0.0.19) - change app name. use de…
204602.0.18
v204602.0.18 bump: 204602.0.18 - (2.46.2/0.0.18) - ld/rollbar contexts
204600.0.17
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
v204600.0.16 bump: 204600.0.16 (2.46.0/0.0.16)