CHANGES
=======

v1.0.15
-------

* fix: checks for 'Steam' after workshopd download
* Update mod.py to include Biotech Expansion Package
* fix: ignore mods with parser errors
* Changed Mod Author to read Authors if Author is not available
* Ignore missing packaging metadata
* fix: error when missing publishedfileid
* feat: add upgrade instructions to readme

v1.0.13
-------

* fix: python version
* feat: update readme for python requirement

v1.0.11
-------

* fix: config menu error
* fix: correctly grab temp dir on macos
* fix: increment python required version
* fix: steam downloader macos path fix

v1.0.10
-------

* fix: adds Union typing import

v1.0.9
------

* fix: adds check for modsconfig
* fix: continue merging release code
* fix: improve performance with dict lookups
* feat: sort cli functions
* feat: added verify, order, enable, disable
* fix: break runner loop
* fix: cont cross compatibility
* fix: remove pep-0604 for 3.9 support
* fix: update entrypoint for v1 from module
* fix: readme formatting changes

v1.0.4
------

* feat: updates readme

v1.0.3
------

* fix: pypi readme

v1.0.2
------

* feat: adds pipfile

v1.0.1
------

* fix: win paths

v1.0.0
------

* feat: add steamcmd auto download on windows
* fix: sanitize paths
* fix: formatting
* fix: compat for windows
* feat: removed core
* feat: update readme for v1.0 release

v0.1.1
------

* fix: error with -p and -w arguments
* fix: simplify import print
* feat: split core into modules
* feat: created manager class
* feat: update readme
* fix: typing errors
* 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
* fix: fix module
* feat: split into modules
* feat: adds sync and remove commands
* feat: add sync cli and simplify steamcmd call
* fix: ascii encode in publishedfileid
* fix: cli parser issue
* feat: update readme with release info
* feat: replace with new core
* feat: adds cli

v0.1.0
------

* fix: ignore non ascii characters in pubid file
* feat: update changelog

v0.0.9
------

* fix: added importlib.metadata dep
* 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
* feat: update change log. remove pkgbuild

v0.0.8
------

* 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
------

* feat: use pbr for package management
* fix: correctly detect duplicated mods during sync
* fix: mod pathing detection fix

v0.0.6
------

* fix: update\_all\_mods hotfix
* v0.0.6 release
* fix: improve performance
* fix: multiple fixes for mod folder management
* fix: add missing operations to help string
* feat: improve readme clarity

v0.0.5
------

* feat: v0.0.5 release
* feat: improved cli and code refactor

v0.0.4
------

* feat: v0.0.4 release
* feat: add migrate and version command
* fix: remove debug print during collision detection
* feat[readme]: add RMM\_WORKSHOP\_PATH info

v0.0.3
------

* feat: bump for v0.0.3 release
* feat: selects temp directory atomically
* feat: support for steam rimworld and workshop

v0.0.2
------

* feat: bump for 0.0.2 release
* fix[core]: fixes multiple issues regarding cache
* feat: patch release
* fix: installation logic, ui hang, file performance
* fix[readme]: install package name match pypi

v0.0.1
------

* feat: increment version for first release
* fix[doc]: fix incorrect install documentation
* fix: corrects setuptools runtime deps
* fix: list not printing table
* fix: add deps to packaging
* feat: add mod name and author to mod lists
* feat: add variable arguments to sync commands
* fix: update README
* feat: check default RimWorld paths
* feat[cli]: add query (local search)
* feat[cli]: add mod removal
* feat: ignore files that are not mod directories
* feat: add setuptools packaging
* feat: add README and requirements.txt
* fix: style code
* fix: require RMM\_MOD to be set
* fix: validate interactive sync package selection
* feat: add package cache seperation and mod list importing
* feat: add interactive sync and search command
* feat: add command line interface and usage
* feat: add workshop mod download functionality
