This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCHANGES
69 lines (56 loc) · 2.41 KB
/
CHANGES
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
v1.1.12, July 7, 2019.
- Fixed behavior when removing symlinks.
- Fixed deprecation warning when loading yaml files.
- Updated click dependency to latest version.
v1.1.11, May 6, 2017.
- Fixed issue with warnings shown on latest Click with Python 2.
- Fixed Python 3 compatibility in apply defaults command.
v1.1.10, December 30, 2016.
- Fixed issue with `cider cask missing` not working properly on newer
versions of cask.
- Fixed issue with apply defaults not iterating keys in the correct order.
v1.1.9, September 18, 2016.
- Fixed "Unknown error: --uses" error when using brew cask.
v1.1.8, March 21, 2016.
- Fixed compatibility with brew cask.
- Fixed compatibility with brew pip.
- Fixed bug with flushing terminal prompt.
v1.1.7, Oct. 18, 2015
- Fixed installation issue with click dependency.
v1.1.6, Feb. 5, 2015
- Added YAML support for bootstrap and defaults files.
- Fixed issue with setting icons for local paths.
- `brew upgrade` is now used instead of install when restoring if a formula
is outdated.
- Fixed an exception when restoring on Python 3.
- Fixed an error on old compilers without support for subscripting in
Objective-C.
v1.1.5, Nov. 15, 2014
- Fixed broken execution flow for `--version` flag.
- Fixed false-positive for xcode-select requirement.
v1.1.4, Nov. 12, 2014
- Added support for setting environment in bootstrap.
- Added option to skip prompts about installation failures during restore.
- Removed requirement for Xcode when restoring.
v1.1.3, Nov. 7, 2014
- Added `cider tap missing` command.
- Allow adding multiple items at once using `addlink`.
v1.1.2, Nov. 4, 2014
- Fixed bug where Homebrew's debug output wasn't getting ignored in
`brew missing`.
- The bootstrap file and cider directory are now created automatically if
they do not exist.
- The location of the cider directory can now be changed according to the
XDG basedir spec.
- Cider's support directory is now located in ~/Library/Application Support
by default instead of ~/.cider/.cache.
- Added the `addlink` & `unlink` commands.
v1.1.1, Oct. 29, 2014
- Added support for Python 3.
- Fixed bug where `cider missing` would sometimes fail to add items
to bootstrap.
- Fixed bug where bootstrap would get overwritten if no changes were made.
v1.1, Oct. 25, 2014
- Various bug fixes, tests, and stability improvements.
v1.0, Oct. 18, 2014
- Initial release.