Skip to content

Commit 6ea85a7

Browse files
committed
⚡ Delay the script filter execution until the last character is typed
1 parent 440436d commit 6ea85a7

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

bin/src/constants/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
Config._();
33

4-
static const String version = '1.1.2';
4+
static const String version = '1.1.3';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-gitmoji');
77
static const String algoliaApplicationId = 'WODHKE4WZG';

info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<key>queuedelayimmediatelyinitially</key>
162162
<true/>
163163
<key>queuedelaymode</key>
164-
<integer>0</integer>
164+
<integer>2</integer>
165165
<key>queuemode</key>
166166
<integer>1</integer>
167167
<key>runningsubtext</key>
@@ -251,7 +251,7 @@
251251
<key>variablesdontexport</key>
252252
<array/>
253253
<key>version</key>
254-
<string>1.1.2</string>
254+
<string>1.1.3</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/techouse</string>
257257
</dict>

pubspec.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ packages:
5757
url: "https://pub.dartlang.org"
5858
source: hosted
5959
version: "2.9.0"
60-
charcode:
61-
dependency: transitive
62-
description:
63-
name: charcode
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "1.3.1"
6760
clock:
6861
dependency: transitive
6962
description:
@@ -91,7 +84,7 @@ packages:
9184
name: copy_with_extension
9285
url: "https://pub.dartlang.org"
9386
source: hosted
94-
version: "4.0.0"
87+
version: "4.0.2"
9588
crypto:
9689
dependency: transitive
9790
description:
@@ -112,7 +105,7 @@ packages:
112105
name: dart_code_metrics
113106
url: "https://pub.dartlang.org"
114107
source: hosted
115-
version: "4.15.1"
108+
version: "4.15.2"
116109
dart_style:
117110
dependency: transitive
118111
description:
@@ -161,7 +154,7 @@ packages:
161154
name: http_parser
162155
url: "https://pub.dartlang.org"
163156
source: hosted
164-
version: "4.0.0"
157+
version: "4.0.1"
165158
json_annotation:
166159
dependency: transitive
167160
description:
@@ -182,7 +175,7 @@ packages:
182175
name: meta
183176
url: "https://pub.dartlang.org"
184177
source: hosted
185-
version: "1.7.0"
178+
version: "1.8.0"
186179
package_config:
187180
dependency: transitive
188181
description:
@@ -196,7 +189,7 @@ packages:
196189
name: path
197190
url: "https://pub.dartlang.org"
198191
source: hosted
199-
version: "1.8.1"
192+
version: "1.8.2"
200193
petitparser:
201194
dependency: transitive
202195
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.1.2
7+
version: 1.1.3
88

99
environment:
1010
sdk: '>=2.17.0 <3.0.0'

0 commit comments

Comments
 (0)