summarylogtreecommitdiffstats
path: root/ChangeLog
blob: 41cfa2b1eb41c9a23a9b41e51cbf92275ebc8625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
CHANGES
=======

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