2019-02-15 07:30:51 +08:00
# Changelog
2022-01-20 19:03:29 +08:00
## [1.2.0](https://github.com/flarum/subscriptions/compare/v1.1.0...v1.2.0)
### Changed
- Set priority on subscription sidebar item (https://github.com/flarum/subscriptions/pull/43).
2021-10-12 09:16:54 +08:00
## [1.1.0](https://github.com/flarum/subscriptions/compare/v1.0.0...v1.1.0)
### Changed
- Use css variables for badge (https://github.com/flarum/subscriptions/pulls/42)
- Add Prettier config and Update dependencies (https://github.com/flarum/subscriptions/pulls/41)
2021-05-25 22:50:04 +08:00
## [1.0.0](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
### Fixed
- Tooltips generate a deprecation warning
- Inconsistent data for subscribed provided by API (https://github.com/flarum/subscriptions/pull/37)
2021-03-15 23:39:02 +08:00
## [0.1.0-beta.16](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.15...v0.1.0-beta.16)
2021-03-15 19:36:13 +08:00
### Changed
- Updated admin category from discussion to feature (https://github.com/flarum/subscriptions/pull/39)
- Moved locale files from translation pack to extension (https://github.com/flarum/subscriptions/pull/34)
### Fixed
- User state for discussion list persists across different discussion pages (https://github.com/flarum/subscriptions/pull/38)
2020-12-15 16:30:15 +08:00
## [0.1.0-beta.15](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
2020-10-15 22:04:46 +08:00
## [0.1.0-beta.14](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Added
- Meta title now available for following page (#23)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Notification emails now are translatable (#30)
### Fixed
- Button colors for dark mode were too vague (#26)
2020-05-04 16:44:10 +08:00
## [0.1.0-beta.13](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
### Fixed
- Send "new post" email through queue (flarum/core#1869)
2020-03-03 21:49:39 +08:00
## [0.1.0-beta.12](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.9...v0.1.0-beta.12)
### Fixed
- WhereExists performed extremely bad, impacting the following gambit (#22)
2019-06-24 17:46:55 +08:00
## [0.1.0-beta.9](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:51 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([7ac73b8](https://github.com/flarum/subscriptions/commit/7ac73b834023e997147d4dd9c851a2ea73deba4b))
### Fixed
- Post content with code blocks could corrupt notification emails ([16a441c](https://github.com/flarum/subscriptions/commit/16a441c8a85fda824b39acd5ec58a6abe3a8d760))
- JS: Vulnerable lodash dependency ([782e31c](https://github.com/flarum/subscriptions/commit/782e31c56a519aa74f80cb8024c7b912a7fdb925))