We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822de1b commit 82b5267Copy full SHA for 82b5267
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+##v1.1.0
4
+*2013-08-19*
5
+
6
+- Fade favicon slightly when a count is printed
7
+- Draw drop shadow behind count
8
+- Scale count border based on favicon size
9
10
##v1.0.1
11
*2013-08-18*
12
favcount.js
@@ -1,5 +1,5 @@
/*
- * favcount.js v1.0.1
+ * favcount.js v1.1.0
* http://chrishunt.co/favcount
* Dynamically updates the favicon with a number.
*
@@ -94,5 +94,5 @@
94
}).call(this);
95
96
(function(){
97
- Favcount.VERSION = '1.0.1';
+ Favcount.VERSION = '1.1.0';
98
0 commit comments