Skip to content

Commit

Permalink
⚡ Delay the script filter execution until the last character is typed
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 21, 2022
1 parent 440436d commit 6ea85a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bin/src/constants/config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Config {
Config._();

static const String version = '1.1.2';
static const String version = '1.1.3';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-gitmoji');
static const String algoliaApplicationId = 'WODHKE4WZG';
Expand Down
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<key>queuedelayimmediatelyinitially</key>
<true/>
<key>queuedelaymode</key>
<integer>0</integer>
<integer>2</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
Expand Down Expand Up @@ -251,7 +251,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.1.2</string>
<string>1.1.3</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
17 changes: 5 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -91,7 +84,7 @@ packages:
name: copy_with_extension
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.2"
crypto:
dependency: transitive
description:
Expand All @@ -112,7 +105,7 @@ packages:
name: dart_code_metrics
url: "https://pub.dartlang.org"
source: hosted
version: "4.15.1"
version: "4.15.2"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -161,7 +154,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
json_annotation:
dependency: transitive
description:
Expand All @@ -182,7 +175,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
package_config:
dependency: transitive
description:
Expand All @@ -196,7 +189,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
petitparser:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 1.1.2
version: 1.1.3

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down

0 comments on commit 6ea85a7

Please sign in to comment.