This repository was archived by the owner on Oct 22, 2021. It is now read-only.
eDEX-UI 1.0 Release Candidate 1
Pre-release
Pre-release
This is the first Release Candidate for v1.0.0.
All features have been implemented, but testing isn't complete yet and there are some known issues.
Changelog since v0.9.1:
New modules
- globe (Network globe display) - maps the local computer's network using GeoIP data (from external service, see ipapi) and displays the results on a globe. (ade22cc)
- clipboardButtons (self-explanatory) - even smaller than mod_clock, this module creates 2 DOM buttons useful for copy/pasting from/to the TTY. See #37. (d27ae49)
Improvements
- Existing modules:
- keyboard:
- Fixed tactile keyboard enter key not working on win32 (2bc63aa)
- sysinfo:
- Fix battery level display (af31148)
- terminal:
- Fix selecting text & mouse events handling (2d2ac17)
- netstat:
- conninfo:
- Improved network availability display (8924971)
- fsDisp:
- Fix error when cwd content changes (564cb91)
- keyboard:
- Themes & customization:
- Core:
- nothing changed
- Development:
+ a load of dependencies updates
Known issues
- Multitouch does not work (#100)
Feel free to test this version and report issues not listed above using the bug tracker.
Wanted for v1.0.0 but not included in this RC:
- Snap builds
- Final polishing on the README + new screenshots
- Website?
- Change to MIT license?