2023-02-05 16:42:47 -05:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [1.0.1] - Unreleased
|
|
|
|
|
2023-02-07 15:47:34 -05:00
|
|
|
### Added
|
|
|
|
- Added file downloads progress
|
|
|
|
|
2023-02-05 16:42:47 -05:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42)
|
2023-02-07 15:28:44 -05:00
|
|
|
- Fixed issue where dependency conflicts are thrown even when `--reinstall` is used
|
2023-02-07 15:58:43 -05:00
|
|
|
- Properly implemented `composer.enable_internal_composer` so that warnings regarding improper configuration values are not thrown
|
2023-02-07 16:07:52 -05:00
|
|
|
- Minor improvements to the CLI interface including fixing `--version`
|
2023-02-05 16:42:47 -05:00
|
|
|
|
2023-02-07 15:34:08 -05:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded
|
|
|
|
|
2023-02-05 16:42:47 -05:00
|
|
|
## [1.0.0] - 2022-01-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Initial release of NCC
|