Skip to content

Commit

Permalink
update CLI to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatard committed Apr 8, 2024
1 parent 8b59a93 commit a08b59f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ body:
required: true
- label: Yes, my issue is not listed in other issues.
required: true
- label: Yes, I reload my Alfred cache (with `reload`)
required: true
- type: textarea
id: bug
attributes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

## Requirements

You need [Node.js LTS](https://nodejs.org) and [Alfred 5.0+](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.
You need [Node.js LTS](https://nodejs.org) and [Alfred 5.5+](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.

This workflow need one of JetBrains products (**2019.1+**), and its [shell script](#init-shell-script) to works

## About issues

It's my daily tool, so I will fix issue that I can reproduce with **my environment**, which is
* macOS 14.0
* Alfred 5 (latest available)
* Alfred 5.5 (latest available)
* at least Node 18, but not really important, node is only required to install this workflow

Please check the [troubleshooting guide](doc/troubleshooting.md) first, and other issues.
Expand Down
Binary file modified bin/alfred_jetbrains_cli
Binary file not shown.
8 changes: 4 additions & 4 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2227,16 +2227,16 @@ echo "${PROJECT_NAME}"</string>
## Requirements
You need [Node.js LTS](https://nodejs.org) and [Alfred 5.0+](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.
You need [Node.js LTS](https://nodejs.org) and [Alfred 5.5+](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.
This workflow need one of JetBrains products (**2019.1+**), and its shell script to works
## About issues
It's my daily tool, so I will fix issue that I can reproduce with **my environment**, which is
* macOS 14.0
* Alfred 5 (latest available)
* macOS 14.4
* Alfred 5.5 (latest available)
* at least Node 18, but not really important, node is only required to install this workflow
Expand Down Expand Up @@ -2862,7 +2862,7 @@ It's my daily tool, so I will fix issue that I can reproduce with **my environme
</dict>
</array>
<key>version</key>
<string>2.0.10</string>
<string>2.0.11</string>
<key>webaddress</key>
<string>https://github.com/bchatard/alfred-jetbrains/</string>
</dict>
Expand Down

0 comments on commit a08b59f

Please sign in to comment.