Skip to content

Commit 6c165b2

Browse files
Route autocorrect through compact L2 field
1 parent 48a9ee0 commit 6c165b2

38 files changed

Lines changed: 5180 additions & 4164 deletions

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lay"
3-
version = "0.2.244"
3+
version = "0.2.245"
44
edition = "2021"
55
description = "Alpha Double Shift RU/EN layout rescue for Linux desktops"
66
license-file = "LICENSE"

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ number from `git rev-list`.
1313

1414
Current publication branch version:
1515

16-
- `0.2.244`
16+
- `0.2.245`
1717

1818
Do not rely on commit counts. Before publishing or pushing, run the bump script
1919
or verify the version fields manually.

extension/lay@radislabus-star.github.io/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"uuid": "lay@radislabus-star.github.io",
33
"name": "Lay Layout Switcher",
4-
"version": 244,
5-
"version-name": "0.2.244",
4+
"version": 245,
5+
"version-name": "0.2.245",
66
"description": "Alpha GNOME Shell extension для lay-daemon. Показывает EN/RU в трее, переключает раскладку по клику. Минимальный DBus bridge для layout activation и fallback text insert.",
77
"shell-version": ["45", "46", "47", "50"],
88
"url": "https://github.com/radislabus-star/lay-public"

extension/lay@radislabus-star.github.io/prefs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import Gtk from 'gi://Gtk';
66
import {ExtensionPreferences} from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js';
77

88
const CONFIG_PATH = GLib.get_home_dir() + '/.config/lay/config.json';
9-
const APP_VERSION = '0.2.244';
10-
const APP_RELEASE_DATE = '2026-07-15';
9+
const APP_VERSION = '0.2.245';
10+
const APP_RELEASE_DATE = '2026-07-16';
1111
const APP_URL = 'https://github.com/radislabus-star/lay-public';
1212
const APP_ICON_NAME = 'input-keyboard-symbolic';
1313
const HEADER_ICON_SIZE = 16;

extension/lay@radislabus-star.github.io/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import GLib from 'gi://GLib';
44
import Gtk from 'gi://Gtk';
55

66
const CONFIG_PATH = GLib.get_home_dir() + '/.config/lay/config.json';
7-
const APP_VERSION = '0.2.244';
8-
const APP_RELEASE_DATE = '2026-07-15';
7+
const APP_VERSION = '0.2.245';
8+
const APP_RELEASE_DATE = '2026-07-16';
99
const APP_URL = 'https://github.com/radislabus-star/lay-public';
1010
const APP_ICON_NAME = 'input-keyboard-symbolic';
1111
const HEADER_ICON_SIZE = 16;

extension/lay@radislabus-star.github.io/tray_support.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export const RECENT_ACTIONS_PATH = GLib.get_home_dir() + '/.local/share/lay/rece
77
export const USAGE_COUNTS_PATH = GLib.get_home_dir() + '/.local/share/lay/nanda_wave/word_usage_counts.json';
88
export const PROJECT_DIR = GLib.get_home_dir() + '/projects/lay';
99
export const UPDATE_LOG_PATH = GLib.get_home_dir() + '/.local/state/lay/update.log';
10-
export const APP_VERSION = '0.2.244';
10+
export const APP_VERSION = '0.2.245';
1111
export const APP_DESCRIPTION = 'Альфа: RU/EN-переключатель по двойному Shift и помощь при наборе';
12-
export const APP_RELEASE_DATE = '2026-07-15';
12+
export const APP_RELEASE_DATE = '2026-07-16';
1313
export const APP_LICENSE = 'Non-Commercial';
1414
export const APP_URL = 'https://github.com/radislabus-star/lay-public';
1515
export const APP_PLATFORM = 'Linux: GNOME, KDE, Niri, Wayland, X11';

graphify-out/.graphify_labels.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,7 @@
380380
"378": "correct_wrong_layout_ascii_phrase",
381381
"379": "correct_wrong_layout_ascii_technical_token",
382382
"380": "calibration.rs",
383-
"381": "DecisionTransitionReceipt",
384-
"382": "run_l3_inner",
385383
"383": "word_recognizer_tests.rs",
386384
"384": "TerminalRecord",
387-
"385": "measured_precognition_stages",
388-
"386": "glued_phrase_part_candidates",
389-
"387": "ngram_tests.rs",
390-
"388": "managed_ime_session",
391-
"389": "gate_candidate",
392-
"390": "correction_pipeline_space_contract.rs",
393-
"391": "mix64_golden"
385+
"388": "managed_ime_session"
394386
}

graphify-out/GRAPH_REPORT.md

Lines changed: 300 additions & 349 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)