2024-03-04 21:19:39 +01: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).
|
|
|
|
|
2024-11-01 18:31:11 +01:00
|
|
|
## [Unreleased]
|
|
|
|
### Fixed
|
|
|
|
- Use a different algorithm for finding a CAS directory to avoid issues with mounted drives by @daimond113
|
|
|
|
|
2024-10-30 19:35:05 +01:00
|
|
|
## [0.5.0-rc.7] - 2024-10-30
|
2024-10-29 20:06:00 +01:00
|
|
|
### Added
|
|
|
|
- New website by @lukadev-0
|
|
|
|
|
2024-10-15 23:52:00 +02:00
|
|
|
### Fixed
|
|
|
|
- Use updated aliases when reusing lockfile dependencies by @daimond113
|
2024-10-17 22:07:55 +02:00
|
|
|
- Listen for device flow completion without requiring pressing enter by @daimond113
|
2024-10-20 18:13:08 +02:00
|
|
|
- Sync scripts repo in background by @daimond113
|
2024-10-26 17:45:18 +02:00
|
|
|
- Don't make CAS files read-only on Windows (file removal is disallowed if the file is read-only) by @daimond113
|
2024-10-30 17:07:17 +01:00
|
|
|
- Validate package names are lowercase by @daimond113
|
2024-10-15 23:52:00 +02:00
|
|
|
|
2024-10-20 17:13:58 +02:00
|
|
|
### Performance
|
|
|
|
- Clone dependency repos shallowly by @daimond113
|
|
|
|
|
2024-10-20 18:15:14 +02:00
|
|
|
### Changed
|
|
|
|
- Optimize boolean expression in `publish` command by @daimond113
|
|
|
|
|
2024-10-14 20:17:14 +02:00
|
|
|
## [0.5.0-rc.6] - 2024-10-14
|
2024-10-13 14:13:21 +02:00
|
|
|
### Added
|
|
|
|
- Support full version requirements in workspace version field by @daimond113
|
2024-10-14 19:40:02 +02:00
|
|
|
- Improved authentication system for registry changes by @daimond113
|
2024-10-13 14:13:21 +02:00
|
|
|
|
2024-10-13 11:59:31 +02:00
|
|
|
### Fixed
|
|
|
|
- Correct `pesde.toml` inclusion message in `publish` command by @daimond113
|
2024-10-13 13:57:55 +02:00
|
|
|
- Allow writes to files when `link` is false in PackageFS::write_to by @daimond113
|
2024-10-13 15:18:05 +02:00
|
|
|
- Handle missing revisions in AnyPackageIdentifier::from_str by @daimond113
|
2024-10-14 14:59:16 +02:00
|
|
|
- Make GitHub OAuth client ID config optional by @daimond113
|
2024-10-13 11:59:31 +02:00
|
|
|
|
2024-10-12 19:17:37 +02:00
|
|
|
## [0.5.0-rc.5] - 2024-10-12
|
2024-10-12 19:14:47 +02:00
|
|
|
### Added
|
|
|
|
- Inform user about not finding any bin package when using its bin invocation by @daimond113
|
|
|
|
|
2024-10-12 18:07:05 +02:00
|
|
|
### Fixed
|
|
|
|
- Fix `self-upgrade` overwriting its own binary by @daimond113
|
2024-10-12 18:59:57 +02:00
|
|
|
- Allow use of Luau packages in `execute` command by @daimond113
|
|
|
|
- Remove duplicated manifest file name in `publish` command by @daimond113
|
2024-10-12 18:07:05 +02:00
|
|
|
|
2024-10-12 16:06:00 +02:00
|
|
|
## [0.5.0-rc.4] - 2024-10-12
|
2024-10-12 16:00:21 +02:00
|
|
|
### Added
|
|
|
|
- Add `yes` argument to skip all prompts in publish command by @daimond113
|
|
|
|
- Publish all workspace members when publishing a workspace by @daimond113
|
|
|
|
|
2024-10-07 16:42:49 +02:00
|
|
|
### Fixed
|
|
|
|
- Add feature gates to `wally-compat` specific code in init command by @daimond113
|
|
|
|
|
2024-10-07 00:05:59 +02:00
|
|
|
## [0.5.0-rc.3] - 2024-10-06
|
2024-10-07 00:01:10 +02:00
|
|
|
### Fixed
|
|
|
|
- Use workspace specifiers' `target` field when resolving by @daimond113
|
|
|
|
|
2024-10-06 23:52:46 +02:00
|
|
|
## [0.5.0-rc.2] - 2024-10-06
|
2024-10-06 23:49:59 +02:00
|
|
|
### Added
|
|
|
|
- Add support for multiple targets under the same package name in workspace members by @daimond113
|
2024-10-06 23:50:58 +02:00
|
|
|
### Fixed
|
|
|
|
- Fix versions with dots not being handled correctly by @daimond113
|
2024-10-06 23:49:59 +02:00
|
|
|
|
2024-10-06 22:15:22 +02:00
|
|
|
## [0.5.0-rc.1] - 2024-10-06
|
|
|
|
### Changed
|
|
|
|
- Rewrite the entire project in a more maintainable way by @daimond113
|
|
|
|
- Support workspaces by @daimond113
|
|
|
|
- Improve CLI by @daimond113
|
|
|
|
- Support multiple targets for a single package by @daimond113
|
|
|
|
- Make registry much easier to self-host by @daimond113
|
|
|
|
- Start maintaining a changelog by @daimond113
|
|
|
|
|
2024-10-30 19:35:05 +01:00
|
|
|
[0.5.0-rc.7]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.6..v0.5.0-rc.7
|
2024-10-14 20:17:14 +02:00
|
|
|
[0.5.0-rc.6]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.5..v0.5.0-rc.6
|
2024-10-12 19:17:37 +02:00
|
|
|
[0.5.0-rc.5]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.4..v0.5.0-rc.5
|
2024-10-12 16:06:00 +02:00
|
|
|
[0.5.0-rc.4]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.3..v0.5.0-rc.4
|
|
|
|
[0.5.0-rc.3]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.2..v0.5.0-rc.3
|
2024-10-06 23:52:46 +02:00
|
|
|
[0.5.0-rc.2]: https://github.com/daimond113/pesde/compare/v0.5.0-rc.1..v0.5.0-rc.2
|
2024-10-06 22:15:22 +02:00
|
|
|
[0.5.0-rc.1]: https://github.com/daimond113/pesde/compare/v0.4.7..v0.5.0-rc.1
|