Skip to content

Commit

Permalink
Update extension to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan J Daniels committed Oct 9, 2016
1 parent d14f928 commit 19e36ff
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
13 changes: 12 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/emoji-tab-icons.safariextz).
Download and open [emoji-tab-icons.safariextz](https://github.com/logandaniels/emoji-tab-icons/raw/v1.0.1/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 @@ -21,3 +21,14 @@ Any text box that has a smiley face in it, like this:
![Emoji text entry](https://github.com/logandaniels/emoji-tab-icons/raw/master/emoji-text-entry.png)

allows emoji input. You can directly type or copy-and-paste an emoji in, or you can **click on the smiley face** to open an emoji picker dialogue.

## Changelog

### 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!)
- Bugfix: Preloaded webpages didn't always display an emoji

### 1.0 - May 16, 2016

- Initial release
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</string>
<string>1.0.1</string>

<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>

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

<key>Update From Gallery</key>
<true/>
Expand Down
6 changes: 3 additions & 3 deletions emoji-tab-icons.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<key>Author</key>
<string>Logan Daniels</string>
<key>Builder Version</key>
<string>11601.5.17.1</string>
<string>12602.1.50.0.10</string>
<key>CFBundleDisplayName</key>
<string>Emoji Tab Icons</string>
<key>CFBundleIdentifier</key>
<string>com.logandaniels.emoji-tab-icons</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.0.1</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
Binary file modified emoji-tab-icons.safariextz
Binary file not shown.

0 comments on commit 19e36ff

Please sign in to comment.