From 166cab90dfba984acbebfe8db8d305c86a5bb679 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 28 May 2025 16:03:35 +0300 Subject: [PATCH] Update version --- CHANGELOG.md | 9 +++++++++ src/manifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc215b..a4e5f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 1.0.1 - 2025-05-28 + +- Fix issue prevent adding urls via Chromium browsers. + +## 1.0.0 - 2025-05-23 + +- Switch to bulma and remove pure css. +- Improve the messaging to users. + ## 0.0.3 - 2025-03-10 - Automatically load presets from the YTPTube instance. diff --git a/src/manifest.json b/src/manifest.json index 2657cea..19f2c35 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -7,7 +7,7 @@ ] }, "name": "YTPTube Extension", - "version": "1.0.0", + "version": "1.0.1", "description": "Add URLs to YTPTube instance", "permissions": [ "activeTab",