Skip to content

Commit 28c3a74

Browse files
release: adjust version to v3.6.6 based on release scope preferences
1 parent 9970f2e commit 28c3a74

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable code changes to **Markdown Viewer** are documented here.
44
Non-code commits (documentation, planning, README-only updates) are excluded.
55

6-
## v3.7.0
6+
## v3.6.6
77

88
- **Description:** Implemented extensive security hardening, accessibility remediation, and high-performance user experience upgrades.
99
- **Security (PR 130):** Hardened offline desktop-app configuration by restricting the WebSocket communication server, enabling system process automatic cleanup on window close, and implementing secure build-time cryptographic dependency checks verifying SHA-384 integrity parameters of external assets.

desktop-app/resources/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document.addEventListener("DOMContentLoaded", function () {
99

1010
// View Mode State - Story 1.1
1111
let currentViewMode = 'split'; // 'editor', 'split', or 'preview'
12-
const APP_VERSION = '3.7.0';
12+
const APP_VERSION = '3.6.6';
1313
let activeModal = null;
1414
let lastFocusedElement = null;
1515
let isFindModalOpen = false;

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document.addEventListener("DOMContentLoaded", function () {
99

1010
// View Mode State - Story 1.1
1111
let currentViewMode = 'split'; // 'editor', 'split', or 'preview'
12-
const APP_VERSION = '3.7.0';
12+
const APP_VERSION = '3.6.6';
1313
let activeModal = null;
1414
let lastFocusedElement = null;
1515
let isFindModalOpen = false;

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'markdown-viewer-cache-v3.7.0';
1+
const CACHE_NAME = 'markdown-viewer-cache-v3.6.6';
22
const ASSETS = [
33
'./',
44
'./index.html',

0 commit comments

Comments
 (0)