Skip to content

Tags: Temporalitas/element-portable

Tags

v1.12.6

Toggle v1.12.6's commit message
Add additional info for Linux to matrix-seshat building instuctions

v1.12.3

Toggle v1.12.3's commit message
Merge remote-tracking branch 'upstream' into develop

v.1.12.2

Toggle v.1.12.2's commit message
Merge remote-tracking branch 'upstream' into develop

v1.12.1

Toggle v1.12.1's commit message
Resolve merge conflict: add code from commit 5e882f8 in upstream to s…

…tore.ts

v.1.12.0

Toggle v.1.12.0's commit message
Add Linux support and update to Element 1.12.0 from original repo

v1.11.111

Toggle v1.11.111's commit message
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