Releases: r4sky0/apick
Release list
v0.0.2
v0.0.2 (2026-02-08)
This release is published under the MIT License.
Bug Fixes
- Detect JSON responses by parsing body instead of content-type (
11a1761)
Build System
- deps: Bump python-semantic-release/publish-action from 9 to 10 (
42c706a)
Bumps python-semantic-release/publish-action from 9 to 10.
updated-dependencies:
- dependency-name: python-semantic-release/publish-action dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
Detailed Changes: v0.0.1...v0.0.2
v0.0.1
v0.0.1 (2026-02-06)
This release is published under the MIT License.
Bug Fixes
-
Extract border label and fix formatting (
ed68362) -
Sync version to 0.0.1 and fix release workflow (
fb42191)
The semantic-release version-bump commit was lost because it wasn't in the local history when subsequent commits were pushed. Fix by passing token to checkout (so the push uses the right credentials), adding publish-action step for GitHub releases, and restoring version to match the existing v0.0.1 tag.
Build System
- Add Dependabot configuration file (
8c74469)
Configured Dependabot for weekly updates.
Code Style
- Polish fzf pickers with color scheme, ghost text, and separators (
ce3325b)
Add shared FZF_COLOR theme and _fzf_base_args helper to unify styling across endpoint and history pickers. Adds highlight-line, ghost text placeholders, inline-right info, preview labels, and dim separators between detail sections.
-
Polish fzf UI with border, pointer, and cleaner search (
cd571c0) -
Add --nth/--with-nth to hide internal index from display and search
-
Add rounded border with labels for endpoint picker and history
-
Use ▶ pointer instead of default cursor
-
Regenerate demo GIF
Continuous Integration
- Add workflow_dispatch trigger to release workflow (
5310150)
Documentation
-
Add terminal demo GIF and VHS tape (
e37b8da) -
Fix Python version requirement (
6b808a0) -
Regenerate demo GIF with polished fzf layout (
38e5790)
Refactoring
- Replace requests with httpx (
3b5541c)
Swap the HTTP client from requests to httpx for a lighter dependency footprint. Update README to highlight the lightweight design.