sudo-prompt/CHANGELOG.md

95 lines
1.5 KiB
Markdown
Raw Normal View History

2018-12-12 09:33:08 +01:00
## [8.2.4] 2018-12-12
2018-12-11 18:38:37 +01:00
### Added
2018-12-12 09:33:08 +01:00
- A CHANGELOG.md file, see
[#78](https://github.com/jorangreef/sudo-prompt/issues/78).
2018-12-11 18:38:37 +01:00
## [8.2.3] 2018-09-11
### Fixed
2018-12-12 09:33:08 +01:00
- README: Link to concurrency discussion.
2018-12-11 18:38:37 +01:00
## [8.2.2] 2018-09-11
### Fixed
2018-12-12 09:33:08 +01:00
- README: Details on concurrency.
2018-12-11 18:38:37 +01:00
## [8.2.1] 2018-09-11
### Fixed
2018-12-12 09:33:08 +01:00
- A rare idempotency edge case where a command might have been run more than
once, given a very specific OS environment setup.
2018-12-11 18:38:37 +01:00
## [8.2.0] 2018-03-22
### Added
2018-12-12 09:33:08 +01:00
- Windows: Fix `cd` when `cwd` is on another drive, see
[#70](https://github.com/jorangreef/sudo-prompt/issues/70).
2018-12-11 18:38:37 +01:00
## [8.1.0] 2018-01-10
### Added
2018-12-12 09:33:08 +01:00
- Linux: Increase `maxBuffer` limit to 128 MiB, see
[#66](https://github.com/jorangreef/sudo-prompt/issues/66).
2018-12-11 18:38:37 +01:00
## [8.0.0] 2018-11-02
### Changed
2018-12-12 09:33:08 +01:00
- Windows: Set code page of command batch script to UTF-8.
2018-12-11 18:38:37 +01:00
## [7.1.1] 2017-07-18
### Fixed
2018-12-12 09:33:08 +01:00
- README: Explicitly mention that no child process is returned.
2018-12-11 18:38:37 +01:00
## [7.0.0] 2017-03-15
### Changed
2018-12-12 09:33:08 +01:00
- Add status code to errors on Windows and macOS.
2018-12-11 18:38:37 +01:00
## [6.2.1] 2016-12-16
### Fixed
2018-12-12 09:33:08 +01:00
- README: Syntax highlighting.
2018-12-11 18:38:37 +01:00
## [6.2.0] 2016-08-17
### Fixed
2018-12-12 09:33:08 +01:00
- README: Rename OS X to macOS.
2018-12-11 18:38:37 +01:00
## [6.1.0] 2016-08-02
### Added
2018-12-12 09:33:08 +01:00
- Yield an error if no polkit authentication agent is found, see
[#29](https://github.com/jorangreef/sudo-prompt/issues/29).
2018-12-11 18:38:37 +01:00
## [6.0.2] 2016-07-21
### Fixed
2018-12-12 09:33:08 +01:00
- README: Update explanation of Linux behavior.
2018-12-11 18:38:37 +01:00
## [6.0.1] 2016-07-15
### Fixed
2018-12-12 09:33:08 +01:00
- Update keywords in package.json.
2018-12-11 18:38:37 +01:00
## [6.0.0] 2016-07-15
### Changed
2018-12-12 09:33:08 +01:00
- Add support for Windows.