v3.6.3 #120
ThisIs-Developer
announced in
Announcements
v3.6.3
#120
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes: Markdown Viewer v3.6.3
1. Multilingual Translation Engine & CJK Layout Optimization
I18N_DICTSinscript.js) supporting English (US), Simplified Chinese (简体中文), Japanese (日本語), and Korean (한국어).applyTranslations(lang)framework to dynamically parse and translate:Min Read,Words,Chars) dynamically for both desktop and mobile layouts.navigator.language) and initializes accordingly on first load.?lang=) to load pre-localized links.localStorage(app-lang) to persist settings across page reloads.styles.cssforhtml[lang="zh"],html[lang="ja"], andhtml[lang="ko"]:line-heightof Chinese, Japanese, and Korean layouts inside the preview pane to1.75for maximum character legibility.text-align: justifyandword-break: keep-all; overflow-wrap: break-word.700), custom tracking/letter-spacing (0.02em), and balanced spacing offsets (margin-top: 1.4em; margin-bottom: 0.6em).2. Advanced Global & Asian Search Engine Optimizations (SEO)
<link rel="alternate" hreflang="...">targets inside<head>to support search engines mapping localized query formats (x-default,en,zh-Hans,ja, andko).WebApplicationstructured data) insideindex.htmlto enable rich result cards, application details, pricing structures ($0.00 USD), and author specifications directly on search engine results pages.baidu-site-verification) and Naver (naver-site-verification).sitemap.xmllinking all query-based alternate page languages to guarantee structural indexing.robots.txtrule sheet to manage crawl policies and point search crawlers directly to the schema sitemap.3. UI, Micro-Animations & Responsive Styling Enhancements
--text-secondaryfont styles defined in the stats-container.🇺🇸 English,🇨🇳 简体中文,🇯🇵 日本語,🇰🇷 한국어) across all devices, successfully deprecating the mobile-only flag icon styling..dropdown-menu) instyles.css:opacity: 0,transform: translateY(8px) scale(0.98), andvisibility: hidden.opacity: 1,transform: translateY(0) scale(1), andvisibility: visibleon hover or click using a cubic-bezier transition profile.4. Cache Management & Local Offline Execution
sw.jstomarkdown-viewer-cache-v3.6.3. This forces active cache rotation in the background, serving updated scripts and stylesheets instantly while removing deprecatedv3.6.2assets.APP_VERSION = '3.6.3'inscript.js).prepare.js) to sync all updated script, CSS layout, and icon assets locally into the offline-first desktop environment resources (desktop-app/resources/).npm run buildto package native executable bundles (Windows, Linux, macOS) indesktop-app/dist/under the updatedv3.6.3release payload.This discussion was created from the release v3.6.3.
Beta Was this translation helpful? Give feedback.
All reactions