From c7ff35217367891c281bc1a400c00811991e12aa Mon Sep 17 00:00:00 2001 From: bluecaret Date: Sat, 25 Nov 2023 14:54:17 -0800 Subject: [PATCH] Version bump 4.3.0 --- manifest.config.js | 4 ++-- src/components/settings/WhatsNew.vue | 22 ++-------------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/manifest.config.js b/manifest.config.js index 6479301a..56dd2c35 100644 --- a/manifest.config.js +++ b/manifest.config.js @@ -6,8 +6,8 @@ const getManifestSettings = (env) => { short_name: 'CaretTab', name: env.mode === 'beta' ? 'CaretTab BETA' : '__MSG_appName__', description: env.mode === 'beta' ? 'Beta version of the New Tab extension, CaretTab' : '__MSG_appDesc__', - version: `4.2.0`, - version_name: `4.2.0`, + version: `4.3.0`, + version_name: `4.3.0`, default_locale: 'en', icons: { 16: 'img/icon16.png', diff --git a/src/components/settings/WhatsNew.vue b/src/components/settings/WhatsNew.vue index 8dacdb51..0c230b12 100644 --- a/src/components/settings/WhatsNew.vue +++ b/src/components/settings/WhatsNew.vue @@ -70,27 +70,9 @@ const handleClearWhatsNew = async () => {
-

v4.2.0 {{ $t('updates.newFeatures') }}

+

v4.3.0 {{ $t('updates.newFeatures') }}

    -
  • - New: Dynamic scaling is back and better! Size individual widgets based on the browser screen size. -
  • -
  • New: Widget container and font settings are all available in the free plan, no Premium needed.
  • -
  • New: You can now filter the widget list when adding widgets.
  • -
  • Added: IFrame widget for embedding websites on the New Tab.
  • -
  • Added: Breathing Exercise tool in the toolbar. Requires Premium Access.
  • -
  • Added: Snake game widget. Requires Premium Access.
  • -
  • Added: Fidget toy widget. Requires Premium Access.
  • -
-

v4.2.0 {{ $t('updates.fixesAndOthers') }}

-
    -
  • Fixed: Meridiem in digital clock would be stuck on AM depending on the selected language.
  • -
  • Fixed: Multiple spaces now allowed in the Quote and Text widgets.
  • -
  • Fixed: Various translation bugs.
  • -
  • Weather widget has a maximum number of widgets allowed to avoid API abuse.
  • -
  • Fixed: The warning about the weather failing to update was too obtrusive.
  • -
  • Fixed: Incorrect favicon was showing depending on theme.
  • -
  • Fixed: Weather container styles not applying correctly.
  • +
  • Added: Countdown widget. Requires Premium Access.