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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.3](https://github.com/instantOS/instantCLI/compare/v0.14.2...v0.14.3) - 2026-06-29

### Fixed

- fix home dir on bazzite

### Other

- fmt
- add ssh menu
- Merge branch 'dev' of github.com:instantOS/instantCLI into dev
- doc choose

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Clarify or correct the phrase "doc choose," which currently reads as ambiguous and possibly a typo.

The bullet point "doc choose" is unclear and likely a typo or truncated phrase. Please reword it to clearly describe the documentation-related change so readers can understand the entry quickly.

Suggested implementation:

- clarify documentation for the "choose" feature

If "choose" refers to a specific command, menu, or module (e.g. instant choose, "choose menu"), you may want to make this even more explicit, such as:

  • "update documentation for the instant choose command"
    or
  • "update documentation for the choose menu"
    to better match your project's terminology.


## [0.14.2](https://github.com/instantOS/instantCLI/compare/v0.14.1...v0.14.2) - 2026-06-23

### Other
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ins"
version = "0.14.2"
version = "0.14.3"
edition = "2024"
description = "Instant CLI - command-line utilities"
license = "GPL-2.0-only"
Expand Down
Loading