Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2026-03-10

### Fixed

- Publish crates.io release with the correct crate version after the `v0.4.0` GitHub release

## [0.4.0] - 2026-03-10

### Added
Expand Down Expand Up @@ -86,7 +92,8 @@ This is the initial release of excel-cli, a lightweight terminal-based Excel vie
- Copy, cut, and paste functionality with `y`, `d`, and `p` keys
- Support for pipe operator when exporting to JSON

[Unreleased]: https://github.com/fuhan666/excel-cli/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/fuhan666/excel-cli/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/fuhan666/excel-cli/releases/tag/v0.4.1
[0.4.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.4.0
[0.3.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.3.0
[0.2.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "excel-cli"
version = "0.3.0"
version = "0.4.1"
edition = "2021"
description = "A lightweight terminal-based Excel viewer with Vim-like navigation for viewing, editing, and exporting Excel data to JSON format."
license = "MIT"
repository = "https://github.com/fuhan666/excel-cli"
keywords = ["Excel", "Excel-export", "Excel-json", "calamine", "ratatui"]
categories = ["command-line-utilities", "development-tools", "data-structures", "parsing"]
exclude = ["/.github", "CHANGELOG.md", ".gitignore"]
exclude = ["/.github", "AGENTS.md", "CHANGELOG.md", ".gitignore"]

[dependencies]
ratatui = "0.24.0"
Expand All @@ -26,4 +26,4 @@ tui-textarea = "0.4.0"
opt-level = 3
lto = true
codegen-units = 1
strip = true
strip = true