Skip to content

Releases: tuomashatakka/reduced-dark-ui

B is for beta

03 Feb 14:36
Compare
Choose a tag to compare

Changes

  • Custom settings view that replaces the regular ui theme settings view
    • Changed to native sliders
  • Finished the font interface
  • Changed some of the heavier file IO to use Atom's task implementation
  • Added the init animation
  • Refactored the style files ordering
    • Set the initial index file to not contain user defined variables for a more secure activation
    • Removed some deprecated style defs
    • Updated the process palette styling

A is for alpha

06 Jan 19:53
Compare
Choose a tag to compare
A is for alpha Pre-release
Pre-release

Release Notes

  • Settings are now grouped

Config from prior releases may cause issues. You may want to clear the existing configuration from
the Atom's config file by opening it from File > Open config file (or Atom > Open config file in mac).
Remove the reduced-dark-ui key and everything under it and you should be good to go.

  • Fixed a bug with the tree view failed to display its contents in a sensible manner when fixed root setting was enabled, especially in projects with multiple root directories
  • Enabled custom colors
  • Lots of small fixes:
    • Buttons are displayed coherently throughout the UI
    • Tab icon size regulated
    • ...
  • Settings UI finished (still minor tweaking to do)
  • UI scaling is now based on a fixed font size rather than the editor's font size.
  • Interface for global panel creation callback assignments implemented
    • Added blur as a backdrop to the modals