From 9e3fc942cb6f20493a2b876a1c0055aa445073fa Mon Sep 17 00:00:00 2001 From: bluecaret Date: Sat, 21 Oct 2023 19:46:24 -0700 Subject: [PATCH] Version bump 4.2.0 --- manifest.config.js | 4 ++-- src/components/settings/WhatsNew.vue | 29 +++++++++++++++++----------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/manifest.config.js b/manifest.config.js index ca860362..6479301a 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.1.1`, - version_name: `4.1.1`, + version: `4.2.0`, + version_name: `4.2.0`, default_locale: 'en', icons: { 16: 'img/icon16.png', diff --git a/src/components/settings/WhatsNew.vue b/src/components/settings/WhatsNew.vue index b13e5c06..8dacdb51 100644 --- a/src/components/settings/WhatsNew.vue +++ b/src/components/settings/WhatsNew.vue @@ -70,20 +70,27 @@ const handleClearWhatsNew = async () => {
-

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

-
    -
  • Fixed: Default items such as Todo tasks, quotes and quick links sometimes could not be removed.
  • -
  • Fixed: French translation of the word "save"
  • -
  • Fixed: Added error handling when weather data is unavailable
  • -
  • Fixed: Quick Links may not move overflow links to the "more" menu correctly
  • -
-

v4.1.1 Known bugs

+

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

  • - Bug: Weather data not downloading - I've discovered a problem with weather not loading correctly - around 8PM PST every night. I haven't found a fix but am looking into it. It appears to only be an - issue for about 1 hour at that time each night so far. + 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.