Skip to content

Commit a1a5db3

Browse files
committed
Added release notes for 0.1.7
1 parent 5a67651 commit a1a5db3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Release Notes
2+
3+
## Changed
4+
- Upgraded `atldotnet` library
5+
- Upgraded `Jint` library
6+
- Upgraded `HtmlAgilityPack` library
7+
- Upgraded `Spectre.Console` library
8+
- Upgraded `Serilog` library
9+
10+
11+
## Setup instructions
12+
13+
`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`
14+
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:
15+
16+
- For Windows, only the x64 platform is available... choose `-win-x64.zip`
17+
- For `musl` (an alternative C library) choose your arch prefixed by `musl` (usually this is used in alpine `docker` images and other lightweight distributions)
18+
- For standard Linux (like *Fedora*, *Ubuntu*, etc.), chose your arch without `musl` prefix
19+
- For *macOS* you might need to run `xattr -rd com.apple.quarantine tone` after extracting to remove `quarantine` flag
20+
21+

0 commit comments

Comments
 (0)