Skip to content

Commit

Permalink
Add release notes for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Aug 6, 2024
1 parent e4f1cf6 commit 28d6ad8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _posts/2024-08-06-1.0.0.md
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

0 comments on commit 28d6ad8

Please sign in to comment.