From 403fbd64e18fd7a9ed34cd3844490db9a5415454 Mon Sep 17 00:00:00 2001 From: OlegWock Date: Tue, 28 Mar 2023 19:40:06 +0200 Subject: [PATCH] Bump version to 1.3.0 --- package.json | 2 +- src/components/WhatsNew.tsx | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d912c0c..e40949a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Anori", "description": "Customizable new tab: compose your own page from widgets", - "version": "1.2.3", + "version": "1.3.0", "repository": "git@github.com:OlegWock/anori.git", "author": "OlegWock ", "license": "MIT", diff --git a/src/components/WhatsNew.tsx b/src/components/WhatsNew.tsx index c3b590b9..6384e8e2 100644 --- a/src/components/WhatsNew.tsx +++ b/src/components/WhatsNew.tsx @@ -4,6 +4,11 @@ import './WhatsNew.scss'; export const WhatsNew = () => { return (
+

1.3.0

+
    +
  • Now you can search in all icon sets at once (I don't believe I added this only now lol).
  • +
  • Icon picker now doesn't go beyond screen edge on smaller screens.
  • +

1.2.0

  • New weather widget! Give it a try, it can display both current weather in selected city and weather forecast.