mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
feat: updated changelog
This commit is contained in:
parent
7d31c70cbb
commit
c0b5e68a11
2 changed files with 16 additions and 2 deletions
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added 5.1.0 voiceovers sizes
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Removed Discord RPC support
|
||||||
|
|
||||||
## [3.12.1] - 02.09.2024
|
## [3.12.1] - 02.09.2024
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -95,10 +95,16 @@ impl SimpleComponent for AboutDialog {
|
||||||
|
|
||||||
set_release_notes_version: &APP_VERSION,
|
set_release_notes_version: &APP_VERSION,
|
||||||
set_release_notes: &[
|
set_release_notes: &[
|
||||||
"<p>Fixed</p>",
|
"<p>Added</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<ul>",
|
||||||
"<li>Fixed gamescope config file layout</li>",
|
"<li>Added 5.1.0 voiceovers sizes</li>",
|
||||||
|
"</ul>",
|
||||||
|
|
||||||
|
"<p>Removed</p>",
|
||||||
|
|
||||||
|
"<ul>",
|
||||||
|
"<li>Removed Discord RPC support</li>",
|
||||||
"</ul>"
|
"</ul>"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue