Skip to content

Commit 5537e12

Browse files
Unify typed correction outcomes and accelerate Compact L2
1 parent 3c4988d commit 5537e12

38 files changed

Lines changed: 5904 additions & 4145 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.247"
3+
version = "0.2.248"
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.247`
16+
- `0.2.248`
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": 247,
5-
"version-name": "0.2.247",
4+
"version": 248,
5+
"version-name": "0.2.248",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.247';
9+
const APP_VERSION = '0.2.248';
1010
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';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.247';
7+
const APP_VERSION = '0.2.248';
88
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';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.247';
10+
export const APP_VERSION = '0.2.248';
1111
export const APP_DESCRIPTION = 'Альфа: RU/EN-переключатель по двойному Shift и помощь при наборе';
1212
export const APP_RELEASE_DATE = '2026-07-16';
1313
export const APP_LICENSE = 'Non-Commercial';

graphify-out/.graphify_labels.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -357,31 +357,35 @@
357357
"355": "CommittedTailReplaceRequest",
358358
"356": "typing.rs",
359359
"357": "learned.rs",
360-
"358": "dict.rs",
361-
"359": "Choice",
360+
"358": "DecoderEditPlan",
361+
"359": "update",
362362
"360": "WordBuffer",
363363
"361": "run_script_text",
364364
"362": ".forward_queued_typing",
365365
"363": ".manual_toggle_active_text_target",
366366
"364": "managed_ime_session",
367-
"365": "handle_enter_autocorrect",
368-
"366": "try_manual_toggle",
367+
"365": "context.rs",
368+
"366": "run_wave_trace",
369369
"367": "release_possible_modifiers",
370-
"368": "print_l2_candidate_flow_report",
371-
"369": "correct_vowel_confusion_impl",
370+
"368": "time.rs",
371+
"369": "key_decode.rs",
372372
"370": "dict_tests.rs",
373373
"371": "handle_pending_auto_undo",
374374
"372": "Self",
375375
"373": "derive_llmwave_feedback",
376376
"374": "flow_example",
377377
"375": "String",
378-
"376": "record_typing_memory_event_if_enabled",
379-
"377": "ImeManualToggleOutcome",
380-
"378": "correct_wrong_layout_ascii_phrase",
381-
"379": "text_edit_gate_contract.rs",
378+
"376": "typing.rs",
379+
"377": "private_file.rs",
380+
"378": "text_edit_gate_contract.rs",
381+
"379": "desktop.rs",
382382
"380": "calibration.rs",
383383
"381": "memory.rs",
384384
"382": "gate_candidate",
385-
"383": "word_recognizer_tests.rs",
386-
"384": "TerminalRecord"
385+
"385": "dict_tests.rs",
386+
"387": "verify_with_retry",
387+
"388": "ngram_tests.rs",
388+
"389": "managed_ime_session",
389+
"390": "cases.py",
390+
"391": "ImeManualToggleOutcome"
387391
}

graphify-out/GRAPH_REPORT.md

Lines changed: 361 additions & 337 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)