diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b2da3d..b27418ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- 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 diff --git a/Cargo.lock b/Cargo.lock index cdd4d1f0..55161b8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,7 +2122,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.14.6" +version = "0.14.7" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b61d7c1e..52913931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/pkgbuild/ins/.SRCINFO b/pkgbuild/ins/.SRCINFO index eae7417b..8c073b6b 100644 --- a/pkgbuild/ins/.SRCINFO +++ b/pkgbuild/ins/.SRCINFO @@ -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 @@ -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 diff --git a/pkgbuild/ins/PKGBUILD b/pkgbuild/ins/PKGBUILD index 41df76bb..50c4884e 100644 --- a/pkgbuild/ins/PKGBUILD +++ b/pkgbuild/ins/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: paperbenni 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')