Skip to content

Releases: starkwm/stark

[2.5.0] - 2024-02-29

29 Feb 22:29
Compare
Choose a tag to compare

Removed

  • Removed window() from Application
  • Removed deprecated .activateIgnoringOtherApps option from application focus()

Changed

  • Changed Bind to Keymap in the API
  • Changed minimum required macOS version to 14.0

[2.4.0] - 2023-10-19

29 Feb 22:30
Compare
Choose a tag to compare

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

29 Feb 22:31
Compare
Choose a tag to compare

Added

  • Added setFullScreen method to Window

Removed

  • Removed deprecated API methods
  • Removed maximize method from Window

Changed

  • Changed @NSApplication to @main
  • Changed App to Application 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

15 Mar 22:57
Compare
Choose a tag to compare

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

15 Mar 22:58
Compare
Choose a tag to compare

Added

  • Added flippedFrame and flippedVisibleFrame to Screen

Changed

  • Deprecated frameIncludingDockAndMenu
  • Deprecated frameWithoutDockOrMenu

[2.1.5] - 2023-01-09

15 Mar 22:58
Compare
Choose a tag to compare

Added

  • Added , , , and as strings for modifiers

[2.1.4] - 2022-05-07

06 May 23:45
Compare
Choose a tag to compare

Changed

  • Changed to use Self instead of class name for static references
  • Changed the resources bind.js, task.js, and timer.js into a single
    library.js
  • Changed setFrame to call setSize, then setTopLeft, and finally setSize
  • Changed setFrame to temporarily disable accessibility enhanced user
    interface when setting the size and position.

[2.1.3] - 2022-04-14

18 Apr 00:20
Compare
Choose a tag to compare

Removed

  • Removed stark-example.js being created when running without an existing
    configuration file

[2.1.2] - 2022-04-12

18 Apr 00:19
Compare
Choose a tag to compare

Added

  • Added menu item to enable or disable logging JavaScript exceptions

[2.1.1] - 2022-02-01

18 Apr 00:19
Compare
Choose a tag to compare

Added

  • Added moveWindows on Space in the JavaScript API

Changed

  • Changed the macOS deployment target to 12.2

Removed

  • Removed references to event.js