create account

Steem Notifier - v1.0.0 is here. New features/bug fixes and download available by sambillingham

View this thread on: hive.blogpeakd.comecency.com
· @sambillingham · (edited)
$95.60
Steem Notifier - v1.0.0 is here. New features/bug fixes and download available
![v1.0.0](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730291/mwt2horoqyijljdtmubz.png)


It’s here. A packaged release of Steem Notifier. It’s now super easy for people to try the app. 

Steem Notifier is a minimal desktop app that sends notifications about your steem account through your native operating systems notification interface. 

# New Features
1 - Packaged for release on macOS, Windows & Linux, you can [download these from Github](https://github.com/code-with-sam/steem-notifier/releases). 
*Please note these have only been tested on macOS*

Packages are now easily buildable for yourself once the repo is cloned. Use the NPM scripts listed in ```package.json``` to build from source.

 ```
npm install
npm run package-mac
npm run package-win
npm run package-linux
``` 

2 -  Notifier now includes an option to save a default user. If you’re using the app continuously when turning off your computer or closing the app, previously you would need to re-enter your username. 

You can now select to store your username and it will bypass the initial input screen when re-opening the app. 

![Screen Shot 2018-01-23 at 18.00.48.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730471/uad6ky9nhqganfm90ocv.png)


3 - A new context Menu on Right Clicking the taskbar icon has been added for quick access to clearing the default user and quitting the app when all other windows have been closed.

![Screen Shot 2018-01-23 at 18.01.29.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730519/rzqmiudkqr0cxkq5wska.png)

# Improvements
In previous versions of notifier it used a custom binary of the node-notifier app, this allowed for custom icon images on notifications. I was able to implement the custom icons using the built in notification system for Electron and thus have been able to remove node-notifier.app.

With the change in notification implementation, notifications now persist correctly in the notification centre.

![N centre.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730554/nly8vwdqfygvdr49br9e.png)

UX flow has been improved with the ability to skip the initial screen for returning users. 

The title bar on macOS bas been removed to be more inline with OS styles. Windows/Linux are un-effected.

# Bug Fixes
A number of bugs have been fixed in this release.

- Fixed vote power bar + info not loading. 
- Fix incorrect name on comment notifications where the name would be the receiving user not the sender.
- Fixed multiple tabs opening when clicking links. Previously a click on a notification would open all previous notification links (this could be a lot if the app had been running awhile), where it should only open the single link relevant to the notification clicked.
- Fix app crash when computer wakes from sleep.
- Other small miscellaneous  fixes

# Contributions
Contributions, ideas and suggestions are wellcombed and encoraged. Particularly if anyone is able to help test for crashes/bugs on Windows/Linux. This release has only been tested on macOS latest.

<hr>
View Development commits in PR#7 - https://github.com/code-with-sam/steem-notifier/pull/7

View releases page on github for downloads - [Here](https://github.com/code-with-sam/steem-notifier/releases)
<hr>

Let me know what you think. 


<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@sambillingham/steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorsambillingham
permlinksteem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":116235528,"name":"steem-notifier","full_name":"code-with-sam/steem-notifier","html_url":"https://github.com/code-with-sam/steem-notifier","fork":false,"owner":{"login":"code-with-sam"}},"pullRequests":[{"url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7","id":164639673,"html_url":"https://github.com/code-with-sam/steem-notifier/pull/7","diff_url":"https://github.com/code-with-sam/steem-notifier/pull/7.diff","patch_url":"https://github.com/code-with-sam/steem-notifier/pull/7.patch","issue_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/7","number":7,"state":"closed","locked":false,"title":"1.0.0","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"body":"V1.0.0 Release\r\n\r\n\r\n<img width=\"728\" alt=\"screen shot 2018-01-23 at 17 23 33\" src=\"https://user-images.githubusercontent.com/34964560/35290479-48262cd2-0062-11e8-8dc0-588c67a0f32d.png\">\r\n\r\n\r\n# New Features\r\n1. Packaged for release on macOS, Windows & Linux,\r\n2. Notifier now includes an option to save a default user. \r\n3. A new context Menu on Right Click\r\n\r\n# Improvements\r\n- node-notifier removed\r\n- Notifications are now persist in the notification centre.\r\n- UX flow improved with the ability to skip the initial screen for returning users. \r\n- The title bar on macOS bas been removed to be more inline with OS styles. Windows/Linux are un-effected.\r\n\r\n# Bug Fixes\r\n\r\n- fixed vote power bar + info not loading. \r\n- fix incorrect name on comment notifications \r\n- fixed multiple tabs opening when clicking links. \r\n- fix app crash when computer wakes from sleep.","created_at":"2018-01-23T17:25:48Z","updated_at":"2018-01-23T17:34:21Z","closed_at":"2018-01-23T17:34:21Z","merged_at":"2018-01-23T17:34:21Z","merge_commit_sha":"eb0ab25e06c4b0a4fdd149b5cc94a780eac4b762","assignee":null,"assignees":[],"requested_reviewers":[],"milestone":null,"commits_url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7/commits","review_comments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7/comments","review_comment_url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/comments{/number}","comments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/7/comments","statuses_url":"https://api.github.com/repos/code-with-sam/steem-notifier/statuses/df39173fcd7a84651a6eec989a1d981ce4aa93cd","head":{"label":"code-with-sam:1.0.0","ref":"1.0.0","sha":"df39173fcd7a84651a6eec989a1d981ce4aa93cd","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"repo":{"id":116235528,"name":"steem-notifier","full_name":"code-with-sam/steem-notifier","owner":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/code-with-sam/steem-notifier","description":"Steem-notifer is a minimal desktop/menubar/hidden-app, its configurable to show incoming notifications for you steem account","fork":false,"url":"https://api.github.com/repos/code-with-sam/steem-notifier","forks_url":"https://api.github.com/repos/code-with-sam/steem-notifier/forks","keys_url":"https://api.github.com/repos/code-with-sam/steem-notifier/keys{/key_id}","collaborators_url":"https://api.github.com/repos/code-with-sam/steem-notifier/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/code-with-sam/steem-notifier/teams","hooks_url":"https://api.github.com/repos/code-with-sam/steem-notifier/hooks","issue_events_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/events{/number}","events_url":"https://api.github.com/repos/code-with-sam/steem-notifier/events","assignees_url":"https://api.github.com/repos/code-with-sam/steem-notifier/assignees{/user}","branches_url":"https://api.github.com/repos/code-with-sam/steem-notifier/branches{/branch}","tags_url":"https://api.github.com/repos/code-with-sam/steem-notifier/tags","blobs_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/refs{/sha}","trees_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/trees{/sha}","statuses_url":"https://api.github.com/repos/code-with-sam/steem-notifier/statuses/{sha}","languages_url":"https://api.github.com/repos/code-with-sam/steem-notifier/languages","stargazers_url":"https://api.github.com/repos/code-with-sam/steem-notifier/stargazers","contributors_url":"https://api.github.com/repos/code-with-sam/steem-notifier/contributors","subscribers_url":"https://api.github.com/repos/code-with-sam/steem-notifier/subscribers","subscription_url":"https://api.github.com/repos/code-with-sam/steem-notifier/subscription","commits_url":"https://api.github.com/repos/code-with-sam/steem-notifier/commits{/sha}","git_commits_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/commits{/sha}","comments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/comments{/number}","issue_comment_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/comments{/number}","contents_url":"https://api.github.com/repos/code-with-sam/steem-notifier/contents/{+path}","compare_url":"https://api.github.com/repos/code-with-sam/steem-notifier/compare/{base}...{head}","merges_url":"https://api.github.com/repos/code-with-sam/steem-notifier/merges","archive_url":"https://api.github.com/repos/code-with-sam/steem-notifier/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/code-with-sam/steem-notifier/downloads","issues_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues{/number}","pulls_url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls{/number}","milestones_url":"https://api.github.com/repos/code-with-sam/steem-notifier/milestones{/number}","notifications_url":"https://api.github.com/repos/code-with-sam/steem-notifier/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/code-with-sam/steem-notifier/labels{/name}","releases_url":"https://api.github.com/repos/code-with-sam/steem-notifier/releases{/id}","deployments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/deployments","created_at":"2018-01-04T08:35:03Z","updated_at":"2018-01-19T05:18:27Z","pushed_at":"2018-01-23T17:53:44Z","git_url":"git://github.com/code-with-sam/steem-notifier.git","ssh_url":"git@github.com:code-with-sam/steem-notifier.git","clone_url":"https://github.com/code-with-sam/steem-notifier.git","svn_url":"https://github.com/code-with-sam/steem-notifier","homepage":"","size":692,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":1,"open_issues":0,"watchers":2,"default_branch":"master"}},"base":{"label":"code-with-sam:master","ref":"master","sha":"dd8cefe2772820abc659e81073bc303c0390ea40","user":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"repo":{"id":116235528,"name":"steem-notifier","full_name":"code-with-sam/steem-notifier","owner":{"login":"code-with-sam","id":34964560,"avatar_url":"https://avatars2.githubusercontent.com/u/34964560?v=4","gravatar_id":"","url":"https://api.github.com/users/code-with-sam","html_url":"https://github.com/code-with-sam","followers_url":"https://api.github.com/users/code-with-sam/followers","following_url":"https://api.github.com/users/code-with-sam/following{/other_user}","gists_url":"https://api.github.com/users/code-with-sam/gists{/gist_id}","starred_url":"https://api.github.com/users/code-with-sam/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/code-with-sam/subscriptions","organizations_url":"https://api.github.com/users/code-with-sam/orgs","repos_url":"https://api.github.com/users/code-with-sam/repos","events_url":"https://api.github.com/users/code-with-sam/events{/privacy}","received_events_url":"https://api.github.com/users/code-with-sam/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/code-with-sam/steem-notifier","description":"Steem-notifer is a minimal desktop/menubar/hidden-app, its configurable to show incoming notifications for you steem account","fork":false,"url":"https://api.github.com/repos/code-with-sam/steem-notifier","forks_url":"https://api.github.com/repos/code-with-sam/steem-notifier/forks","keys_url":"https://api.github.com/repos/code-with-sam/steem-notifier/keys{/key_id}","collaborators_url":"https://api.github.com/repos/code-with-sam/steem-notifier/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/code-with-sam/steem-notifier/teams","hooks_url":"https://api.github.com/repos/code-with-sam/steem-notifier/hooks","issue_events_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/events{/number}","events_url":"https://api.github.com/repos/code-with-sam/steem-notifier/events","assignees_url":"https://api.github.com/repos/code-with-sam/steem-notifier/assignees{/user}","branches_url":"https://api.github.com/repos/code-with-sam/steem-notifier/branches{/branch}","tags_url":"https://api.github.com/repos/code-with-sam/steem-notifier/tags","blobs_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/refs{/sha}","trees_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/trees{/sha}","statuses_url":"https://api.github.com/repos/code-with-sam/steem-notifier/statuses/{sha}","languages_url":"https://api.github.com/repos/code-with-sam/steem-notifier/languages","stargazers_url":"https://api.github.com/repos/code-with-sam/steem-notifier/stargazers","contributors_url":"https://api.github.com/repos/code-with-sam/steem-notifier/contributors","subscribers_url":"https://api.github.com/repos/code-with-sam/steem-notifier/subscribers","subscription_url":"https://api.github.com/repos/code-with-sam/steem-notifier/subscription","commits_url":"https://api.github.com/repos/code-with-sam/steem-notifier/commits{/sha}","git_commits_url":"https://api.github.com/repos/code-with-sam/steem-notifier/git/commits{/sha}","comments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/comments{/number}","issue_comment_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/comments{/number}","contents_url":"https://api.github.com/repos/code-with-sam/steem-notifier/contents/{+path}","compare_url":"https://api.github.com/repos/code-with-sam/steem-notifier/compare/{base}...{head}","merges_url":"https://api.github.com/repos/code-with-sam/steem-notifier/merges","archive_url":"https://api.github.com/repos/code-with-sam/steem-notifier/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/code-with-sam/steem-notifier/downloads","issues_url":"https://api.github.com/repos/code-with-sam/steem-notifier/issues{/number}","pulls_url":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls{/number}","milestones_url":"https://api.github.com/repos/code-with-sam/steem-notifier/milestones{/number}","notifications_url":"https://api.github.com/repos/code-with-sam/steem-notifier/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/code-with-sam/steem-notifier/labels{/name}","releases_url":"https://api.github.com/repos/code-with-sam/steem-notifier/releases{/id}","deployments_url":"https://api.github.com/repos/code-with-sam/steem-notifier/deployments","created_at":"2018-01-04T08:35:03Z","updated_at":"2018-01-19T05:18:27Z","pushed_at":"2018-01-23T17:53:44Z","git_url":"git://github.com/code-with-sam/steem-notifier.git","ssh_url":"git@github.com:code-with-sam/steem-notifier.git","clone_url":"https://github.com/code-with-sam/steem-notifier.git","svn_url":"https://github.com/code-with-sam/steem-notifier","homepage":"","size":692,"stargazers_count":2,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":1,"open_issues":0,"watchers":2,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7"},"html":{"href":"https://github.com/code-with-sam/steem-notifier/pull/7"},"issue":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/7"},"comments":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/issues/7/comments"},"review_comments":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7/comments"},"review_comment":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/pulls/7/commits"},"statuses":{"href":"https://api.github.com/repos/code-with-sam/steem-notifier/statuses/df39173fcd7a84651a6eec989a1d981ce4aa93cd"}},"author_association":"OWNER"}],"platform":"github","type":"development","tags":["utopian-io","steemdev","steemit","steem","programming"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730291/mwt2horoqyijljdtmubz.png","https://github.com/code-with-sam/steem-notifier/releases","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730471/uad6ky9nhqganfm90ocv.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730519/rzqmiudkqr0cxkq5wska.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730554/nly8vwdqfygvdr49br9e.png"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730291/mwt2horoqyijljdtmubz.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730471/uad6ky9nhqganfm90ocv.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730519/rzqmiudkqr0cxkq5wska.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1516730554/nly8vwdqfygvdr49br9e.png"],"moderator":{"account":"ms10398","time":"2018-01-24T04:21:55.758Z","reviewed":true,"pending":false,"flagged":false}}"
created2018-01-23 18:12:54
last_update2018-01-24 04:21:54
depth0
children22
last_payout2018-01-30 18:12:54
cashout_time1969-12-31 23:59:59
total_payout_value69.582 HBD
curator_payout_value26.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,515
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,707,884
net_rshares10,847,546,211,178
author_curate_reward""
vote details (34)
@amosbastian · (edited)
$0.89
<center>![steemnotifier.png](https://steemitimages.com/DQmau53ZQyPbBhbzg7rop5pSP25KpuFKJq6k3VVHAkRhiLo/steemnotifier.png)</center>

I don't know if it's my fault, but I have the same problem as @Oups, except I can't change it to my name, haha.
πŸ‘  
properties (23)
authoramosbastian
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t190046691z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["oups"],"image":["https://steemitimages.com/DQmau53ZQyPbBhbzg7rop5pSP25KpuFKJq6k3VVHAkRhiLo/steemnotifier.png"],"app":"steemit/0.1"}
created2018-01-23 19:00:45
last_update2018-01-23 19:01:51
depth1
children3
last_payout2018-01-30 19:00:45
cashout_time1969-12-31 23:59:59
total_payout_value0.670 HBD
curator_payout_value0.217 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation174,473,586,900,705
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,717,179
net_rshares81,705,111,543
author_curate_reward""
vote details (1)
@sambillingham ·
Cool thanks, just re-building, think I've fixed it. 
How do taskbar/Tray apps display on Linux? Can you right click the icon?
properties (22)
authorsambillingham
permlinkre-amosbastian-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t191247987z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-23 19:12:48
last_update2018-01-23 19:12:48
depth2
children2
last_payout2018-01-30 19:12:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,719,384
net_rshares0
@amosbastian ·
$0.58
Sorry went to the gym and just got back! I just pulled it again and made a gif to show you:

<center>![Peek 2018-01-23 21-56.gif](https://steemitimages.com/DQmaHCKVzDCEdnffi8rbTBQntiq15E4QVxWu6qqTxYRYCna/Peek%202018-01-23%2021-56.gif)</center>

I need to click the application then click `Steem Notifier` to get it running and there's no `Clear Default User` option, also it doesn't remember my username and my bio is cut off.
πŸ‘  
properties (23)
authoramosbastian
permlinkre-sambillingham-re-amosbastian-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t220521521z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://steemitimages.com/DQmaHCKVzDCEdnffi8rbTBQntiq15E4QVxWu6qqTxYRYCna/Peek%202018-01-23%2021-56.gif"],"app":"steemit/0.1"}
created2018-01-23 22:05:21
last_update2018-01-23 22:05:21
depth3
children1
last_payout2018-01-30 22:05:21
cashout_time1969-12-31 23:59:59
total_payout_value0.438 HBD
curator_payout_value0.146 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length426
author_reputation174,473,586,900,705
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,752,239
net_rshares54,243,814,530
author_curate_reward""
vote details (1)
@mikeycolon ·
$0.09
Very cool! I'll give it a shot.
πŸ‘  
properties (23)
authormikeycolon
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t183619540z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-23 18:36:21
last_update2018-01-23 18:36:21
depth1
children2
last_payout2018-01-30 18:36:21
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation23,910,985,480,907
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,712,483
net_rshares8,345,202,235
author_curate_reward""
vote details (1)
@sambillingham ·
cool thanks, let me know if there are any issues
properties (22)
authorsambillingham
permlinkre-mikeycolon-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t154412200z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-24 15:44:12
last_update2018-01-24 15:44:12
depth2
children1
last_payout2018-01-31 15:44:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,955,951
net_rshares0
@mikeycolon ·
Roger.
properties (22)
authormikeycolon
permlinkre-sambillingham-re-mikeycolon-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t161755299z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-24 16:17:54
last_update2018-01-24 16:17:54
depth3
children0
last_payout2018-01-31 16:17:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation23,910,985,480,907
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,962,827
net_rshares0
@ms10398 ·
$1.28
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
πŸ‘  
properties (23)
authorms10398
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t042246396z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-24 04:22:48
last_update2018-01-24 04:22:48
depth1
children1
last_payout2018-01-31 04:22:48
cashout_time1969-12-31 23:59:59
total_payout_value0.962 HBD
curator_payout_value0.319 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation27,572,487,973,390
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,820,797
net_rshares121,839,952,638
author_curate_reward""
vote details (1)
@sambillingham ·
Thanks for the super fast review @ms10398 πŸ’― πŸ‘Š
properties (22)
authorsambillingham
permlinkre-ms10398-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t154303170z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["ms10398"],"app":"steemit/0.1"}
created2018-01-24 15:43:03
last_update2018-01-24 15:43:03
depth2
children0
last_payout2018-01-31 15:43:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,955,691
net_rshares0
@oups · (edited)
$1.33
haha your account is default. got many notification thanks to you.
also there is an issue on profile image, fyi. (if it's not intentinal) ![Screen Shot 2018-01-23 at 21.32.00.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1516732361/fwlsqi4qumihor6jt9tq.png)
πŸ‘  , ,
properties (23)
authoroups
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t183246366z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.2.0"}
created2018-01-23 18:32:48
last_update2018-01-23 18:33:27
depth1
children5
last_payout2018-01-30 18:32:48
cashout_time1969-12-31 23:59:59
total_payout_value1.328 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation20,674,011,682,802
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,711,725
net_rshares161,969,354,930
author_curate_reward""
vote details (3)
@sambillingham ·
haha didn't expect that, well that probably needs to be fixed. 

thanks for the super quick response, I'll get on it right away
properties (22)
authorsambillingham
permlinkre-oups-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t183414243z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-23 18:34:15
last_update2018-01-23 18:34:15
depth2
children4
last_payout2018-01-30 18:34:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,712,053
net_rshares0
@oups · (edited)
I need to correct that, I guess it's not your account. It's just an empty string, so it notifies every " " as mention. 
But it's perfectly working after I put my name, got the comment and vote notification. Thank you. It's going to improve communication.
![Screen Shot 2018-01-23 at 21.37.28.png](https://steemitimages.com/DQmWH4uya5xqM7xCv8Pqx62eHn64vNME8iYqiyHgrCFsANV/Screen%20Shot%202018-01-23%20at%2021.37.28.png)
properties (22)
authoroups
permlinkre-sambillingham-re-oups-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t183742551z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://steemitimages.com/DQmWH4uya5xqM7xCv8Pqx62eHn64vNME8iYqiyHgrCFsANV/Screen%20Shot%202018-01-23%20at%2021.37.28.png"],"app":"steemit/0.1"}
created2018-01-23 18:37:42
last_update2018-01-23 18:39:21
depth3
children3
last_payout2018-01-30 18:37:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length418
author_reputation20,674,011,682,802
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,712,774
net_rshares0
@pcusine ·
$0.52
I just installed it on w10 :)
πŸ‘  
properties (23)
authorpcusine
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t165819134z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-24 16:58:18
last_update2018-01-24 16:58:18
depth1
children1
last_payout2018-01-31 16:58:18
cashout_time1969-12-31 23:59:59
total_payout_value0.388 HBD
curator_payout_value0.128 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation3,296,642,860,539
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,971,359
net_rshares50,905,733,636
author_curate_reward""
vote details (1)
@sambillingham ·
Good to hear! let me know if there are any issues or anything else I could add to it that would be useful.
properties (22)
authorsambillingham
permlinkre-pcusine-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t223344736z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-24 22:33:12
last_update2018-01-24 22:33:12
depth2
children0
last_payout2018-01-31 22:33:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,034,505
net_rshares0
@recrack ·
Wow! This is awesome project!!! Thanks :)
properties (22)
authorrecrack
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180125t090556607z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-25 09:05:51
last_update2018-01-25 09:05:51
depth1
children0
last_payout2018-02-01 09:05:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation333,928,188,130
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,150,110
net_rshares0
@shanahs ·
Thanks for information..πŸ‘πŸ‘
πŸ‘  
properties (23)
authorshanahs
permlinkre-sambillingham-2018124t11246631z
categoryutopian-io
json_metadata{"tags":["utopian-io","steemdev","steemit","steem","programming"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-01-23 18:15:21
last_update2018-01-23 18:15:21
depth1
children0
last_payout2018-01-30 18:15:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation94,767,026,793
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,708,360
net_rshares540,925,645
author_curate_reward""
vote details (1)
@utopian-io ·
### Hey @sambillingham I am @utopian-io. I have just upvoted you!
#### Achievements
- You have less than 500 followers. Just gave you a gift to help you succeed!
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
authorutopian-io
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180125t023706693z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-25 02:37:09
last_update2018-01-25 02:37:09
depth1
children0
last_payout2018-02-01 02:37:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,089
author_reputation152,955,367,999,756
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,078,739
net_rshares0
@zoh ·
$0.07
Will give this a try @sambillingham. I hope I'd be able to install this right. πŸ€”πŸ˜°πŸ˜
πŸ‘  ,
properties (23)
authorzoh
permlinkre-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180123t182831814z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.2.0"}
created2018-01-23 18:28:33
last_update2018-01-23 18:28:33
depth1
children1
last_payout2018-01-30 18:28:33
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation279,819,210,533
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,710,865
net_rshares8,938,168,982
author_curate_reward""
vote details (2)
@sambillingham ·
it's a simple download, unzip, double click now. let me know if you get it working
properties (22)
authorsambillingham
permlinkre-zoh-re-sambillingham-steem-notifier-v1-0-0-is-here-new-features-bug-fixes-and-download-available-20180124t154350556z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-24 15:43:51
last_update2018-01-24 15:43:51
depth2
children0
last_payout2018-01-31 15:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation34,876,406,478,004
root_title"Steem Notifier - v1.0.0 is here. New features/bug fixes and download available"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,955,884
net_rshares0