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

## [Unreleased]

## [0.14.7](https://github.com/instantOS/instantCLI/compare/v0.14.6...v0.14.7) - 2026-07-26

### Added

- init ins clipboard

### Fixed

- fix clip mismatch error
- fix clipmenu target thingy
- fix instantWM scratchpad sizing
- fix daemon installation
- fix instantWM integration

### Other

- enhance ins clip performance
- init ins clip settings menu
- make ins clip preview use preview builder, and do syntax highlighting
- init better ins clipboard previews
- add package installed status to preview
- cleaner TUI UX
- TUI fixes
- improve ins notify TUI
- more ins notify features
- ins notifiy fixes

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Fix the typo in “notifiy”.

Change this entry to ins notify fixes.

🧰 Tools
🪛 LanguageTool

[grammar] ~35-~35: Ensure spelling is correct
Context: ...fy TUI - more ins notify features - ins notifiy fixes - init ins notify feature - Merge...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 35, Correct the typo in the changelog entry by changing
“ins notifiy fixes” to “ins notify fixes,” preserving the rest of the entry
unchanged.

Source: Linters/SAST tools

- init ins notify feature
- Merge branch 'dev' of github.com:instantOS/instantCLI into dev

## [0.14.6](https://github.com/instantOS/instantCLI/compare/v0.14.5...v0.14.6) - 2026-07-20

### Fixed
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.6"
version = "0.14.7"
edition = "2024"
description = "Instant CLI - command-line utilities"
license = "GPL-2.0-only"
Expand Down
4 changes: 2 additions & 2 deletions pkgbuild/ins/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ins
pkgdesc = A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations
pkgver = 0.14.6
pkgver = 0.14.7
pkgrel = 1
url = https://instantos.io
arch = x86_64
Expand Down Expand Up @@ -30,7 +30,7 @@ pkgbase = ins
replaces = instantupdate
replaces = instantwelcome
options = !lto
source = ins-0.14.6.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.14.6.tar.gz
source = ins-0.14.7.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.14.7.tar.gz
sha256sums = SKIP

pkgname = ins
2 changes: 1 addition & 1 deletion pkgbuild/ins/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: paperbenni <paperbenni@gmail.com>
pkgname=ins
pkgver=0.14.6
pkgver=0.14.7
pkgrel=1
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
arch=('x86_64')
Expand Down
Loading