Zum Inhalt springen

Pastiera Feature Audit

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Audit snapshot date: March 6, 2026

Reference repository: palsoftware/pastiera

Method

  • Sources used:
    • Pastiera README.md and docs/*.md
    • Closed issues and merged PRs via GitHub CLI
    • Issue comments where implementation references were provided
  • “Last documented” is a best-effort date from git log on documentation files.
  • This page is intentionally pragmatic: it is a tracking baseline, not an architecture spec.

Inventory

Feature clusterAdvertised in public docsDedicated doc existsLast documented (best guess)Recent implementation evidenceAssessment
Backup/restore (manual + auto)Yes (README)Yes (docs/backup_system.md)2026-01-28Issue #16 (historic request)Good coverage, keep fresh with schema changes
Launcher + power shortcutsYes (README)Yes (docs/LAUNCHER_SHORTCUTS.md)2025-11-23Commit ce690c5 era noted in docs historyLikely stale for recent UX/settings changes
Dictionary/autocorrect pipelineYes (README)Yes (docs/dictionary_autocorrect.md)2025-11-23PR #26, PR #76Core doc exists but probably outdated after Dec/Feb changes
Online layouts repository/importPartlyYes (docs/online-dicts_layouts.md)2026-01-23Commit fabf959Good technical detail, needs user-facing quickstart
Custom dictionary workflowPartlyYes (docs/custom_dictionary_guide.md)2026-02-22Commit 7ff17a6Fresh, solid
Status bar button systemNot directly in READMEYes (docs/status_bar_buttons.md)2026-01-13Commit 30fd8b7Internal-focused; add user map to settings labels
Hamburger menu overlayNot directly in READMEYes (docs/hamburger_menu.md)2026-01-16Commit 1ca1e6dReasonable, but tightly implementation-oriented
Clipboard historyYes (README)No dedicated pageREADME last changed 2026-02-25PR #68, Issue #52, Issue #77Missing dedicated user/admin documentation
Emoji search (both pickers)Not clearlyNo dedicated pageREADME last changed 2026-02-25PR #141, Issue #37New feature, undocumented in dedicated docs
SYM custom unicode / picker behaviorPartlyNo dedicated pageREADME last changed 2026-02-25Issue #27, Issue #127Needs explicit behavior matrix + settings doc
Vietnamese Telex supportNoNo dedicated pagen/aIssue #43, PR #144Implemented recently, high-priority doc gap
Greek accented vowel multitapNoNo dedicated pagen/aIssue #30, PR #143Implemented, not discoverable via docs
German multitap layoutNoNo dedicated pagen/aPR #142Implemented, not documented
Ukrainian layout supportPartly (generic layout mention)No dedicated pageREADME last changed 2026-02-25PR #105No locale-specific docs
Serbian Cyrillic layout supportPartly (generic layout mention)No dedicated pageREADME last changed 2026-02-25PR #130No locale-specific docs
Q25 device supportNoNo dedicated pagen/aPR #146, Issue #149 contextVery recent; should be documented first for new users
Accessibility (layout announcement)NoNo dedicated pagen/aIssue #118Likely implemented but not documented

Priority gaps

  1. New features shipped in Feb-Mar 2026 without dedicated docs: emoji search, Telex, Q25 support, recent layout additions.
  2. High-usage features lack standalone docs: clipboard history, SYM behavior and customization matrix.
  3. Existing docs are skewed toward implementation internals; we still need user-facing “how to use” pages.

Tracking notes

  • Closed enhancement issues are not always linked via “Fixes #…”; comments and PR references were needed for mapping.
  • Some issue closures represent roadmap/triage closure, not completion (example: older feature-request style issues).
  • Keep this file updated on each feature merge touching UX behavior or settings.