Skip to content

Commit

Permalink
add client 2.1.2 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Jun 14, 2023
1 parent 4f2e112 commit 11273c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/shared/changelog.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ export type Changelog = {
};

const CLIENT_CHANGES: Changelog[] = [
{
version: "2.1.2",
date: "2023-06-13",
desc: `A fairly small release with some bug/feature requests:
- [Fix start minimized](https://discourse.playyourdamnturn.com/t/start-minimized-on-startup/832)
- [Unique archive files](https://discourse.playyourdamnturn.com/t/unique-archive-files/7390)
- [Clear unread smack talk](https://discourse.playyourdamnturn.com/t/option-to-dismiss-smack-talk-post-notifications-in-client/7860)`,
},
{
version: "2.1.1",
date: "2023-01-10",
Expand Down

0 comments on commit 11273c8

Please sign in to comment.