Skip to content

Commit

Permalink
update to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Purexo committed Aug 1, 2016
1 parent 455c4a5 commit cf5d4a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.2 :
- Bugfix :
- update badge color next to read/unread an item in panel.

# 2.1.1
- Bugfix :
- hardcode add some unlogical when open FreshRSS instance ('/p/i') with new url system, we don't need to add this
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ panel.port.on('mark-swap', (data) => {
onComplete: (rep) => {
panel.port.emit('mark-swap', index);
button.badge += isRead ? 1 : -1;
button.badgeColor = button.badge > 0 ? button.BAD : button.OK;
// panel.port.emit('refresh-nbunread', _('unread x', button.badge));
panel.port.emit('refresh-nbunread', button.badge);
}
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "FreshRSS-Notify",
"name": "freshrss-notify",
"version": "2.1.1",
"version": "2.1.3",
"description": "A FreshRSS Notifier for smart people \n don't forget to activate the api on your FreshRSS server",
"main": "index.js",
"author": "Purexo",
Expand All @@ -10,6 +10,9 @@
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"
},
"permissions": {
"multiprocess": false
},
"preferences": [
{
"name": "url",
Expand Down

0 comments on commit cf5d4a6

Please sign in to comment.