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

Releases: ivantsov/yandex-mail-notifier

v1.5.0

30 Mar 17:13
Compare
Choose a tag to compare
  • Add "Reload extension" button
  • Use redux action for opening links, settings etc
  • Update packages

v1.4.1

19 Mar 10:12
Compare
Choose a tag to compare
  • Use Raven even in development mode
  • Add Not authorized and offline errors into ignore list of sentry to prevent errors flood
  • Add handler for case when no xml in the response
  • Fix error with Invocation of form notifications.clear(undefined) doesn't match definition
  • Update packages

v1.4.0

22 Feb 18:44
Compare
Choose a tag to compare
  • Handle chrome.runtime.lastError error in cookie module
  • Reconnect every min after a failure to prevent disconnect state for the extension when connection was off and then back again
  • Don't send additional logs anymore

v1.3.6

22 Feb 18:50
Compare
Choose a tag to compare
  • Drop support for multiple domains, now support only .ru one
  • Don’t use source maps in production to reduce the bundle size

v1.3.4

08 Feb 19:11
Compare
Choose a tag to compare
  • Add minimum chrome version
  • Provide additional information to sentry for most frequent errors
  • Update packages

v1.3.3

08 Feb 19:18
Compare
Choose a tag to compare
  • Change reconnect logic, allow 3 reconnect tries before giving up
  • Add support for new domains (.kz, .by)
  • Fix displaying long subject in popup

v1.3.2

08 Feb 19:12
Compare
Choose a tag to compare
  • Don't reconnect after disconnect

v1.3.1

24 Jan 18:19
Compare
Choose a tag to compare
  • Fix cookie service
  • Fix popup height after opening

v1.3.0

23 Jan 10:56
Compare
Choose a tag to compare
  • Use placeholders instead of spinner

v1.2.0

23 Jan 10:53
Compare
Choose a tag to compare
  • Add support for different Yandex domains (.ua, .com, .com.tr etc)
  • Fix showing spinner for 2nd and subsequent times
  • Change removing animation
  • Minify scripts for production build
  • Use webpack-dev-server instead of custom one
  • Update packages