From 14d64272cc5f4f71db0303a2db7b0d9561070cfc Mon Sep 17 00:00:00 2001 From: paperbenni Date: Thu, 2 Apr 2026 03:45:43 +0200 Subject: [PATCH 1/2] chore: release v0.13.18 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94043f80..d776a178 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.13.18](https://github.com/instantOS/instantCLI/compare/v0.13.17...v0.13.18) - 2026-04-02 + +### Fixed + +- fix duplicate entry +- fix keys + +### Other + +- dedupe fzf builder +- refactor fzf builder +- refactor keyboard +- better `ins game` ux +- remove dead code +- improve streaming and fzf api +- proper streaming preview +- add preview cache +- cleaner streaming model +- cleaner streaming API +- add prefilled streaming option +- better add UX +- more interactive game adding experience +- add cache to `ins game discover` +- file size tiebreaker +- better userId expansion +- unify more wine streaming +- make wine discovery streaming +- init wine discovery + ## [0.13.17](https://github.com/instantOS/instantCLI/compare/v0.13.16...v0.13.17) - 2026-04-01 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 22dfb381..4bb62240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,7 +1194,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.13.17" +version = "0.13.18" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e3b5635e..2fb5a862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.13.17" +version = "0.13.18" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only" From 01a2c0eb5af59d2240537426938814c9c218b60b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Apr 2026 05:08:14 +0000 Subject: [PATCH 2/2] chore: sync PKGBUILD version --- pkgbuild/ins/.SRCINFO | 4 ++-- pkgbuild/ins/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgbuild/ins/.SRCINFO b/pkgbuild/ins/.SRCINFO index 242974aa..4018e65f 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.17 + pkgver = 0.13.18 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.17.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.17.tar.gz + source = ins-0.13.18.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.18.tar.gz sha256sums = SKIP pkgname = ins diff --git a/pkgbuild/ins/PKGBUILD b/pkgbuild/ins/PKGBUILD index 3d5fb504..b69c45e0 100644 --- a/pkgbuild/ins/PKGBUILD +++ b/pkgbuild/ins/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: paperbenni pkgname=ins -pkgver=0.13.17 +pkgver=0.13.18 pkgrel=1 pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations" arch=('x86_64')