Skip to content

Commit

Permalink
Fix for #26 - added support for AoE
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslawhartman committed Aug 19, 2020
1 parent 9cf11a3 commit 2671bfb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
Binary file renamed TimeZones-v2.16.zip → TimeZones-v2.17.zip
Binary file not shown.
1 change: 1 addition & 0 deletions source/GeoLite2-City-Locations-en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -103728,4 +103728,5 @@ geoname_id,locale_code,continent_code,continent_name,country_iso_code,country_na
11903646,en,EU,Europe,AT,Austria,7,Tyrol,,,Angerberg,,Europe/Vienna,1
11903690,en,EU,Europe,SK,Slovakia,BL,Bratislava,,,Vinosady,,Europe/Prague,1
11909785,en,AS,Asia,KR,"Republic of Korea",46,Jeollanam-do,,,Haman,,Asia/Seoul,0
99999998,AoE,AoE,N/A,N/A,"Anywhere on Earth (AoE)",N/A,N/A,,,"Anywhere on Earth (AoE)",,UTC-12,0
99999999,utc,UTC,N/A,N/A,"Coordinated Universal Time (UTC)",N/A,N/A,,,"Coordinated Universal Time (UTC)",,UTC,0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/flags/anywhere_on_earth_(aoe).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 29 additions & 8 deletions source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,27 @@
<dict>
<key>config</key>
<dict>
<key>alignment</key>
<integer>0</integer>
<key>backgroundcolor</key>
<string></string>
<key>fadespeed</key>
<integer>0</integer>
<key>fillmode</key>
<integer>0</integer>
<key>font</key>
<string></string>
<key>largetypetext</key>
<string>{query} (copied to clipboard)</string>
<key>textcolor</key>
<string></string>
</dict>
<key>type</key>
<string>alfred.workflow.output.largetype</string>
<key>uid</key>
<string>BC542037-8795-4FE1-8534-AF381F4197FC</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand All @@ -345,6 +357,8 @@
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<key>argumenttreatemptyqueryasnil</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
Expand Down Expand Up @@ -383,7 +397,7 @@
<key>uid</key>
<string>F15F2405-5743-4407-9BFF-A45E6783BA88</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -429,7 +443,7 @@
<key>uid</key>
<string>576752B3-B93B-49C1-8E41-B0E31110799B</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -551,6 +565,8 @@
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<key>argumenttreatemptyqueryasnil</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
Expand Down Expand Up @@ -591,7 +607,7 @@
<key>uid</key>
<string>DBA4F782-B7E9-486E-92A4-D06655FFE839</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -989,9 +1005,8 @@
</dict>
</array>
<key>readme</key>
<string>TimeZones v2.16
1 September 2019
<string>TimeZones v2.17
18 August 2020
=====
Expand Down Expand Up @@ -1036,6 +1051,10 @@ CHANGELOG
All issues tracked on GitHub https://github.com/jaroslawhartman/TimeZones-Alfred/issues
2.17
18 August 2020
* #26 - Added support for AoE
2.16
16 August 2020
* Pull Request Fix incorrect City -&gt; Country mapping #35
Expand Down Expand Up @@ -1389,8 +1408,10 @@ v1.0
<integer>1040</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.16</string>
<string>2.17</string>
<key>webaddress</key>
<string>https://jhartman.pl/tag/time-zones/</string>
</dict>
Expand Down

0 comments on commit 2671bfb

Please sign in to comment.