Skip to content
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
Compare
Choose a tag to compare
@GitSquared GitSquared released this 06 Aug 13:39

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)
  • Themes & customization:
    • Updated all included themes for new mod_globe options (c815a4c)
    • New tron_disrupted theme to showcase the possibilities of injectCSS (7a2e2fd)
    • Fixed port option not being considered in frontend (a518887)
  • Core:
    • nothing changed
  • Development:
    • Closed #99 (e9c8d43)
    • Use .snyk to patch vulnerabilities on CI build (d3eb36c)
    • Source file copy is now logged on *nix builds (1841de8)
    • Added exception in prebuild_minify for the huge grid.json file shipped with mod_globe (b0d4b0f)
    • README:
      • Specify where do vulnerabilities come from (3a16dec)
      • Add Credits and Thanks sections (891de92)

+ 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?