Skip to content

Commit

Permalink
Added release notes for 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jun 2, 2024
1 parent 5a67651 commit a1a5db3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tone/doc/release/release-notes-v0.1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release Notes

## Changed
- Upgraded `atldotnet` library
- Upgraded `Jint` library
- Upgraded `HtmlAgilityPack` library
- Upgraded `Spectre.Console` library
- Upgraded `Serilog` library


## Setup instructions

`tone` is released as single monolithic binary, so you don't need a setup file or any dependencies (not even a `.NET` runtime). Download the `tone`
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:

- For Windows, only the x64 platform is available... choose `-win-x64.zip`
- For `musl` (an alternative C library) choose your arch prefixed by `musl` (usually this is used in alpine `docker` images and other lightweight distributions)
- For standard Linux (like *Fedora*, *Ubuntu*, etc.), chose your arch without `musl` prefix
- For *macOS* you might need to run `xattr -rd com.apple.quarantine tone` after extracting to remove `quarantine` flag


0 comments on commit a1a5db3

Please sign in to comment.