Skip to content

Commit

Permalink
Update extension to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan J Daniels committed Dec 17, 2016
1 parent c1b0da2 commit 7a6130f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After switching from Chrome to Safari, one feature was hard for me to live witho
This extension lets you add emoji icons to your tabs on a site-by-site basis, to simulate Chrome's tab favicons.

## Installation
Download and open [emoji-tab-icons.safariextz](https://github.com/logandaniels/emoji-tab-icons/raw/v1.0.1/emoji-tab-icons.safariextz).
Download and open [emoji-tab-icons.safariextz](https://github.com/logandaniels/emoji-tab-icons/raw/v1.0.2/emoji-tab-icons.safariextz).

Unfortunately, installing untrusted extensions is buggy in Safari. When you open the ``.safariextz`` file, Safari will ask you to confirm that you really want to install it. If you're lucky, clicking "Trust" will install the extension. Often, though, nothing will happen and you'll have to try opening the file multiple times or restart Safari before it installs. If you still can't get it to install, [this StackExchange answer](http://apple.stackexchange.com/questions/214760/force-installing-untrusted-safari-extensions/233701#233701) provides a (clunky) workaround.

Expand All @@ -24,6 +24,11 @@ allows emoji input. You can directly type or copy-and-paste an emoji in, or you

## Changelog

### 1.0.2 - Dec 17, 2016

- Feature: Allow specifying URL patterns beyond the domain name (e.g., separate rules for 'reddit.com/r/apple' and 'reddit.com/r/technology').
- Feature: Allow using asterisk wildcards to match subdomains (e.g., '*.google.com')

### 1.0.1 - Oct 9, 2016

- Bugfix: Safari (and even the whole computer?!) would become unresponsive when disabling default tab icons (thanks, /u/iskiran on Reddit!)
Expand Down
6 changes: 3 additions & 3 deletions UpdateManifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<string>ZR23WUKXP7</string>

<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>

<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>

<key>URL</key>
<string>https://github.com/logandaniels/emoji-tab-icons/raw/v1.0.1/emoji-tab-icons.safariextz</string>
<string>https://github.com/logandaniels/emoji-tab-icons/raw/v1.0.2/emoji-tab-icons.safariextz</string>

<key>Update From Gallery</key>
<true/>
Expand Down
Binary file modified emoji-tab-icons.safariextz
Binary file not shown.

0 comments on commit 7a6130f

Please sign in to comment.