Skip to content

Commit 7a0cd32

Browse files
chore(release): prepare v1.5.0
1 parent 840965b commit 7a0cd32

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.0] - 2026-05-14
11+
1012
### Added
1113

1214
- Added a configurable `z` shortcut for jumping to directories with `zoxide query -i`, excluding the current directory from the picker and reporting missing zoxide, empty history, or history containing only the current directory clearly. ([#103])
@@ -124,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124126
- Trash and restore support for safer file management workflows.
125127
- Optional external-tool integrations such as Poppler, ffmpeg, ffprobe, resvg, and 7-Zip for richer previews and metadata.
126128

127-
[Unreleased]: https://github.com/elio-fm/elio/compare/v1.4.0...HEAD
129+
[Unreleased]: https://github.com/elio-fm/elio/compare/v1.5.0...HEAD
130+
[1.5.0]: https://github.com/elio-fm/elio/compare/v1.4.0...v1.5.0
128131
[1.4.0]: https://github.com/elio-fm/elio/compare/v1.3.0...v1.4.0
129132
[1.3.0]: https://github.com/elio-fm/elio/compare/v1.2.0...v1.3.0
130133
[1.2.0]: https://github.com/elio-fm/elio/compare/v1.1.0...v1.2.0

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 = "elio"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
edition = "2024"
55
rust-version = "1.93"
66
description = "Snappy, batteries-included terminal file manager with rich previews, inline images, bulk actions, and trash support."

packaging/fedora/elio.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%bcond_with check
2-
%global fallback_version 1.4.0
2+
%global fallback_version 1.5.0
33
%global fallback_release 1
44

55
Name: elio
@@ -44,6 +44,13 @@ install -Dpm0755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name}
4444
%{_bindir}/elio
4545

4646
%changelog
47+
* Thu May 14 2026 Miguel Regueiro <miguelpr4242@gmail.com> - 1.5.0-1
48+
- Add zoxide directory jumps
49+
- Add transparent theme color values and chip text palette control
50+
- Improve image previews inside tmux with automatic passthrough setup and expanded Sixel, iTerm inline, and Kitty direct-placement handling
51+
- Fix Windows Terminal Sixel preview sizing on WSL
52+
- Improve bundled light-theme chip contrast
53+
4754
* Sun May 03 2026 Miguel Regueiro <miguelpr4242@gmail.com> - 1.4.0-1
4855
- Add startup directory argument
4956
- Add keyboard preview scrolling and updated preview controls

0 commit comments

Comments
 (0)