You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-#72 - `--auto-import` fails under specific circumstances
5
+
-#70 - improve ID3v2 support for narrator tag
6
+
-#51 - incorrect next track ID after import chapters
7
+
-#49 - auto importing covers uses the same cover for every audio file
8
+
9
+
## Changed
10
+
- Upgraded `atldotnet` library
11
+
- Upgraded all dependencies to the latest version
12
+
13
+
14
+
## Setup instructions
15
+
16
+
`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`
17
+
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:
18
+
19
+
- For Windows, only the x64 platform is available... choose `-win-x64.zip`
20
+
- For `musl` (an alternative C library) choose your arch prefixed by `musl` (usually this is used in alpine `docker` images and other lightweight distributions)
21
+
- For standard Linux (like *Fedora*, *Ubuntu*, etc.), it is recommended choose your arch without `musl` prefix
22
+
- For *macOS* you might need to run `xattr -rd com.apple.quarantine tone` after extracting to remove `quarantine` flag
0 commit comments