From 7123d0387888ac5caba9ad2d50ea61a9ade7e3ec Mon Sep 17 00:00:00 2001 From: rohan Date: Sun, 17 Oct 2021 20:29:31 +0530 Subject: [PATCH] v2.5 final changes --- build.py | 3 ++- docs/changelog.md | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.py b/build.py index a0cc0ec..e218577 100644 --- a/build.py +++ b/build.py @@ -32,6 +32,7 @@ # shitfiles = shutil.ignore_patterns('.DS_Store', '.git', '.Trashes', '.Spotlight-V100', '.github') shutil.copytree('html', FOLDER + '/html', ignore = shitfiles) +shutil.copytree('scripts', FOLDER + '/scripts', ignore = shitfiles) shutil.copytree('icons', FOLDER + '/icons', dirs_exist_ok=True, ignore = shitfiles) with open(FOLDER + '/manifest.json', 'w+') as m: m.write(json.dumps(data, indent=4)) @@ -68,7 +69,7 @@ def replaceInHTMLFiles(original, replacement): file.write(data) file.close() -minifyFilesInDirectory('scripts', '.js', 'https://www.toptal.com/developers/javascript-minifier/raw') +# minifyFilesInDirectory('scripts', '.js', 'https://www.toptal.com/developers/javascript-minifier/raw') minifyFilesInDirectory('styles', '.css', 'https://cssminifier.com/raw') # diff --git a/docs/changelog.md b/docs/changelog.md index e1e2468..d1f7d26 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,8 +8,8 @@ PRs and other ideas are welcome. ## Changes ## -**August 2021** -#### 2.5.0 +**October 2021** +#### 2.5 - Recurring Snooze Times! - Duplicate Sleeping Tabs - Selected Tabs grouped together diff --git a/manifest.json b/manifest.json index c6dafa5..14c0294 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Snoozz - Snooze Tabs & Windows for later", "short_name": "Snoozz", "description": "Declutter your browser by snoozing tabs and windows until you actually need them.", - "version": "2.5.0", + "version": "2.5", "icons": { "128": "icons/ext-icon-128.png",