Skip to content

Releases: ChimeHQ/WindowTreatment

v2.4.0

09 Jul 10:34
d3ca166
Compare
Choose a tag to compare

What's Changed

  • Add TitlebarClickAwareWindow class by @McNight in #1
  • Fix concurrency warnings

New Contributors

Full Changelog: 2.3.0...2.4.0

v2.3.0

21 Aug 11:18
3ab18f6
Compare
Choose a tag to compare
  • new observeCurrentWindow and observeWindowState view modifiers
  • deprecate windowStateEnvironment

v2.2.0

20 Sep 17:27
4d745d1
Compare
Choose a tag to compare
  • SwiftUI support with windowStateEnvironment

v2.1.1

07 May 14:10
1476dc5
Compare
Choose a tag to compare
  • warn about observing windows that cannot become key/main

v2.1.0

23 Apr 13:47
7b889f1
Compare
Choose a tag to compare
  • CustomizableMainKeyWindow
  • WindowStateObserver will now warn if its window cannot become key or main

v2.0.2

18 Mar 16:05
ea72d53
Compare
Choose a tag to compare

Fixes a crash in < 10.15 related to tab observation

v2.0.0

10 Feb 19:23
d7fb1c0
Compare
Choose a tag to compare
  • Correctly adjust window heights when removing titlebar transparency
  • Tab support in WindowStateObserver
  • NSWindow accessor to measure titleBarHeight
  • Fixed accesses to tabGroup, which can really affect window tabbing behavior

v1.2.5

24 Jun 15:44
a3f6b34
Compare
Choose a tag to compare

Fixes a build issue that seems to only present when using SPM

v.1.2.4

23 Apr 17:05
ac6cddc
Compare
Choose a tag to compare

Tidying code after SwiftLint run

v1.2.3

08 Nov 21:40
54a4690
Compare
Choose a tag to compare
  • windowIsOnActiveSpace
  • ApplicationWindowState