Skip to content

Commit

Permalink
Upgraded release notes to prepare the 0.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Feb 17, 2023
1 parent 1d4b041 commit ddee8a5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tone/doc/release/release-notes-v0.1.4.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Release Notes

**Caution**: This release contains some major refactorings and although I did test all the changes extensively, it still may have broken features under specific circumstances. Be sure to backup your data and do extensive testing before upgrading to `v0.1.4`.

## Fixed

- additional fields are no longer removed but merged when using `--meta-additional-field="..." (#11)
- additional fields are no longer removed but merged when using `--meta-additional-field="..." (#11)
- Duplicate `dump` of additional fields (#7)
- Description should now work like expected in `dump` (#17)

## Changed

- Release mode for macOS-arm64 targets temporarily switched from `Release` to `Debug`, maybe this fixes issue #6
- Improved documentation (issues #20 and #30)
- Bumped libraries to newest versions

## Added

- `tag` command now supports `--auto-import=ffmetadata` (#27)
- `tag` command can now output json, when `--format=json` is specified (full tag output, no diff, see #29)

## Setup instructions

Expand Down

0 comments on commit ddee8a5

Please sign in to comment.