Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.5 - 2019-07-07

Changed

  • Fix missing quotation of string value outputted through window query commands #90

1.0.4 - 2019-07-06

Changed

  • Fixed an issue that prevented yabai from running under multiple users simultaneously #95
  • Extend window properties exposed through query commands #90
  • Extend definition of WINDOW_SEL, SPACE_SEL and DISPLAY_SEL to include first, last, and recent #85

1.0.3 - 2019-06-30

Changed

  • Prevent status_bar and window borders from displaying in native fullscreen spaces #71
  • Fixed an issue with the status_bar where has_battery and charging would not be default initialized when macOS report that there are zero power sources #60
  • Properly destroy the underlaying view when a space changes layout #81

1.0.2 - 2019-06-25

Changed

  • Hide power indicator from the status-bar if a battery could not be found #60
  • Disable focus follows mouse while the mouse_modifier key is held down #62
  • Silence meaningless warning reported by the scripting-bridge framework #55
  • Extend definition of WINDOW_SEL to include mouse, targetting the window below the cursor #66
  • Allow all config (except status_bar) settings to be edited at runtime #69
  • Window should not be added to the window-tree twice when deminimized on an inactive display #70
  • Expose window_placement as a config setting to specify if windows become the first or second child #65

1.0.1 - 2019-06-23

Added

  • First official release