Releases: ivantsov/yandex-mail-notifier
Releases · ivantsov/yandex-mail-notifier
v1.5.0
- Add "Reload extension" button
- Use redux action for opening links, settings etc
- Update packages
v1.4.1
- 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
- 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
- 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
- Add minimum chrome version
- Provide additional information to sentry for most frequent errors
- Update packages
v1.3.3
- 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
- Don't reconnect after disconnect
v1.3.1
- Fix cookie service
- Fix popup height after opening
v1.3.0
- Use placeholders instead of spinner
v1.2.0
- 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