0.1.0-alpha.1 (2023-07-21)
Features
- add hash crate (aa021fb)
- api: Introduce SPDX spec for manifest.license (ec5e1f5)
- cache: implement cache-rm (869f095)
- cmd: Implement cleanup, refactor cache and list (3ca3f26)
- cmd: Implement scoop list subcommand (0b2fdec)
- cmd: prototype of scoop home (29c2663)
- cmd: prototype of scoop info (a207465)
- cmd: prototype of scoop search (local) (2c8e563)
- core: add DepGraph implementation (ca5f49f)
- core: Implement update subcommand (ad04e76)
- hash-md5: add reset api (3db7116)
- hash: add checksum helper functions (df24980)
- hash: add sha1 implementation (8bee89a)
- hash: add sha256 implementation (37f9f62)
- hash: add sha512 implementation (7bbecf1)
- hash: provided a top-level checksum api (99fed09)
- Implement basic file downloads (c5d303b)
- implement hold and unhold (682c63c)
- implement status (bb650d6)
- scoop-cache: implement scoop cache show (ae018b8)
- scoop-cache: implement scoop cache show (c584c90)
- scoop-config: implement scoop config (9bdc9fa)
- search: Add fuzzy search option (53c8998)
- search: Implement binary search (26ff6f2)
- update (cf505f0)
- v0.1.0-alpha.1 (f304bb2)
Bug Fixes
- bucket-rm: use remove_dir_all crate (a5c9a0b)
- core: fix cache regex (98f2a44)
- core: fix manifest download urls extraction (7fef94c)
- Fix apps_in_local_bucket (b3170c7)
- fix cache rm handler (22f51e2)
- Fix not truncating previous data when saving new configs (ea4bf0c)
- typo (4ddc72f)
- use init method to create config instance (9aa08ba)