Skip to content

Commit

Permalink
for aoe4
Browse files Browse the repository at this point in the history
  • Loading branch information
denniske committed Jul 23, 2024
1 parent 504b3e3 commit 2cf15d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ export interface IChangelog {
// https://www.ageofempires.com/news/age-of-empires-iv-season-one-update-release-notes/

export const changelog4: IChangelog = {
'17.0.0': [
{
type: 'feature',
title: 'Show showmatches in Pro tab',
},
{
type: 'feature',
title: 'Choose main page (the page that is shown when the app is opened) in settings (iOS, Android)',
},
{
type: 'bugfix',
title: 'Fixed Pull-To-Refresh for matches list, etc. (Android)',
},
{
type: 'bugfix',
title: 'Fixed push notifications',
},
],
'16.0.0': [
{
type: 'feature',
Expand Down

0 comments on commit 2cf15d0

Please sign in to comment.