Skip to content

Pre-Release Version 0.3.0

Compare
Choose a tag to compare
@Louis-J Louis-J released this 22 Jul 16:34
· 5 commits to main since this release
fab91e4

v0.3.0

fixed bugs:

  • fix the bug: when monitors change, the bar cannot delete correctly
  • fix bug: hook returned true but it will continue to run the rest code.

update and cleanup:

  • add the SaveLoad Plugin for the state save and restore
  • update the hookMan, delete the init method, use a more standard start…
  • update the Plugin module, rename the BeforeRun method to a more stand…
  • update Bar Plugin, make it configurable
  • move ConfigHelper to Core folder
  • update README.md

Feature

  • Virtual Desktop in Windows OS(use it not only in win 10)

    • Multiple Monitor support
  • Auto-Tiling!

    • A Basic Grid Layout
    • Float mode
    • More Layouts...
  • Plug-in support

    • Windows State Save&Load Plug-in
    • Smart Gap
    • An i3-like Bar
    • More Plug-in...
  • Very easy to use and customize

    • Change your setting in config.java
    • Or change the world in config.java(layouts, keybinds, ...)