Releases: sekihan02/Clip_Pocket
Releases · sekihan02/Clip_Pocket
Clip Pocket 0.5.3
Bug fix
- fixes a startup crash where the UI applied language strings before the platform host was initialized
- adds a regression test for status-key lookup during early UI initialization
Validation
- 77 tests OK
py_compileOKuv run --extra build python tools/build_exe.py --cleanOK through Windows uv.exe- built
dist/windows/ClipPocket/ClipPocket.exe - smoke-started the built executable without the initialization traceback
Clip Pocket 0.5.2
Highlights
- adds cross-platform host selection so Windows keeps the resident workflow while macOS and Linux can run with the polling host
- adapts the desktop UI and startup actions to host capabilities instead of assuming Win32-only behavior
- documents the new platform support matrix and current packaging expectations
Validation
- 76 tests OK
py_compileOK- Windows PyInstaller one-folder build OK
Clip Pocket 0.5.1
Highlights
- Refined the work-tray export flow with grouped
Selected snippets/Current sessionmenus and addedCopy selected as Markdown note. - Improved Markdown note and GitHub issue draft output so exported text is easier to edit right away.
- Split more responsibilities out of
ui.pyandwin32_host.pyinto dedicated modules for styling, settings-dialog construction, Win32 input tracking, tray helpers, and export action metadata.
Validation
python -m unittest discover -s tests -vpython -m py_compile src/clip_pocket/*.py tools/build_exe.py
Clip Pocket 0.5.0
Highlights
- Repositioned Clip Pocket as a small text staging tray for copied snippets instead of a general clipboard-history tool.
- Added export actions for selected snippets and the current session: plain-text note, Markdown list, quote block, code block, Markdown note, and GitHub issue draft.
- Split core responsibilities further with dedicated modules for export formatting, host protocol boundaries, single-instance handling, and reusable UI widgets.
- Refreshed the screenshot and README guidance to match the new workflow.
Validation
python -m unittest discover -s tests -vpython -m py_compile src/clip_pocket/*.py tools/build_exe.py
Clip Pocket 0.2.1
Clip Pocket 0.2.1 is a bug-fix and documentation polish release.
Fixes and improvements:
- Brings the main window to the front when opened with Ctrl double-tap or the tray icon.
- Keeps the main window inside the current monitor work area and avoids instant auto-hide after opening.
- Refreshes duplicate copied text even when the same text is copied consecutively.
- Suppresses only Clip Pocket's own restore-to-clipboard update.
- Clarifies README usage text so users know to double-click an item, then paste with Ctrl+V.
- Adds README badges and a CI workflow.
- Updates architecture and OSS-readiness docs that still described pre-release state.
- Renames the keep-open control to
Keep window open/ウィンドウを固定.
Assets:
ClipPocket-0.2.1-windows-x64.zip- prebuilt Windows executable bundle.ClipPocket-0.2.1-source.zip- source snapshot for this release.
Clip Pocket 0.2.0
Clip Pocket 0.2.0 focuses on public-readiness, documentation, and small resident-app reliability improvements.
Highlights:
- Adds a README screenshot of the main window.
- Adds uninstall instructions, privacy details, known limitations, and troubleshooting notes in English and Japanese.
- Shows monitoring state in the main window.
- Clarifies restored-item behavior: restore to clipboard, then paste with Ctrl+V.
- Makes settings apply more consistently before mutating in-memory app state.
- Adds rotating diagnostic logs under
%LOCALAPPDATA%\ClipPocket. - Adds retry behavior for showing an already-running instance.
- Checks Win32 window class registration failures.
- Keeps release source and Windows build assets aligned with tag
0.2.0.
Assets:
ClipPocket-0.2.0-windows-x64.zip- prebuilt Windows executable bundle.ClipPocket-0.2.0-source.zip- source snapshot for this release.
Clip Pocket 0.1.0
Initial public release of Clip Pocket.
Clip Pocket is a small resident Windows app for temporarily keeping copied text and restoring selected items to the clipboard.
Highlights:
- Watches copied text while running in the notification area.
- Opens with Ctrl double-tap, the notification-area icon, or the main executable when already running.
- Restores selected items to the clipboard without automatically pasting.
- Keeps history in memory only.
- Lets monitoring be paused and resumed from the notification-area menu.
- Supports English and Japanese UI.
- Provides configurable retention period and maximum item count.
- Ignores very large copied text and keeps the total in-memory text size bounded.
- Includes a Windows x64 one-folder build.
Assets:
ClipPocket-0.1.0-windows-x64.zip— prebuilt Windows executable bundle.ClipPocket-0.1.0-source.zip— source snapshot for this release.