|
1 | 1 | Change Log |
2 | 2 | ======================================== |
3 | 3 |
|
4 | | -v0.6.2 - 2023-12-29 |
| 4 | +v0.6.2 - 2024-02-08 |
5 | 5 | ---------------------------------------- |
6 | 6 |
|
7 | | -- Update possible completions installation directories |
| 7 | +- Update possible completions installation directories [`2bc93a7`](https://github.com/DannyBen/completely/commit/2bc93a7) |
| 8 | +- Build docker images automatically [`4d20dfd`](https://github.com/DannyBen/completely/commit/4d20dfd) |
| 9 | +- Compare [`v0.6.1..v0.6.2`](https://github.com/dannyben/completely/compare/v0.6.1..v0.6.2) |
8 | 10 |
|
9 | 11 |
|
10 | 12 | v0.6.1 - 2023-06-23 |
11 | 13 | ---------------------------------------- |
12 | 14 |
|
13 | | -- Add ability to uninstall a completion script |
| 15 | +- Add ability to uninstall a completion script [`67b6715`](https://github.com/DannyBen/completely/commit/67b6715) |
| 16 | +- Compare [`v0.6.0..v0.6.1`](https://github.com/dannyben/completely/compare/v0.6.0..v0.6.1) |
14 | 17 |
|
15 | 18 |
|
16 | 19 | v0.6.0 - 2023-06-23 |
17 | 20 | ---------------------------------------- |
18 | 21 |
|
19 | | -- Refactor install command and add an Installer model |
20 | | -- Drop support for Ruby 2.7 |
21 | | -- Change exception classes |
| 22 | +- Refactor install command and add an Installer model [`b1341fa`](https://github.com/DannyBen/completely/commit/b1341fa) |
| 23 | +- Drop support for Ruby 2.7 [`151eff1`](https://github.com/DannyBen/completely/commit/151eff1) |
| 24 | +- Change exception classes [`3ce16ac`](https://github.com/DannyBen/completely/commit/3ce16ac) |
| 25 | +- Compare [`v0.5.4..v0.6.0`](https://github.com/dannyben/completely/compare/v0.5.4..v0.6.0) |
22 | 26 |
|
23 | 27 |
|
24 | 28 | v0.5.4 - 2023-04-21 |
25 | 29 | ---------------------------------------- |
26 | 30 |
|
27 | | -- Add `completely install` command |
| 31 | +- Add `completely install` command [`2fbd879`](https://github.com/DannyBen/completely/commit/2fbd879) |
| 32 | +- Compare [`v0.5.3..v0.5.4`](https://github.com/dannyben/completely/compare/v0.5.3..v0.5.4) |
28 | 33 |
|
29 | 34 |
|
30 | 35 | v0.5.3 - 2023-01-31 |
31 | 36 | ---------------------------------------- |
32 | 37 |
|
33 | | -- Upgrade dependencies |
| 38 | +- Upgrade dependencies [`211166a`](https://github.com/DannyBen/completely/commit/211166a) |
| 39 | +- Compare [`v0.5.2..v0.5.3`](https://github.com/dannyben/completely/compare/v0.5.2..v0.5.3) |
34 | 40 |
|
35 | 41 |
|
36 | 42 | v0.5.2 - 2022-12-02 |
37 | 43 | ---------------------------------------- |
38 | 44 |
|
39 | | -- Improve test command output and allow multiple complines in one run |
| 45 | +- Improve test command output and allow multiple complines in one run [`e924571`](https://github.com/DannyBen/completely/commit/e924571) |
| 46 | +- Compare [`v0.5.1..v0.5.2`](https://github.com/dannyben/completely/compare/v0.5.1..v0.5.2) |
40 | 47 |
|
41 | 48 |
|
42 | 49 | v0.5.1 - 2022-11-28 |
43 | 50 | ---------------------------------------- |
44 | 51 |
|
45 | | -- Refactor with rubocop |
46 | | -- Fix broken script when wildcards follow the first word |
47 | | -- Show warning when running the test command on an invalid file |
| 52 | +- Refactor with rubocop [`42b996d`](https://github.com/DannyBen/completely/commit/42b996d) |
| 53 | +- Fix broken script when wildcards follow the first word [`63b77d1`](https://github.com/DannyBen/completely/commit/63b77d1) |
| 54 | +- Show warning when running the test command on an invalid file [`de7ede0`](https://github.com/DannyBen/completely/commit/de7ede0) |
| 55 | +- Compare [`v0.5.0..v0.5.1`](https://github.com/dannyben/completely/compare/v0.5.0..v0.5.1) |
48 | 56 |
|
49 | 57 |
|
50 | 58 | v0.5.0 - 2022-09-04 |
51 | 59 | ---------------------------------------- |
52 | 60 |
|
53 | | -- Add docker release |
54 | | -- Fix shellcheck SC2162 in the generated script |
55 | | -- Fix shellcheck SC2124 in the generated script |
56 | | -- Hide flag completion unless input ends with a hyphen |
| 61 | +- Add docker release [`39acd6e`](https://github.com/DannyBen/completely/commit/39acd6e) |
| 62 | +- Fix shellcheck SC2162 in the generated script [`9e703ec`](https://github.com/DannyBen/completely/commit/9e703ec) |
| 63 | +- Fix shellcheck SC2124 in the generated script [`2d23c51`](https://github.com/DannyBen/completely/commit/2d23c51) |
| 64 | +- Hide flag completion unless input ends with a hyphen [`c15d705`](https://github.com/DannyBen/completely/commit/c15d705) |
| 65 | +- Compare [`v0.4.3..v0.5.0`](https://github.com/dannyben/completely/compare/v0.4.3..v0.5.0) |
57 | 66 |
|
58 | 67 |
|
59 | 68 | v0.4.3 - 2022-07-14 |
60 | 69 | ---------------------------------------- |
61 | 70 |
|
62 | | -- Fix file/folder completion when they contain spaces |
| 71 | +- Fix file/folder completion when they contain spaces [`9dea691`](https://github.com/DannyBen/completely/commit/9dea691) |
| 72 | +- Compare [`v0.4.2..v0.4.3`](https://github.com/dannyben/completely/compare/v0.4.2..v0.4.3) |
63 | 73 |
|
64 | 74 |
|
65 | 75 | v0.4.2 - 2022-05-27 |
66 | 76 | ---------------------------------------- |
67 | 77 |
|
68 | | -- Allow keeping the test script with --keep |
| 78 | +- Allow keeping the test script with --keep [`20d9b15`](https://github.com/DannyBen/completely/commit/20d9b15) |
| 79 | +- Compare [`v0.4.1..v0.4.2`](https://github.com/dannyben/completely/compare/v0.4.1..v0.4.2) |
69 | 80 |
|
70 | 81 |
|
71 | 82 | v0.4.1 - 2022-05-21 |
72 | 83 | ---------------------------------------- |
73 | 84 |
|
74 | | -- Remove support for arbitrary script test to fix zsh incompatibilities |
| 85 | +- Remove support for arbitrary script test to fix zsh incompatibilities [`9e3e6d9`](https://github.com/DannyBen/completely/commit/9e3e6d9) |
| 86 | +- Compare [`v0.4.0..v0.4.1`](https://github.com/dannyben/completely/compare/v0.4.0..v0.4.1) |
75 | 87 |
|
76 | 88 |
|
77 | 89 | v0.4.0 - 2022-05-21 |
78 | 90 | ---------------------------------------- |
79 | 91 |
|
80 | | -- Improve template |
81 | | -- Refactor CLI commands |
82 | | -- Add Tester class for testing any completions script |
83 | | -- Add tester CLI command |
84 | | -- Add support for middle wildcard for --flag args completions |
85 | | -- Add COMPLETELY_DEBUG environment setting |
86 | | -- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable |
87 | | -- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable |
| 92 | +- Improve template [`8172be2`](https://github.com/DannyBen/completely/commit/8172be2) |
| 93 | +- Refactor CLI commands [`1fced36`](https://github.com/DannyBen/completely/commit/1fced36) |
| 94 | +- Add Tester class for testing any completions script [`986f4d1`](https://github.com/DannyBen/completely/commit/986f4d1) |
| 95 | +- Add tester CLI command [`09e91ee`](https://github.com/DannyBen/completely/commit/09e91ee) |
| 96 | +- Add support for middle wildcard for --flag args completions [`8d25207`](https://github.com/DannyBen/completely/commit/8d25207) |
| 97 | +- Add COMPLETELY_DEBUG environment setting [`44c00a1`](https://github.com/DannyBen/completely/commit/44c00a1) |
| 98 | +- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable [`8ef65e1`](https://github.com/DannyBen/completely/commit/8ef65e1) |
| 99 | +- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable [`a484ff4`](https://github.com/DannyBen/completely/commit/a484ff4) |
| 100 | +- Compare [`v0.3.1..v0.4.0`](https://github.com/dannyben/completely/compare/v0.3.1..v0.4.0) |
88 | 101 |
|
89 | 102 |
|
90 | 103 | v0.3.1 - 2022-02-20 |
91 | 104 | ---------------------------------------- |
92 | 105 |
|
93 | | -- Fix Psych 4 errors for Ruby 3.1 |
| 106 | +- Fix Psych 4 errors for Ruby 3.1 [`2fb9a73`](https://github.com/DannyBen/completely/commit/2fb9a73) |
| 107 | +- Compare [`v0.3.0..v0.3.1`](https://github.com/dannyben/completely/compare/v0.3.0..v0.3.1) |
94 | 108 |
|
95 | 109 |
|
96 | 110 | v0.3.0 - 2022-01-28 |
97 | 111 | ---------------------------------------- |
98 | 112 |
|
99 | | -- Fix generated script for zsh compatibility |
| 113 | +- Fix generated script for zsh compatibility [`d19369b`](https://github.com/DannyBen/completely/commit/d19369b) |
| 114 | +- Compare [`v0.2.0..v0.3.0`](https://github.com/dannyben/completely/compare/v0.2.0..v0.3.0) |
100 | 115 |
|
101 | 116 |
|
102 | 117 | v0.2.0 - 2021-09-03 |
103 | 118 | ---------------------------------------- |
104 | 119 |
|
105 | | -- Improve generated code to support local completions |
| 120 | +- Improve generated code to support local completions [`3518434`](https://github.com/DannyBen/completely/commit/3518434) |
| 121 | +- Compare [`v0.1.3..v0.2.0`](https://github.com/dannyben/completely/compare/v0.1.3..v0.2.0) |
106 | 122 |
|
107 | 123 |
|
108 | 124 | v0.1.3 - 2021-07-21 |
109 | 125 | ---------------------------------------- |
110 | 126 |
|
111 | | -- Fix function name when only spaced patterns are configured |
| 127 | +- Fix function name when only spaced patterns are configured [`2e14ec2`](https://github.com/DannyBen/completely/commit/2e14ec2) |
| 128 | +- Compare [`v0.1.2..v0.1.3`](https://github.com/dannyben/completely/compare/v0.1.2..v0.1.3) |
112 | 129 |
|
113 | 130 |
|
114 | 131 | v0.1.2 - 2021-07-20 |
115 | 132 | ---------------------------------------- |
116 | 133 |
|
117 | | -- Add ability to generate a function that prints the script |
| 134 | +- Add ability to generate a function that prints the script [`22de124`](https://github.com/DannyBen/completely/commit/22de124) |
| 135 | +- Compare [`v0.1.1..v0.1.2`](https://github.com/dannyben/completely/compare/v0.1.1..v0.1.2) |
118 | 136 |
|
119 | 137 |
|
120 | 138 | v0.1.1 - 2021-07-20 |
121 | 139 | ---------------------------------------- |
122 | 140 |
|
123 | | -- Fix missing VERSION error |
| 141 | +- Fix missing VERSION error [`e6f0ac1`](https://github.com/DannyBen/completely/commit/e6f0ac1) |
| 142 | +- Compare [`v0.1.0..v0.1.1`](https://github.com/dannyben/completely/compare/v0.1.0..v0.1.1) |
124 | 143 |
|
125 | 144 |
|
126 | 145 | v0.1.0 - 2021-07-20 |
127 | 146 | ---------------------------------------- |
128 | 147 |
|
129 | | -- Initial version |
| 148 | +- Initial version [`bcd598c`](https://github.com/DannyBen/completely/commit/bcd598c) |
| 149 | +- Compare [`v0.1.0`](https://github.com/dannyben/completely/compare/v0.1.0) |
130 | 150 |
|
131 | 151 |
|
0 commit comments