Skip to content

Releases: Spoons/rmm

v1.1.2

18 Sep 03:59
Compare
Choose a tag to compare
  • fix: formatting for un/install messages

v1.1.0

16 Sep 18:34
Compare
Choose a tag to compare

v1.1.0 (2023-09-16)

Build

  • build(deps): bump actions/checkout from 3 to 4

Bumps actions/checkout from 3 to 4.


updated-dependencies:

  • dependency-name: actions/checkout
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (66d496b)

  • build(deps): bump actions/download-artifact from 2 to 3

Bumps actions/download-artifact from 2 to 3.


updated-dependencies:

  • dependency-name: actions/download-artifact
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (a7b622f)

  • build(deps): bump actions/cache from 2 to 3

Bumps actions/cache from 2 to 3.


updated-dependencies:

  • dependency-name: actions/cache
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (bde1587)

  • build(deps): bump actions/upload-artifact from 2 to 3

Bumps actions/upload-artifact from 2 to 3.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <[email protected]> (e87a56b)

Feature

  • feat: adds ci/cd to repo (88f2274)

  • feat: make rmm a compliant module (9b1380a)

Fix

  • fix: remove --noop from semantic-release (da2ec58)

  • fix: update readme (bb9fdf5)

Unknown

  • Merge pull request #19 from Spoons/dependabot/github_actions/actions/upload-artifact-3

build(deps): bump actions/upload-artifact from 2 to 3 (6e78ae0)

  • Merge pull request #20 from Spoons/dependabot/github_actions/actions/cache-3

build(deps): bump actions/cache from 2 to 3 (b15223b)

  • Merge pull request #21 from Spoons/dependabot/github_actions/actions/download-artifact-3

build(deps): bump actions/download-artifact from 2 to 3 (67bd052)

  • Merge pull request #22 from Spoons/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4 (3bc09a9)

  • Merge pull request #23 from Spoons/fix_semantic_release

fix: remove --noop from semantic-release (b21f120)

  • Merge pull request #18 from Spoons/refactor

Refactor, update tooling, and add CI/CD (1db39f2)

  • Merge branch 'master' into refactor (f58d9a7)

v1.0.14

08 Jan 21:33
Compare
Choose a tag to compare
fix: checks for 'Steam' after workshopd download

v1.0.4

28 Jan 20:31
Compare
Choose a tag to compare
  • feat: add steamcmd auto download on windows
  • fix: compatibility improvements for windows
  • feat: simplify code, add export options
  • feat: simplify front end code
  • fix: improving autosort accuracy
  • fix: improved vector import
  • fix: set pbfid to None when no pbfid file exists
  • fix: check for str type on vectors
  • feat: adds autosort
  • feat: adds config cli command
  • feat: adds curses multiselect window
  • feat: refactor search
  • fix: bounds error for zero arguments
  • feat: completed import and export cli
  • feat: add update, export, and import cli
  • feat: adds sync and remove commands
  • feat: add sync cli and simplify steamcmd call
  • fix: ascii encode in publishedfileid
  • fix: cli parser issue
  • feat: replace with new core
  • feat: further refinement on xml parsing
  • feat: adds basic ModsConfig processing
  • feat: complete PathFinder and remove V2 mod list
  • feat: adds game and workshop finding methods
  • feat: adds platform detection to util
  • fix: improvements to modlist reading and writing
  • feat: adds basic mod test
  • feat: completed workshop detail scraper
  • feat: adds list seralizers and ModList sequence
  • feat: rewrite of Mod and ModList handling code
  • feat: migrate command copies instead of sync

v0.1.1

16 Jan 04:34
Compare
Choose a tag to compare
  • fix: error using -p and -w arguments

v0.1.0

08 Jan 17:54
Compare
Choose a tag to compare
  • fix character encoding issue in publishedfileid field

v0.0.9

19 Nov 19:19
Compare
Choose a tag to compare
  • fix: added missing importlib.metadata dependency

v0.0.8

10 Nov 05:20
Compare
Choose a tag to compare
  • fix: exception on import command
  • feat: adds PKGBUILD and zsh/bash completions
  • fix: removed more_magic for docopt (non-ng) compatibility
  • feat: add issue template
  • feat: add changelog and authors

v0.0.7

08 Nov 03:58
Compare
Choose a tag to compare
  • feat: use pbr for package management
  • fix: correctly detect duplicated mods during sync
  • fix: mod pathing detection fix

v0.0.6

06 Nov 20:36
Compare
Choose a tag to compare
  • fix: improve performance using multiprocessing
  • fix: multiple fixes for mod folder management
  • fix: add missing operations to help string