|
1 | | -## [Unreleased](https://github.com/ScoopInstaller/Scoop/compare/master...develop) |
| 1 | +## [v0.3.0](https://github.com/ScoopInstaller/Scoop/compare/v0.2.4...v0.3.0) - 2022-10-10 |
2 | 2 |
|
3 | 3 | ### Features |
4 | 4 |
|
5 | 5 | - **install:** Add support for ARM64 architecture ([#5154](https://github.com/ScoopInstaller/Scoop/issues/5154)) |
| 6 | +- **install:** Show the running process ([#5102](https://github.com/ScoopInstaller/Scoop/issues/5102)) |
6 | 7 | - **getopt:** Support option terminator (`--`) ([#5121](https://github.com/ScoopInstaller/Scoop/issues/5121)) |
7 | | -- **scoop-(un)hold:** Support `scoop (un)hold scoop` ([#5089](https://github.com/ScoopInstaller/Scoop/issues/5089)) |
| 8 | +- **subdir:** Allow subdir in 'bucket' ([#5119](https://github.com/ScoopInstaller/Scoop/issues/5119)) |
8 | 9 | - **scoop-config:** Allow 'hold_update_until' be set manually ([#5100](https://github.com/ScoopInstaller/Scoop/issues/5100)) |
| 10 | +- **scoop-(un)hold:** Support `scoop (un)hold scoop` ([#5089](https://github.com/ScoopInstaller/Scoop/issues/5089)) |
9 | 11 | - **scoop-update:** Stash uncommitted changes before update ([#5091](https://github.com/ScoopInstaller/Scoop/issues/5091)) |
10 | | -- **install:** Show the running process ([#5102](https://github.com/ScoopInstaller/Scoop/issues/5102)) |
11 | | -- **subdir:** Allow subdir in 'bucket' ([#5119](https://github.com/ScoopInstaller/Scoop/issues/5119)) |
12 | 12 |
|
13 | 13 | ### Bug Fixes |
14 | 14 |
|
15 | 15 | - **config:** Change config option to snake_case in file and SCREAMING_CASE in code ([#5116](https://github.com/ScoopInstaller/Scoop/issues/5116)) |
16 | 16 | - **jsonpath:** Prevent converting date string to DateTime in JSONPath ([#5130](https://github.com/ScoopInstaller/Scoop/issues/5130)) |
17 | 17 | - **psmodule:** Remove folder recursively when unlinking previous module path ([#5127](https://github.com/ScoopInstaller/Scoop/issues/5127)) |
18 | | -- **scoop-update:** Add `uninstall_psmodule` to update process ([#5136](https://github.com/ScoopInstaller/Scoop/pull/5136)) |
| 18 | +- **scoop-update:** Add `uninstall_psmodule` to update process ([#5136](https://github.com/ScoopInstaller/Scoop/issues/5136)) |
19 | 19 |
|
20 | 20 | ### Code Refactoring |
21 | 21 |
|
22 | | -- **download:** Rename `dl()` to `Invoke-Download()` ([[#5143](https://github.com/ScoopInstaller/Scoop/issues/5143)]) |
| 22 | +- **download:** Rename `dl()` to `Invoke-Download()` ([#5143](https://github.com/ScoopInstaller/Scoop/issues/5143)) |
23 | 23 | - **path:** Use 'Convert-Path()' instead of 'Resolve-Path()' ([#5109](https://github.com/ScoopInstaller/Scoop/issues/5109)) |
24 | 24 | - **scoop-shim:** Use `getopt` to parse arguments ([#5125](https://github.com/ScoopInstaller/Scoop/issues/5125)) |
25 | 25 |
|
|
0 commit comments