Skip to content

Releases: babysnakes/roon-tagger

Version v.0.1.1 (alpha)

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

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.

Version 0.1.0 (alpha)

01 Nov 17:37
Compare
Choose a tag to compare
Version 0.1.0 (alpha) Pre-release
Pre-release

Release Notes

This is the first release of this tool. Note that it's probably alpha quality and only tested on Windows. The project homepage contains usage help.

Enjoy 😄

Installation Instructions

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 5.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/osx you can symlink the roon-tagger executable to
somewhere in your PATH.