Skip to content

v1.1 The Quantum Patch

Compare
Choose a tag to compare
@groboclown groboclown released this 14 Nov 16:31
· 142 commits to master since this release

v1.1 is out, with improvements to the window movements!

Download the zip bundle for your architecture, or the source bundle if you have Python 3.5 already installed and you like typing in a command window.

  • Move window improvements.
    • When you move a window between portals, it now has a better chance
      of remaining on top of the other windows after the move. There's
      still some cases where it doesn't work, though. (#1)
  • Swap window within the same portal.
    • You can now swap between focused windows within the same portal.
      Use the ["switch-top-window", "previous"] and
      ["switch-top-window", "next"] commands.
  • Added documentation for the Component configuration.
  • Added "flashing" capabilities to the render_active_portal plugin.
    • When a window indicates that it should "flash", the
      render_active_portal plugin will flash the border color of the
      portal that contains the flashing window.
  • General documentation improvements.