-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE.txt
58 lines (44 loc) · 2.21 KB
/
RELEASE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
===================
v1.3.0, 02/24, 2021
- Add wifi support to Intel-based MacBook. Now it really works on MacBook.
===================
v1.2.0, 12/26, 2020
- Make UEFI/GPT USB disk image directly instead of ISO image. This eliminates 1 system parttion and also avoids Windows complain about unrecognizable partitions.
- Poweroff after performing integrity check to avoid confusion with non-persistent GUI
- Update Electrum to v4.0.9 and install Appimage file instead of python source.
- BUG FIX : remove stale electrum server certificate when reconfiguring.
===================
v1.1.1, 11/12, 2020
- Fix bugs in default key/custom key SSH tunneling
- Add Firefox browser (need to open HTTP/HTTPS ports)
===================
v1.1.0, 11/04, 2020
- Add direct connect networking mode and set it as default
- Makde HTTP/HTTPS an orthogonal independent option
===================
v1.0.0, 10/30, 2020
- Home-rw partition is limited to 256MB and built into ISO directly
- Create a 4th partition (EroasExport) with FAT32 type and remaining space
- Use encrypted fs (cryptmount) to store Electrum files (~/.electrum)
- Support designated Electrum server modes, directly or via SSH
- Tighten firewall rules based on current networking mode
- One-setup to configure fs password, networking modes etc
With this release, we achieved all initial goals set for this software.
Hence it is declared as v1 release !!!
===================
v0.9.0, 10/24, 2020
- Remove default user sudoer priviledge. No root or sudoer in the whole system.
- Restrict persistency to /home directory only. Now system is considered immutable.
- Support faster remote build from cloud server (e.g., AWS)
- Support and enforce using Tor to connect to Electrum servers
- Switch to xfce session with semi-custom background.
===================
v0.8.0, 10/18, 2020
- Basic functions are complete:
- single bootable ISO image with persistent partition
- Electrum can start mannually from terminal
- WiFi and networking are working (and persistent)
- Basic firewall is set to deny all incoming traffic and restrict outgoing traffice
- Support for optional fingerprint-protected secure drive
- Use the latest Electrum v4.0.4
- It is good enough for me (Jun) to put my money on it!!!