Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

eDEX-UI v2.1.0

Compare
Choose a tag to compare
@GitSquared GitSquared released this 28 Feb 18:05

2.1 release

tl;dr: Reworked sound effects, thousands of file icons, keyboard shortcuts even on touchscreens, a bunch of bug fixes, and you can show your love now.


馃攬 Check out the new sounds & intro animation!
https://www.youtube.com/watch?v=yRA5jS7q05A

File icons in the filesystem display!
image

New hardwareInspector module!
image


Changelog since v2.0.1 (89 commits, full diff):
Improvements

  • New modules:
    • mod_hardwareInspector is a small info panel reporting chassis & model information about the current system. I made it to replace clipboardButtons with was ugly and is no longer useful since keyboard shortcuts have reached a decent state. (b00b12c)
  • Existing modules:
    • audioManager:
    • main_shell:
      • New termFontSize setting to adjust the size of the terminal text (dc1bcee)
      • Fix flooding causing an app freeze because of sound effects (cd1fe1e, #428)
    • mod_sysinfo:
      • Fix bad CPU temperature display on macOS (2b0397, #415, with the help of @syxanash)
    • mod_netstat:
      • Fix bad recovery from offline state (3262679)
    • mod_toplist:
      • Fix excludeSelfFromToplist setting not working on *nix (f7163f5, #426)
    • fsDisp:
      • File & directory icons sourced from @file-icons/atom (46d89e6, #391)
      • New setting & keyboard shortcut to show/hide hidden files and dirs (eeecd5d)
      • Fix not updating on empty directories (3810f5c, #408)
      • Fix freeze on window reload (0017009)
      • Better file insertion on Windows (b147e66, #431)
      • Do not follow tabs in detached mode (283798d, #432)
      • Improve commands for switching drives on Windows (d9b9afd, b0bc79d)
      • Fix race condition causing the files to be printed twice (d520f7e, #430)
    • keyboard:
      • eDEX keyboard shortcuts can now be used on the touchscreen keyboard (eae3e80, 10ab5c4)
      • Fix altgraph key not being properly released on Linux (0552670)
      • Modifiers are now synchronised between physical and virtual keyboards (e5517fa, #440)
  • Themes & Customization:
    • Add support for 4:3 monitors (8b8255e, #411)
    • Add pt-BR keyboard layout (9e6be89, #441, by @jirrezdex)
  • Core:
    • Fix instant crash on single-core machines (39bb32e, fbfd127, #404)
    • Lock windowed mode to 16:9 ratio to prevent display issues (1416aec, #413)
    • Prevent possible false alert error messages after exit (cc58cee, c65469e)
    • Removed extraAudio setting (c3e9490)
    • Better --nointro flag behavior (e973df8)
  • Development:

Known issues
On Windows, using the filesystem display to navigate to a drive's root or change drive cause it to crash (#433).

What's next?
Work on remote monitoring is slowly progressing on a private GitHub repo.