Skip to content

Commit 7123d03

Browse files
committed
v2.5 final changes
1 parent d8de537 commit 7123d03

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#
3333
shitfiles = shutil.ignore_patterns('.DS_Store', '.git', '.Trashes', '.Spotlight-V100', '.github')
3434
shutil.copytree('html', FOLDER + '/html', ignore = shitfiles)
35+
shutil.copytree('scripts', FOLDER + '/scripts', ignore = shitfiles)
3536
shutil.copytree('icons', FOLDER + '/icons', dirs_exist_ok=True, ignore = shitfiles)
3637
with open(FOLDER + '/manifest.json', 'w+') as m:
3738
m.write(json.dumps(data, indent=4))
@@ -68,7 +69,7 @@ def replaceInHTMLFiles(original, replacement):
6869
file.write(data)
6970
file.close()
7071

71-
minifyFilesInDirectory('scripts', '.js', 'https://www.toptal.com/developers/javascript-minifier/raw')
72+
# minifyFilesInDirectory('scripts', '.js', 'https://www.toptal.com/developers/javascript-minifier/raw')
7273
minifyFilesInDirectory('styles', '.css', 'https://cssminifier.com/raw')
7374

7475
#

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
PRs and other ideas are welcome.
99

1010
## Changes ##
11-
**August 2021**
12-
#### 2.5.0
11+
**October 2021**
12+
#### 2.5
1313
- Recurring Snooze Times!
1414
- Duplicate Sleeping Tabs
1515
- Selected Tabs grouped together

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Snoozz - Snooze Tabs & Windows for later",
33
"short_name": "Snoozz",
44
"description": "Declutter your browser by snoozing tabs and windows until you actually need them.",
5-
"version": "2.5.0",
5+
"version": "2.5",
66

77
"icons": {
88
"128": "icons/ext-icon-128.png",

0 commit comments

Comments
 (0)