Releases: starkwm/stark
Releases · starkwm/stark
[2.5.0] - 2024-02-29
[2.4.0] - 2023-10-19
Removed
- Removed
Task
API class - Removed
Timer
API class - Removed
Stark.run
API method
Fixed
- Fixed an issue with Chromium based windows being unable to be moved or resized
[2.3.0] - 2023-10-19
Added
- Added
setFullScreen
method toWindow
Removed
- Removed deprecated API methods
- Removed
maximize
method fromWindow
Changed
- Changed
@NSApplication
to@main
- Changed
App
toApplication
in the API - Changed implementation of certain
Application
methods - Changed implementation of certain
Window
methods - Changed minimum macOS version to 13.5
[2.2.0] - 2023-03-15
Changed
- Changed the app icon to use a better macOS icon template
- Changed minimum macOS version to 13.0
[2.1.6] - 2023-01-14
Added
- Added
flippedFrame
andflippedVisibleFrame
toScreen
Changed
- Deprecated
frameIncludingDockAndMenu
- Deprecated
frameWithoutDockOrMenu
[2.1.5] - 2023-01-09
Added
- Added
⇧
,⌃
,⌥
, and⌘
as strings for modifiers
[2.1.4] - 2022-05-07
Changed
- Changed to use
Self
instead of class name for static references - Changed the resources
bind.js
,task.js
, andtimer.js
into a single
library.js
- Changed
setFrame
to callsetSize
, thensetTopLeft
, and finallysetSize
- Changed
setFrame
to temporarily disable accessibility enhanced user
interface when setting the size and position.
[2.1.3] - 2022-04-14
Removed
- Removed
stark-example.js
being created when running without an existing
configuration file
[2.1.2] - 2022-04-12
Added
- Added menu item to enable or disable logging JavaScript exceptions
[2.1.1] - 2022-02-01
Added
- Added
moveWindows
onSpace
in the JavaScript API
Changed
- Changed the macOS deployment target to 12.2
Removed
- Removed references to
event.js