Skip to content

Commit 38f202a

Browse files
author
baiqing
committed
chore(release): v1.3.1-19 — SelectLite zoom 偏移 + 闪动修复(PR #428
bump 1.3.1-18 → 1.3.1-19,6 处版本号手动同步(bump-version.sh regex 不收 Beta 版本号):package.json / package-lock.json (root+nested) / tauri.conf.json / Cargo.toml / Cargo.lock(openless)。 [变更] - SelectLite 下拉位置在 html.zoom != 1 下不再右偏(fontScale 的 large 档影响 最大);CSS zoom 在 WKWebView 下让 getBoundingClientRect 返回 post-zoom 坐标但 position:fixed 用 pre-zoom 坐标,positionPopover 现在补偿 zoom 转回。 - 下拉打开瞬间的位置闪动消除(popoverMounted state 触发 useLayoutEffect 同步 二次定位,替代 requestAnimationFrame 的 post-paint 校正)。 - 移除 macOS 走原生 <select> 的旁路分支,三平台统一自定义 popover。
1 parent 1f2b259 commit 38f202a

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

openless-all/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openless-all/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openless-app",
33
"private": true,
4-
"version": "1.3.1-18",
4+
"version": "1.3.1-19",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

openless-all/app/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openless-all/app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openless"
3-
version = "1.3.1-18"
3+
version = "1.3.1-19"
44
description = "OpenLess — local voice input that types where your cursor is"
55
authors = ["OpenLess"]
66
edition = "2021"

openless-all/app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenLess",
4-
"version": "1.3.1-18",
4+
"version": "1.3.1-19",
55
"identifier": "com.openless.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)