Skip to content

Releases: vacterro/FastPrompter

FastPrompter v0.7.0a

Choose a tag to compare

@vacterro vacterro released this 19 Jul 03:36

FastPrompter v0.7.0a — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.7.0

Choose a tag to compare

@vacterro vacterro released this 19 Jul 02:45

FastPrompter v0.7.0 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.6.6

Choose a tag to compare

@vacterro vacterro released this 18 Jul 18:43

FastPrompter v0.6.6 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

Fixes

  • Crash: clearing/deleting a silo with "🗑 Trash Vision" on wrote a snippet entry with the wrong shape, crashing the panel with KeyError: 'name' on tab switch.
  • Crash: the project folder/executable launcher buttons raised NameError: name 'logger' is not defined the instant you clicked one with no path configured.
  • Per-silo project folder/executable paths (right-click → Configure Project Paths) could silently vanish after a restart + one tab switch — now persist reliably.
  • File-container silo collision — two silos could jump onto each other's file folder after a restart. Every silo now gets a persistent, unique folder identity.
  • Deleting/clearing a silo's file container now rides along with undo — files come back with the text, never lost.
  • "🔤 Text Month" setting was silently ignored below 1280px window width (i.e. almost always) — now actually renders "17 Jul" instead of "17.07".
  • Undo-state file could corrupt under concurrent writes and grow unbounded (12+ MB); category deletion no longer leaks per-category state or orphaned file folders; archived silos no longer collide on folder names.

New

  • 🕐 12-Hour Clock toggle (Settings) — 09:05 PM instead of 21:05, applied to the date widget, Ctrl+E headers, and end-of-line timestamps.
  • Comprehensive Ctrl+E header template editor — placeholders, markdown-wrap buttons, presets, live preview.
  • 🎨 Silo Color Box toggle (Settings) — show/hide the clickable color swatch on # silos.
  • Trash context menu, Delete-key trashing, and a Trash dialog for restoring or emptying _trash.
  • Grandpa-voiced ELI5 guide for newcomers: GUIDE_EN.md / GUIDE_RU.md, linked at the top of the README.

See CHANGELOG.md for the full history.

FastPrompter v0.6.5a

Choose a tag to compare

@vacterro vacterro released this 18 Jul 13:35

FastPrompter v0.6.5a — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.6.5

Choose a tag to compare

@vacterro vacterro released this 18 Jul 02:53

FastPrompter v0.6.5 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.6.0

Choose a tag to compare

@vacterro vacterro released this 17 Jul 05:51

FastPrompter v0.6.0 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.5.3

Choose a tag to compare

@vacterro vacterro released this 17 Jul 03:41

FastPrompter v0.5.3 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.5.0

Choose a tag to compare

@vacterro vacterro released this 16 Jul 22:27

Folding — collapse code blocks and # header sections (▾ box on the line; right-click → Expand All Folds).

File container grows up — Explorer-style Icons/List/Details views; live 📁 file counter with per-type size breakdown on hover; .url links to originals (Alt+drop); Clipboard → File; configurable storage folder; text-file drops ask insert-as-text vs add-to-Files, binary drops go to Files automatically.

Day word in the date clock (Morning/Day/Evening/Night, toggleable) and an H toolbar button (= Ctrl+E).

Safety — clearing/deleting a silo moves its files to data/files/_trash/ instead of deleting them.

Full changelog: CHANGELOG.md

FastPrompter v0.4.0

Choose a tag to compare

@vacterro vacterro released this 16 Jul 17:23

FastPrompter v0.4.0 — portable single-file EXE for Windows.

Download FastPrompter.exe, run it, press Alt+X. No install, no Python, no admin rights; your data lives in a data/ folder next to the EXE.

See the commit history for what changed.

FastPrompter v0.3.1

Choose a tag to compare

@vacterro vacterro released this 10 Jul 18:17

FastPrompter v0.3.1 — portable single-file EXE for Windows.

Install

Download FastPrompter.exe below, run it, press Alt+X. No install, no Python, no admin rights. Your data lives in a data/ folder next to the EXE; daily Markdown backups go to Documents\.fastprompter\.

What's new since v0.3.0

  • Unified Scale — one knob (50 / 75 / 100 / 125 / 150%, fine-tune with Ctrl+±) now scales the whole program: fonts, buttons, sidebar, pie menu. Every step is visually distinct and text never becomes unreadable — 2K/4K friendly
  • Comprehensive help — click the ? button for every hotkey (including your own rebinds), mouse gesture, and feature
  • Ctrl+E journaling flow — headers the line (# + bold + underline + timestamp), then drops the cursor onto a fresh bullet two lines below; formatting no longer bleeds into what you type next
  • Normal Window toggle fixed — reframes instantly instead of vanishing
  • Pie menu hover is readable again; deeper undo coverage and persistence hardening throughout

Full details in the commit history.