Skip to content

Commit 687bfcc

Browse files
nrjdalalclaude
andcommitted
chore: release v5.3.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39af955 commit 687bfcc

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v5.3.0 (2026-03-22)
4+
5+
- **File preview** - press enter on a file to view its content with line numbers and cursor navigation
6+
- **Syntax highlighting** - 38 languages via vendored `@speed-highlight/core` (zero runtime deps)
7+
- File sizes shown right-aligned in tree view (files and folders)
8+
- Full file path shown in preview header
9+
- Enter on symlink-to-folder jumps cursor to target and expands ancestors
10+
- Relative symlink paths resolved correctly for preview and selection
11+
- Ctrl-C works in preview mode
12+
- Terminal resize handled correctly in preview mode
13+
- ANSI-aware line truncation prevents color bleed
14+
315
## v5.2.0 (2026-03-22)
416

517
- Symlinks counted separately and shown in yellow in footer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
**Now with Interactive Mode.** Browse any repo right in your terminal. See every file, pick what you want, skip what you don't. Just `gitpick owner/repo -i` and you're in. No more guessing paths.
1313

14-
📦 `Zero dependencies` / `Un/packed (~63/24kb)` / `Faster and more features` yet drop-in replacement for `degit`
14+
📦 `Zero dependencies` / `Un/packed (~64/24kb)` / `Faster and more features` yet drop-in replacement for `degit`
1515

1616
> #### Just `copy-and-paste` any GitHub, GitLab or Bitbucket URL - no editing required (shorthands work too) - to clone individual files, folders, branches, commits, raw content or even entire repositories without the `.git` directory.
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitpick",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Clone exactly what you need aka straightforward project scaffolding!",
55
"keywords": [
66
"clone",

0 commit comments

Comments
 (0)