-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: post | ||
title: 1.0.0 | ||
permalink: /releasenotes/1.0.0.html | ||
--- | ||
|
||
Minimum macOS version: 12.0 | ||
|
||
## Fixed | ||
|
||
- Large amounts of Console window history should now consume less RAM and Hammerspoon should no longer hang when large amounts of text are written quickly to the window. | ||
- hs.network.ping should now always call the didFinish callback | ||
- hs.pasteboard.callbackWhenChanged() now correctly accepts nil for its first argument, as documented | ||
- Moving a window to another Space is now fixed in macOS Sonoma | ||
- Various typos/grammar/mistakes in docstrings have been fixed | ||
|
||
## Changed | ||
|
||
- Lua has been updated to 5.4.7 | ||
- hs.urlevent callback now receives an extra parameter containing the full original URL | ||
- When holding Cmd and Option at startup, the dialog for resetting preferences is now clearer | ||
|
||
## Added | ||
|
||
- hs.spotify.getCurrentTrackArtworkURL() | ||
- hs.streamdeck now supports the newer hardware variant of the Stream Deck XL | ||
|