terrain50-cli/Changelog.md

85 lines
1.8 KiB
Markdown
Raw Normal View History

2020-07-27 12:01:22 +00:00
# Changelog
2020-03-27 20:11:46 +00:00
This is the master changelog for [`terrain50-cli`](https://npmjs.org/packages/terrain50-cli).
Release template text:
2020-07-03 15:09:19 +00:00
-----
2020-07-03 15:09:19 +00:00
Install or update from npm:
```bash
npm install --save terrain50-cli
```
-----
2020-09-28 17:03:40 +00:00
## v1.7 (unreleased)
- `image`: Add `--stream` argument for mass-converting large numbers of images from a single stream of multiple terrain50 files
- `image`: Add support for reading from stdin with `--input -`
2021-01-15 17:06:42 +00:00
- Add universal `--tolerant` argument for increasing tolerance of errors when parsing streams
- `validate`: Removed `--use-regex` argument in favour of new universal `--tolerant` argument
- Update changelog
2020-11-05 15:47:40 +00:00
## v1.6.4
- Update `terrain50`
## v1.6.3
- Add current version of `terrain50` library to help text
2020-10-16 15:25:12 +00:00
## v1.6.2
- `merge`: Fix crash
2020-10-14 18:45:15 +00:00
## v1.6.1
2020-10-05 17:59:17 +00:00
- `split`: Fix invalid gzip file generation
2020-10-14 18:45:25 +00:00
- Update terrain50 to integrate downscaling NODATA fix
2020-10-05 17:59:17 +00:00
## v1.6
- Add new `split` subcommand
- `validate` subcommand: Add new `--quiet` argument
2020-09-28 16:55:03 +00:00
## v1.5
- Update dependencies
- Add new `analyse-frequencies` subcommand
2020-07-27 12:43:30 +00:00
## v1.4.1
- `validate` subcommand in `stream` mode: Write aggregated stats when validation is complete
2020-09-28 16:55:03 +00:00
2020-07-24 16:02:53 +00:00
## v1.4
- [BREAKING] Add new `--use-regex` flag to `validate` subcommand (only takes effect in stream mode: `--mode stream`)
2020-07-16 16:17:26 +00:00
2020-07-03 15:18:56 +00:00
## v1.3
- Added new `identify` subcommand
2020-07-02 19:13:45 +00:00
- Added new `stream-slice` subcommand
2020-05-25 14:39:40 +00:00
## v1.2
- Update `terrain50` to v1.5
- Update `applause-cli` to v1.2.3 to fix subcommand argument default value issue
- **Breaking:** Rename `validator` subcommand to `validate` to better fit with the others
2020-05-18 14:56:02 +00:00
## v1.1.1
- Update `terrain50` to v1.4.1
2020-05-07 14:13:42 +00:00
## v1.1.0
- Add support for `Terrain50.ParseStream()` via new --mode flag for the validator subcommand
2020-05-07 14:14:58 +00:00
2020-04-02 13:12:51 +00:00
## v1.0.1
- Update README
## v1.0
- Initial release! Refactored out from my main PhD codebase.