Skip to content

Commit eff4f00

Browse files
committed
v1.2.2
1 parent b94d6df commit eff4f00

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.1"
3+
version = "1.2.2"
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.2
4+
- **Changelog Command**: Added `flyline changelog` command to display user-facing changelogs directly in the pager.
5+
- **Upgrade Assistant**: Added `flyline upgrade` command which pre-fills the prompt line with the curl installer command.
6+
- **Installer improvements**: Streamlined `install.sh` to run non-interactively, resolving target folders automatically.
7+
38
## v1.2.1
49
- **Declarative Mouse Actions**: Re-architected mouse event processing into a declarative, context-aware routing system.
510
- **Tab Completion Latency**: Reduced visual flashing during tab completion redraws and optimized filtering latency for large lists.

0 commit comments

Comments
 (0)