Skip to content

Commit

Permalink
gui v0.1.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 13, 2024
1 parent 6264e80 commit a53c646
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- Check for update button on the settings page `#762`
- Click version name to copy version name `#761`
- Bulk uppgrade, install, and remove packages `#752`

### Changed
- Relax validation for `package.json` for local user packages `#750`
- Use star instead of check on the favorite row in the project list `#755`
- Moved the `Upgrade All` button to front `#757`
- Renamed the Application to ALCOM `#760`

### Deprecated

Expand All @@ -26,6 +19,18 @@ The format is based on [Keep a Changelog].

### Security

## [0.1.0-beta.20] - 2024-04-13
### Added
- Check for update button on the settings page [`#762`](https://github.com/vrc-get/vrc-get/pull/762)
- Click version name to copy version name [`#761`](https://github.com/vrc-get/vrc-get/pull/761)
- Bulk uppgrade, install, and remove packages [`#752`](https://github.com/vrc-get/vrc-get/pull/752)

### Changed
- Relax validation for `package.json` for local user packages [`#750`](https://github.com/vrc-get/vrc-get/pull/750)
- Use star instead of check on the favorite row in the project list [`#755`](https://github.com/vrc-get/vrc-get/pull/755)
- Moved the `Upgrade All` button to front [`#757`](https://github.com/vrc-get/vrc-get/pull/757)
- Renamed the Application to ALCOM [`#760`](https://github.com/vrc-get/vrc-get/pull/760)

## [0.1.0-beta.19] - 2024-04-07
### Added
- Remove old log files [`#721`](https://github.com/vrc-get/vrc-get/pull/721) [`#729`](https://github.com/vrc-get/vrc-get/pull/729)
Expand Down Expand Up @@ -196,7 +201,8 @@ The format is based on [Keep a Changelog].
- Apple code signing [`#422`](https://github.com/anatawa12/vrc-get/pull/422)
- Migrate vpm 2019 project to 2022 [`#435`](https://github.com/anatawa12/vrc-get/pull/435)

[Unreleased]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.19...HEAD
[Unreleased]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.20...HEAD
[0.1.0-beta.20]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.19...gui-v0.1.0-beta.20
[0.1.0-beta.19]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.18...gui-v0.1.0-beta.19
[0.1.0-beta.18]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.17...gui-v0.1.0-beta.18
[0.1.0-beta.17]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.16...gui-v0.1.0-beta.17
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vrc-get-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrc-get-gui"
version = "0.1.0-beta.19"
version = "0.1.0-beta.20"
description = "A Tauri App"

homepage.workspace = true
Expand Down

0 comments on commit a53c646

Please sign in to comment.