stackwatch
Version:
Watch StackExchange sites and open a browser window when something happens
72 lines (34 loc) • 1.81 kB
Markdown
# [4.0.0](https://github.com/Trott/stackwatch/compare/v3.0.0...v4.0.0) (2023-10-19)
### chore
* update test matrix ([#77](https://github.com/Trott/stackwatch/issues/77)) ([3627e3f](https://github.com/Trott/stackwatch/commit/3627e3f9abe38a61ef781e82c04a1c50216018af))
### BREAKING CHANGES
* drop support for Node.js older than 18.x
# [3.0.0](https://github.com/Trott/stackwatch/compare/v2.0.7...v3.0.0) (2023-03-26)
### chore
* update open to 9.x ([#65](https://github.com/Trott/stackwatch/issues/65)) ([bc7d7ed](https://github.com/Trott/stackwatch/commit/bc7d7ed3e3ffed6b0306bd5d0a4b751a49e51844))
### BREAKING CHANGES
* Drop support for Node.js 12.x
## [2.0.7](https://github.com/Trott/stackwatch/compare/v2.0.6...v2.0.7) (2022-08-05)
### Bug Fixes
* update node-fetch 3.2.3 to 3.2.10 ([#50](https://github.com/Trott/stackwatch/issues/50)) ([14f8d56](https://github.com/Trott/stackwatch/commit/14f8d56587e948c8a39348ad71abf14fbb9bc4e1))
## [2.0.6](https://github.com/Trott/stackwatch/compare/v2.0.5...v2.0.6) (2022-01-19)
### Bug Fixes
* resolve deprecation warning while using stackwatch ([#43](https://github.com/Trott/stackwatch/issues/43)) ([ceb1de0](https://github.com/Trott/stackwatch/commit/ceb1de0907d940e740a87e34ec0979dd99b760c7))
# 2.0.4
- Update stackexchange dependency to address security warnings.
# 2.0.1
- Fix bug where untagged question causes older questions to be opened in browser.
# 2.0.0
- Minimum `--wait` option value is 60 seconds to avoid StackExchange throttling and to just generally avoid being a jerk.
# 1.2.0
- Added '--tag' option
- Improved error messages
# 1.1.2
- Update usage documentation
# 1.1.1
- Fix bug where `--wait` option was being ignored
# 1.1.0
- Added `--wait` option
- Improved error messages
# 1.0.0
- Initial release