Skip to content

Commit

Permalink
release 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jun 20, 2022
1 parent 0beeba7 commit 2e79064
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- 2022-06-20 release 2.24.3
- 2022-06-20 fix #79
- 2022-06-09 release 2.24.2
- 2022-06-09 indicate deprecated plugins for local search
- 2022-06-09 indicate deprecated plugins
Expand Down
Binary file modified Shimmering-Obsidian.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11954,7 +11954,7 @@ DOUBLE CLICK THIS to set Hotkey. Suggested Hotkey: cmd + shift + 1</string>
<string>backup_destination</string>
</array>
<key>version</key>
<string>2.24.2</string>
<string>2.24.3</string>
<key>webaddress</key>
<string>https://chris-grieser.de/</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion scripts/o_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log(excludeFilter);

// folder search
let folderArray = app.doShellScript(`find "${pathToCheck}" -type d -mindepth 1 -not -path "*/.*"`)
.split("\r") // returns *absolute* paths
.split("\r"); // returns *absolute* paths

if (folderArray === "") folderArray = [];
if (excludeFilter?.length) {
Expand Down

0 comments on commit 2e79064

Please sign in to comment.