Compare commits

...

2 Commits

Author SHA1 Message Date
Augustin
b40bc291ba fix(ext): use <all_urls> host_permissions to allow injection on any page
All checks were successful
Beta Release / beta (push) Successful in 1m41s
Stable Release / stable (push) Successful in 1m39s
💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-04-28 19:08:02 +02:00
Augustin
1216c80118 chore: bump version to v0.9.6
Some checks failed
Beta Release / beta (push) Successful in 1m50s
Stable Release / stable (push) Has been cancelled
💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-04-28 19:04:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export default defineConfig({
'notifications',
'alarms',
],
host_permissions: ['http://127.0.0.1:*/*', 'http://localhost:*/*'],
host_permissions: ['<all_urls>'],
action: {
default_icon: {
16: 'icon/16.png',

View File

@@ -7,7 +7,7 @@ import (
const (
Name = "muyue"
Version = "0.9.5"
Version = "0.9.6"
Author = "La Légion de Muyue"
)