Releases: Temporalitas/element-portable
Releases · Temporalitas/element-portable
Element Portable 1.12.6
Full Changelog: v1.12.6...v1.12.7
Element Portable 1.12.6
Full Changelog: v1.12.3...v1.12.6
Element Portable 1.12.3
v1.12.3 Merge remote-tracking branch 'upstream' into develop
Element Portable 1.12.2
v.1.12.2 Merge remote-tracking branch 'upstream' into develop
Element Portable 1.12.1
Version 1.12.1
Element 1.12.0: Linux support
Linux application usage: https://github.com/Temporalitas/element-portable?tab=readme-ov-file#linux
Element Portable v1.11.111
Make this shit portable 1. Determine location of user-called Element executable electron file in protocol.ts and, accordingly, the real working directory 2. Use current working directory to store user and session data (electron-main.ts changes), if `--profile` specified, use profile subdirectory for each profile 3. Replace keytar storage with file storage, all user credentials will be stored in encrypted local files (store.ts changes) 4. Create portable build command `yarn build:portable` and clarify build process in README