Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

Releases: samuelsimoes/chrome-basecamp-notifier

v2.0.4

24 Jun 03:23
Compare
Choose a tag to compare
  • Cataloged more events type

v2.0.3

23 Jun 16:26
Compare
Choose a tag to compare
  • Fixing missing import

v2.0.2

22 Jun 22:23
Compare
Choose a tag to compare

New module loading to avoiding "require.js timeouts" and be ready to the new ES6 modules.

v2.0.1

15 Jun 23:30
Compare
Choose a tag to compare

Resolving circular dependency that are causing requirejs timeout on background javascript code.

v2.0.0

14 Jun 19:20
Compare
Choose a tag to compare

This version doesn't change or add new features, but under the hood the code was almost rewritten. All this adjustments was done to create a more easy environment to add new features, a bug less app and a more responsive app interface.

Some changes on this release besides the big refactory are:

  • The notifier now manages massive events loading much better than previous version. If you stay way from your computer and back some hours later, and this away time generates a big number of notifications you'll see only five desktop notifications with events and one more warning you about the rest of them.
  • New clear button to clear the last events lists.
  • Some "blank slates". :)
  • A new support contact form on the options pages to a more easily feedback reception.

1.6.9 version

29 Jan 17:25
Compare
Choose a tag to compare
  • Brought back the notifications using the new Chrome's notification API.
  • Removed the useless close buttons on the config page.
  • Some minor bug fixes.

1.6.8 version

06 Dec 18:25
Compare
Choose a tag to compare
  • Added some necessary permissions in manifest.

1.6.7 version

04 Nov 11:05
Compare
Choose a tag to compare
  • Fixed the problem on get the comment ID from event URL which was breaking the event url popup. Full explanation: a45bce4

1.6.6 version

02 Nov 15:21
Compare
Choose a tag to compare

Nothing change in code in this version but the build is no more
concatenated for accurate bug tracking with Sentry. With all build code
concatenated the errors point to the same line in all exceptions,
breaking all exceptions monitoring. :/

1.6.5 version

28 Oct 22:42
Compare
Choose a tag to compare
  • The project name now stay above the event excerpt.
  • Added the "time ago" info above the event excerpt.