Skip to content

Releases: ubsicap/sltt-app

206512.4.8

05 Mar 15:52
Compare
Choose a tag to compare
v206512.4.8

chore(sltt-app): another readme fix

206507.4.7

19 Feb 15:36
Compare
Choose a tag to compare
v206507.4.7

chore(sltt-app): update README

206315.4.4 (sltt 2.63.15, sltt-app 4.4)

10 Feb 21:59
Compare
Choose a tag to compare
v206315.4.4

bump(sltt-app): 206311.4.4 (2.63.11 / 4.4)

206004.3.2 production env - multiple client support in lan storage api and compressor server - private window context menus

04 Oct 10:01
Compare
Choose a tag to compare

205902.1.28 disconnect lan storage by default

20 Sep 16:40
48a688a
Compare
Choose a tag to compare
feat(sltt-app): sign and notarize macos application (#28)

What issue(s) is this trying to resolve?
* feat(sltt-app): Sign and notarize Mac application #9

How does it all work?
* In order for a Mac application to be successfully installed, the app
installer must be signed (with a certificate) and notarized (uploaded to
Apple to be scanned for viruses, etc.).

What particularly has changed?
* Description of procedure
[HERE](https://docs.google.com/document/d/1Qk-bz-uRPBThCXs2rRfNnr4QIxsC3yNlM_e7eMjGGHs/edit?usp=sharing)
* Signing certificate created
* .env file with notarization credentials created
* package.json "build" object updated with Mac build config

Steps for testing
1. yarn build:mac
2. Copy newly created .dmg file to another mac
3. Launch dmg file, drag application icon to Applications folder, launch
application, smoke test.


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

---------

Co-authored-by: Eric Pyle <[email protected]>

205510.1.28

26 Aug 16:43
48a688a
Compare
Choose a tag to compare
feat(sltt-app): sign and notarize macos application (#28)

What issue(s) is this trying to resolve?
* feat(sltt-app): Sign and notarize Mac application #9

How does it all work?
* In order for a Mac application to be successfully installed, the app
installer must be signed (with a certificate) and notarized (uploaded to
Apple to be scanned for viruses, etc.).

What particularly has changed?
* Description of procedure
[HERE](https://docs.google.com/document/d/1Qk-bz-uRPBThCXs2rRfNnr4QIxsC3yNlM_e7eMjGGHs/edit?usp=sharing)
* Signing certificate created
* .env file with notarization credentials created
* package.json "build" object updated with Mac build config

Steps for testing
1. yarn build:mac
2. Copy newly created .dmg file to another mac
3. Launch dmg file, drag application icon to Applications folder, launch
application, smoke test.


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

---------

Co-authored-by: Eric Pyle <[email protected]>

205503.1.28

16 Aug 22:08
Compare
Choose a tag to compare
v205503.1.28

bump(sltt-app): 205503.1.28 (client 2.55.3 / 0.1.28)

205402.0.27

22 Jul 18:24
Compare
Choose a tag to compare
v205402.0.27

chore(sltt-app): add quotes for xcopy cmd

205401.0.27

17 Jul 11:47
Compare
Choose a tag to compare
v205401.0.27

chore(sltt-app): add quotes for xcopy cmd

205304.0.26

09 Jul 21:16
Compare
Choose a tag to compare
v205304.0.26

bump(sltt-app): 205304.0.6 (client 2.53.4 / 0.0.26) add deleteAppData…