Skip to content

Releases: Temporalitas/element-portable

Element Portable 1.12.6

01 Jan 01:52

Choose a tag to compare

Element Portable 1.12.6

04 Dec 16:50

Choose a tag to compare

Element Portable 1.12.3

15 Nov 23:54

Choose a tag to compare

v1.12.3

Merge remote-tracking branch 'upstream' into develop

Element Portable 1.12.2

29 Oct 02:13

Choose a tag to compare

v.1.12.2

Merge remote-tracking branch 'upstream' into develop

Element Portable 1.12.1

18 Oct 03:18

Choose a tag to compare

Version 1.12.1

Element 1.12.0: Linux support

02 Oct 16:24

Choose a tag to compare

Element Portable v1.11.111

13 Sep 02:55

Choose a tag to compare

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