diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a341d3..94043f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.17](https://github.com/instantOS/instantCLI/compare/v0.13.16...v0.13.17) - 2026-04-01 + +### Fixed + +- fix CI again +- fix release-plz +- fix glob +- fix streaming fzf input +- fix ticks +- fix steam +- fix instantwm detection +- fix instantwm scratchpad +- fix instantwm wayland scratchpad +- fix? +- fix changelog + +### Other + +- fmt +- add faugus as source +- better streaming +- better scan prefix +- dedupe shiat +- better progress bar +- more speed ups +- rename add to steam +- speed up ludusavi +- steam discovery +- add filter option for discover +- make epic scanner use ludusavi +- init ludusavi scanner +- test discover +- async game discovery +- init epic games +- better instantWM json integration +- check for corrupted zsh files +- add x11 support to display settings +- add instantwmctl pointer settings +- more instantwm scratchpad improvements +- add compositor to ins arch info +- faster compositor detection +- proper instantwm detection +- instantwm wallpaper support +- instantwm wl keyboard layout support +- new instantWM integration +- doctor keyword +- update release-plz to use self-hosted +- Merge branch 'main' into dev + ## [0.13.16](https://github.com/instantOS/instantCLI/compare/v0.13.15...v0.13.16) - 2026-02-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index c068dd79..8aa305e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.13.16" +version = "0.13.17" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index df718238..62a586eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.13.16" +version = "0.13.17" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only" diff --git a/pkgbuild/ins/.SRCINFO b/pkgbuild/ins/.SRCINFO index 4b1c70ad..242974aa 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.13.16 + pkgver = 0.13.17 pkgrel = 1 url = https://instantos.io arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = ins optdepends = restic: for backup functionality optdepends = kitty: default terminal for scratchpad options = !lto - source = ins-0.13.16.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.16.tar.gz + source = ins-0.13.17.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.17.tar.gz sha256sums = SKIP pkgname = ins diff --git a/pkgbuild/ins/PKGBUILD b/pkgbuild/ins/PKGBUILD index abaef201..3d5fb504 100644 --- a/pkgbuild/ins/PKGBUILD +++ b/pkgbuild/ins/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: paperbenni pkgname=ins -pkgver=0.13.16 +pkgver=0.13.17 pkgrel=1 pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations" arch=('x86_64')