Skip to content

Commit 5dce6d0

Browse files
authored
Merge pull request #67 from mtskf/release/v0.2.5
Release: v0.2.5
2 parents 569000e + 069b15c commit 5dce6d0

8 files changed

Lines changed: 14 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img src="https://img.shields.io/github/license/mtskf/Snooooze?style=flat-square&color=4F46E5" alt="License" />
2121
</a>
2222
<a href="https://github.com/mtskf/Snooooze/releases">
23-
<img src="https://img.shields.io/badge/version-v0.2.4-blue.svg" alt="Version" />
23+
<img src="https://img.shields.io/badge/version-v0.2.5-blue.svg" alt="Version" />
2424
</a>
2525
<a href="https://chromewebstore.google.com/detail/snooooze/gncjidjnndmkohhhnijekcjiakmllonk">
2626
<img src="https://img.shields.io/chrome-web-store/v/gncjidjnndmkohhhnijekcjiakmllonk?style=flat-square&color=4285F4&label=Chrome%20Web%20Store" alt="Chrome Web Store" />

Snooooze-v0.2.5.zip

142 KB
Binary file not shown.

dev-docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66

77
*No unreleased changes*
88

9+
## v0.2.5
10+
11+
### Fixed
12+
- **Service Worker**: Inlined `DEFAULT_SETTINGS` to prevent Vite code-splitting, which caused "Cannot use import statement outside a module" error.
13+
914
## v0.2.4
1015

1116
### Changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container">
1515
<!-- Hero Section -->
1616
<section class="hero">
17-
<div class="badge">v0.2.4</div>
17+
<div class="badge">v0.2.5</div>
1818
<img src="assets/logo.svg" alt="Snooooze Logo" class="hero-logo">
1919
<h1>Focus on now.<br>Snooze for later.</h1>
2020
<p class="hero-tagline">
@@ -105,7 +105,7 @@ <h2>How to use</h2>
105105
GitHub
106106
</a>
107107
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-indigo-500/10 text-indigo-400 border border-indigo-500/20">
108-
v0.2.4
108+
v0.2.5
109109
</span>
110110
<a href="https://github.com/mtskf/Snooooze/issues" target="_blank" class="footer-link">
111111
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="margin-right:0.2rem"><circle cx="12" cy="12" r="10"></circle><path d="M12 8v4"></path><path d="M12 16h.01"></path></svg>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Snooooze",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Snooze tabs for later.",
55
"license": "MIT",
66
"scripts": {

public/manifest.firefox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Snooooze",
4-
"version": "0.2.4",
5-
"version_name": "0.2.4",
4+
"version": "0.2.5",
5+
"version_name": "0.2.5",
66

77
"description": "Snooze tabs for later.",
88
"icons": {

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Snooooze",
4-
"version": "0.2.4",
5-
"version_name": "0.2.4",
4+
"version": "0.2.5",
5+
"version_name": "0.2.5",
66

77
"description": "Snooze tabs for later.",
88
"icons": {

src/options/Options.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export default function Options() {
443443
<span>GitHub</span>
444444
</a>
445445
<span></span>
446-
<span>v0.2.4</span>
446+
<span>v0.2.5</span>
447447
<span></span>
448448
<a
449449
href="https://github.com/mtskf/Snooooze/issues"

0 commit comments

Comments
 (0)