You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v2.0.2-uni)
104
+
[](/assets/code/WhatIsIt.swift)
105
105
106
106
<table>
107
107
<tr>
@@ -140,8 +140,8 @@ Given a hex value either raw or in any of the above formattings will return its
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.2.0-rn)
144
+
[](/assets/code/RomanNumeral.swift)
145
145
146
146
147
147
<table>
@@ -162,7 +162,7 @@ Given a hex value either raw or in any of the above formattings will return its
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v2.1.2-xdev)
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.2.0-dict)
214
214
215
215
<table>
216
216
<tr>
@@ -240,8 +240,8 @@ _No external dependencies are required to perform the OCR._
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.3.0-ocr)
244
+
[](/assets/code/AlfredOCR.swift)
245
245
246
246
<table>
247
247
<tr>
@@ -258,7 +258,7 @@ _No external dependencies are required to perform the OCR._
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.4.0-ocr2)
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.1.0-fav)
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.3.0-nf)
330
330
331
331
332
332
<table>
@@ -359,8 +359,8 @@ If auto-suggest is enabled, press <kbd>TAB</kbd> to accept and expand the sugges
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.1.0-gif)
388
388
389
389
<table>
390
390
<tr>
@@ -407,8 +407,8 @@ Either send a video to the workflow's [*File Action*](https://www.alfredapp.com/
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.1.2-btb)
411
+
[](/assets/code/DeviceBattery.swift)
412
412
413
413
<table>
414
414
<tr>
@@ -421,8 +421,8 @@ Either send a video to the workflow's [*File Action*](https://www.alfredapp.com/
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.1.0-qr)
425
+
[](/assets/code/QResolve.swift)
426
426
427
427
<table>
428
428
<tr>
@@ -445,7 +445,7 @@ Either send a video to the workflow's [*File Action*](https://www.alfredapp.com/
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.0.0-gif2)
449
449
450
450
<table>
451
451
<tr>
@@ -467,7 +467,7 @@ Send a series of still images to the workflow's [*File Action*](https://www.alfr
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.3.3-cp)[](/assets/code/ColorPicker.swift)
508
508
509
509
<table>
510
510
<tr>
@@ -532,7 +532,7 @@ To review previously picked colors, activate the workflow with the keyword prece
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.0.0-pdftotext)
536
536
537
537
<table>
538
538
<tr>
@@ -590,7 +590,7 @@ Press <kbd>↩</kbd> to return to the view where you can set the start and end p
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.0.0-pdfsplit)
594
594
595
595
<table>
596
596
<tr>
@@ -630,7 +630,7 @@ Press <kbd>↩</kbd> to return to the view where you can set the start and end p
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.0.1-pdfcompress)
634
634
635
635
<table>
636
636
<tr>
@@ -683,7 +683,7 @@ The result will be a compressed document in the same location as the source PDF
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.2.0-pad)
687
687
688
688
<table>
689
689
<tr>
@@ -726,12 +726,12 @@ Press the secondary keyboard shortcut or enter the workflow's keyword (default:
726
726
727
727
__Notes:__
728
728
¹ Changes are also saved when previewing and when switching the active pad.
729
-
² When searching for a pad containing a keyword, the first matching line will be used as subtitle. Press <kbd>⌘L</kbd> to view the matched line as [large type](https://www.alfredapp.com/help/features/large-type/).
729
+
² When searching for a pad containing a keyword, the first matching line will be used as subtitle. Press <kbd>⌘L</kbd> to view the matched line as [Large Type](https://www.alfredapp.com/help/features/large-type/).
[](https://github.com/zeitlings/alfred-workflows/releases/tag/v1.3.0-winnav)[](/assets/code/WindowNavigator/WindowNavigator.swift)[](/assets/code/WindowNavigator/AccessibilityBridgingHeader.h)
735
735
736
736
<table>
737
737
<tr>
@@ -746,6 +746,10 @@ __Notes:__
746
746
</tr>
747
747
</table>
748
748
749
+
> [!NOTE]
750
+
> macOS 15 deprecates an API that Window Navigator uses to retrieve window information. Already compiled executables will continue to work as expected, but compilation will fail if you try to run the workflow for the first time with macOS 15.
0 commit comments