Skip to content

Releases: tchap/steemwatch

SteemWatch 0.8.0

17 Aug 14:06
Compare
Choose a tag to compare

Summary

This release will make all witnesses excited for sure.

New Event: account.witness_voted

It is now possible to watch for witnesses being voted.

Closed Issues

You can check the issues closed in the milestone.

Commits

a5b790c Add new event kind: account.witness_voted
7c9d1cc server/auth/facebook: Make sure email is set
a9d035a server/users/stores/mongodb: Improve error message

SteemWatch 0.7.0

16 Aug 13:25
Compare
Choose a tag to compare

Summary

In this release there are a few exciting new features as well as internal refactoring.

New Login Provider: Reddit

It is now possible to sign up for SteemWatch using Reddit. It is, though, not possible really to use any other provider once Reddit is chosen since Reddit does not give us any email address, which means that it is not possible to pair users in any way.

New Event: user.follow_changed

You can now be notified when a user is followed/muted/unfollowed/unmuted.

Internal Refactoring: Switching to Angular 2 RC5

SteemWatch webapp switched to Angular 2 RC5. This also fixed an issue with the content descendant dialog form not working properly.

Closed Issues

You can check the issues closed in the milestone.

Commits

6faa073 webapp: Move to Angular 2 RC5
c1eae76 Add new event: user.follow_changed
d197abd BlockProcessor: Improve error messages, again
f8568bf BlockProcessor: Add move verbose error message
ce9a94a Add new login provider: Reddit

SteemWatch 0.6.0

10 Aug 11:39
Compare
Choose a tag to compare

Summary

There are quite a few new features and improvements in this release.

Event Stream: User-related Events Are Highlighted

When using the Event Stream, the events related to your account are highlighted in most cases, i.e. where it was reasonably doable to implement.

To insert your Steem account name, click on your email address in the top navigation bar.

Event Stream: Desktop Notifications

The Event Stream now emits browser desktop notifications. For now it just tells you periodically how many new events were inserted into the stream, but this can be improved in the future.

New Notifier Module: Steemit Chat

It is now possible to go to the Notifications page and enable notifications for Steemit Chat.

Since Steemit Chat is based on Rocket Chat, which is aiming to be compatible with Slack, the payload sent to the chat is the same as for Slack. There is definitely space for improvements, but that can come in the future.

Release Notes

You can check the issues closed in the milestone.

Commits

d9095b8 Add a new notifier: Steemit Chat
9a66bda webapp: Update typings
b72c7c5 server: Update webapp to Angular RC4
48b1402 webapp/eventstream: Fix related event check
119a55e notifiers/slack: Fix duplicate memo field
5114e76 webapp: Enabled Angular 2 production mode
e229f8a webapp: Remove links to Steem Slack
91946bd Event Stream: Add desktop notifications
8e97a53 server/sessions: Handle expired cookie properly
2bcdcca Event Stream: Trigger change detection on related
644d685 web: Add a profile page, highlight related events
ffa6b25 Event Stream: Make sure links use target _blank
91cd17e Event Stream: Prevent leaking WebSocket connections

SteemWatch 0.5.0

26 Jul 14:59
Compare
Choose a tag to compare

Summary

There is one major addition in this release, which I consider very exciting. It is a real-time event feed build into the SteemWatch webapp directly. It can be accessed from the menu as Event Stream.

Release Notes

You can check the issues closed in the milestone.

Commits

52ba790 server: Use wss:// for WebSocket when online
417ac3e web: Add a new section: Event Stream

SteemWatch 0.4.0

21 Jul 08:28
Compare
Choose a tag to compare

Summary

Added a new event: account.updated. It is possible to watch for any updated to the accounts in the list.

It is possible to blacklist authors for user.mentioned now. This is handy when bots are mentioning you or a post of yours all the time.

Release Notes

You can check the issues closed in the milestone.

Commits

44da88f Add public endpoint: /api/v1/info
4db8f9f Make it possible to blacklist for user.mentioned
1d276c0 Add new event kind: account.updated

SteemWatch 0.3.0

14 Jul 09:25
Compare
Choose a tag to compare

Summary

Added a new event: transfer.made. It is possible to watch for trasfers from and to accounts of your choice.

Added a new event: descendant.published. It is possible not to watch for replies to particular content, i.e. post or another comment, and it is possible to limit descendants by depth.

Also the server should be not running out of file descriptors any more. Slack HTTP requests are limited to like 1000 concurrent requests at a time and the server file descriptor limit was set to something over 10K.

Release Notes

You can check the issues closed in the milestone.

Commits

41c3397 Add new event kind: transfer.made
584380a server/app: Events: Change panel/button colors
2fc8502 Add a new event kind: descendant.published
014514e notifications: Limit concurrent Slack requests
abafc1c Update to the latest go-steem/rpc

SteemWatch 0.2.0

28 Jun 17:05
Compare
Choose a tag to compare

Summary

Although SteemWatch is deployed into production these days basically every time something is ready, there will be occasionally a proper release cut with some release notes appended.

This release is mostly fixing bugs found after deploying SteemWatch, but there are also some new features added.

Notable Features and Bugfixes

  • There is a new event kind. You can be notified now when someone is @-mentioned on Steemit.
  • There is a new status page at http://status.steemwatch.com . Not a big deal, but it is sending emails when anything seems to be wrong, so it is pretty handy.

You can see the whole list of closed issues in the milestone.

SteemWatch 0.1.0

21 Jun 23:43
Compare
Choose a tag to compare

This is the initial MVP release that we are going to build upon.