Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Releases: VernonGrant/break

v2.0.3

10 Apr 09:09
Compare
Choose a tag to compare
  • Spelling corrections in readme & settings files

v2.0.2

14 Nov 12:47
Compare
Choose a tag to compare
Prepare 2.0.2 release

v2.0.1

08 Nov 06:53
Compare
Choose a tag to compare
Prepare 2.0.1 release

v2.0.0

07 Nov 07:40
Compare
Choose a tag to compare

Resolved Issues

  • Os Notifications: (#15, #5) OS notifications are now implemented into break. They are optional so you can for example disable notifications for a break type (micro, macro).
  • Multipal Windows: (#7) Breaks are now synced across all Atom windows. This has been achieved by seperating the application logic into an external process. This external process is a small local server that Atom windows establish connections with using socket.io. The external process will automaticly end if no clients are connected.
  • Resets On Change: (#11, #8) When a user makes changes to the package settings it will reset the break session across all windows.
  • Optional Micro Breaks (#12): Micro breaks can now be disabled.