Skip to content

Commit eadf2ef

Browse files
committed
v1.2.3
1 parent 6fca97e commit eadf2ef

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flyline"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
edition = "2024"
55

66

src/changelog.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pub(crate) const CHANGELOG: &str = r#"# Changelog
22
3+
## v1.2.3
4+
- **Thread Safety**: Added `BASH_LOCK` to prevent concurrency crashes when accessing Bash FFI from background threads.
5+
- **Log Forwarding**: Pipes tab-completion child logs back to the parent to prevent double-logging and preserve trails.
6+
- **Fuzzy Mode**: Added `flyline suggestions set-fuzzy-mode` (`all`, `none`, `folder-prefixes`) for folder prefix matching.
7+
38
## v1.2.2
49
- **Changelog Command**: Added `flyline changelog` command to display user-facing changelogs directly in the pager.
510
- **Upgrade Assistant**: Added `flyline upgrade` command which pre-fills the prompt line with the curl installer command.

0 commit comments

Comments
 (0)