Skip to content

Commit

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

## [Unreleased]
### Added
- Backup Project `#714`
- Favorite project and sort by name `#717`

### Changed

Expand All @@ -18,10 +16,17 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Unity 2022 Migration can be fails with Compilation Error `#712`

### Security

## [0.1.0-beta.18] - 2024-04-05
### Added
- Backup Project [`#714`](https://github.com/vrc-get/vrc-get/pull/714)
- Favorite project and sort by name [`#717`](https://github.com/vrc-get/vrc-get/pull/717)

### Fixed
- Unity 2022 Migration can be fails with Compilation Error [`#712`](https://github.com/vrc-get/vrc-get/pull/712)

## [0.1.0-beta.17] - 2024-04-01
### Changed
- Update last modified on open unity `#697
Expand Down Expand Up @@ -172,7 +177,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.17...HEAD
[Unreleased]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.18...HEAD
[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
[0.1.0-beta.16]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.15...gui-v0.1.0-beta.16
[0.1.0-beta.15]: https://github.com/vrc-get/vrc-get/compare/gui-v...gui-v0.1.0-beta.15
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.17"
version = "0.1.0-beta.18"
description = "A Tauri App"

homepage.workspace = true
Expand Down

0 comments on commit f0a9607

Please sign in to comment.