Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/en/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2026-05-17

### Fixed

- size of launcher, in some case expands on its own at startup
- link to download the new version of the launcher

## [0.2.0] - 2026-05-16

### Added
Expand Down
7 changes: 7 additions & 0 deletions docs/fr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ versionnage [Semantic Versioning](https://semver.org/lang/fr/).

## [Non publié]

## [0.2.1] - 2026-05-17

### Corrigé

- taille du launcher, dans certains cas ça s'agrandi tout seul au démarrage
- lien pour télécharger la nouvelle version du launcher

## [0.2.0] - 2026-05-16

### Ajouté
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dying-star-launcher",
"version": "0.2.0",
"version": "0.2.1",
"packageManager": "pnpm@10.33.3",
"description": "Launcher for DyingStar Game",
"engines": {
Expand Down
Loading