Skip to content

Commit

Permalink
Update whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Jan 1, 2025
1 parent 30a4a7a commit 19d287b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Anori",
"description": "Customizable new tab: compose your own page from widgets",
"version": "1.20.1",
"version": "1.21.0",
"repository": "[email protected]:OlegWock/anori.git",
"author": "OlegWock",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ console.log('Background init');

const VERSIONS_WITH_CHANGES = [
'1.1.0', '1.2.0', '1.5.0', '1.6.0', '1.8.0', '1.9.0', '1.10.0', '1.11.0', '1.12.0', '1.13.0', '1.14.0', '1.15.0',
'1.16.0', '1.17.0', '1.18.0', '1.19.0'
'1.16.0', '1.17.0', '1.18.0', '1.19.0', '1.21.0'
];

const compareVersions = (v1: string, v2: string): -1 | 0 | 1 => {
Expand Down
19 changes: 19 additions & 0 deletions src/components/WhatsNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ export const WhatsNew = () => {
{t('availableOnlyInEnglish')}
</section>}

<section>
<h2>1.21.0</h2>
<ul>
<li>
Happy New Year and thank you for choosing Anori in 2024 :)
</li>
<li>
Previously Anori would stop working if you had a lot of bookmarks in bookmarks bar widget.
This was fixed in this version, now it can handle <em>really big</em> number of bookmarks.
</li>
<li>
Smaller fixes here and there.
</li>
</ul>
</section>

<section>
<h2>1.20.0</h2>
<ul>
Expand All @@ -28,6 +44,9 @@ export const WhatsNew = () => {
Chinese translation was updated. This was contribution from @rockcor. Thanks!
</li>
</ul>
</section>

<section>
<h2>1.19.0</h2>
<ul>
<li>
Expand Down

0 comments on commit 19d287b

Please sign in to comment.