Skip to content

Version v.0.1.1 (alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@babysnakes babysnakes released this 17 Jul 15:24
364352d

Release Notes

  • Added a shortcut to set composer (both as tag and credit) in set-tags subcommand.
  • New completions subcommand that generates completion script - only powershell is currently supported.
  • All text files are embedded in the binary in a platform specific distribution. That means you can just copy the executable to your path without any dependency on the other files in the distribution - they could be discarded.
  • Added experimental Scoop manifest (see instructions below)

The rest is mostly project's internal updates:

  • Various version updates (including DotNet runtime)
  • Build system updates

Installation Instructions

Archives

There are two kinds of archives:

  • roon-tagger-xxx-noarch.* - These are small and contains only the application. They do require
    that you have .Net 6.x runtime installed.
  • roon-tagger-xxx-<ARCH>.* - These contains everything you need to run roon-tagger. If your
    architecture is not suuported (e.g. you're using a 32 bit or ARM processor), please file an issue.

Installation is currently manual. You need to extract the archive to somewhere in your computer. In Windows you should add the directory you extracted to to the PATH. On Linux / _MacOS you can symlink the roon-tagger executable to somewhere in your PATH.

For architecture specific archives you can simply copy the roon-tagger executable (roon-tagger.exe on Windows) from the archive to a directory in your PATH.

Scoop File

Scoop support is currently experimental and manual. You can install Roon Tagger with
scoop using the direct manifest URL:

  • Copy the URL of the roon-tagger.json file in the current release assets.

  • Install roon-tagger using the address copied above:

    scoop install <URL>
    
  • Uninstall with:

    scoop uninstall roon-tagger
    

Warning
only 64bit systems are supported. for other architecture please file an issue.