From 3029d04cc577e8daff33cbdb393562da69c15b4c Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 5 Oct 2022 09:02:41 +0600 Subject: [PATCH] updated changelog --- package.json | 2 +- src/modules/changelog/changelog.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 697f407..ba9d731 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cobalt", "description": "save what you love", - "version": "3.6.2", + "version": "3.6.3", "author": "wukko", "exports": "./src/cobalt.js", "type": "module", diff --git a/src/modules/changelog/changelog.json b/src/modules/changelog/changelog.json index abc9166..14d2811 100644 --- a/src/modules/changelog/changelog.json +++ b/src/modules/changelog/changelog.json @@ -1,7 +1,7 @@ { "current": { - "title": "less disturbance (3.6.2)", - "content": "changelog popup no longer annoys you after a major update! this action has been replaced with a notification dot. if you see a red dot, then there's something new.\n\nyour old setting that disabled the changelog popup now applies to notifications.\n\nnew users will see a notification dot instead of an about popup, too. this was mostly done to prevent complications if your browser is set up to clean local storage when you close it.\n\nother changes:\n- popups are now a bit wider, just so more content fits at once.\n- better interface scaling.\n- code is a bit cleaner now." + "title": "less disturbance (3.6.2 + 3.6.3)", + "content": "changelog popup no longer annoys you after a major update! this action has been replaced with a notification dot. if you see a red dot, then there's something new.\n\nyour old setting that disabled the changelog popup now applies to notifications.\n\nnew users will see a notification dot instead of an about popup, too. this was mostly done to prevent complications if your browser is set up to clean local storage when you close it.\n\nother changes:\n- popups are now a bit wider, just so more content fits at once.\n- better interface scaling.\n- code is a bit cleaner now.\n- changed twitter api endpoint. there should no longer be any rate limits." }, "history": [{ "title": "improvements all around! (3.6)",