Skip to content

Commit

Permalink
Merge ccad057 into a736203
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Aug 2, 2019
2 parents a736203 + ccad057 commit 590c02d
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 4 deletions.
Binary file modified Font-Awesome.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can incrementally search for [Font Awesome icons](https://fontawesome.com/ch

Download **[Font-Awesome.alfredworkflow](https://github.com/ruedap/alfred-font-awesome-workflow/raw/master/Font-Awesome.alfredworkflow)** and import to [Alfred 2 or 3](http://www.alfredapp.com/) (requires Powerpack).

The current supported version is **Font Awesome 5.9.0 Free**. Previous versions are available [here](https://github.com/ruedap/alfred-font-awesome-workflow/releases).
The current supported version is **Font Awesome 5.10.0 Free**. Previous versions are available [here](https://github.com/ruedap/alfred-font-awesome-workflow/releases).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion icons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestIcons_find_AllIcons(t *testing.T) {
fi := testIconsFindHelper([]string{""})

actual := len(fi)
expected := 1384
expected := 1385
if actual != expected {
t.Errorf("expected %v to eq %v", actual, expected)
}
Expand Down
9 changes: 9 additions & 0 deletions workflow/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3190,6 +3190,15 @@ icons:
- register
- trademark
categories: unknown
- name: Cotton Bureau
id: cotton-bureau
unicode: f89e
created: 5.10.0
filter:
- clothing
- t-shirts
- tshirts
categories: unknown
- name: Couch
id: couch
unicode: f4b8
Expand Down
Binary file added workflow/icons/cotton-bureau.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/dog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/holly-berry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/jira.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/mug-hot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/sellsy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/spotify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/ussunnah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified workflow/icons/venus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<key>disabled</key>
<false/>
<key>name</key>
<string>Font Awesome 5.9.0.0</string>
<string>Font Awesome 5.10.0.0</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -351,7 +351,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>5.9.0.0</string>
<string>5.10.0.0</string>
<key>webaddress</key>
<string>https://github.com/ruedap/alfred-font-awesome-workflow</string>
</dict>
Expand Down

0 comments on commit 590c02d

Please sign in to comment.