Skip to content

Commit

Permalink
add client release to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Jan 17, 2024
1 parent ce7427a commit c1a175b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/shared/changelog.service.ts
Expand Up @@ -10,6 +10,14 @@ export type Changelog = {
};

const CLIENT_CHANGES: Changelog[] = [
{
version: "2.1.6",
date: "2023-01-17",
desc: `Very small release, a couple of bug fixes and an update to bring in the dead player icon.
- [Fix double link open](https://discourse.playyourdamnturn.com/t/double-open/8740/10)
- [Remove play save after submit](https://discourse.playyourdamnturn.com/t/save-file-not-being-removed/8674)`,
},
{
version: "2.1.5",
date: "2023-12-14",
Expand Down

0 comments on commit c1a175b

Please sign in to comment.