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
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Clean up ambiguous/informal changelog bullets before publishing.

A few entries are unclear or unprofessional for user-facing release notes (fix?, dedupe shiat) and one brand name should be capitalized (Epic Games). Please normalize these bullets to clear, release-grade phrasing.

Also applies to: 32-32, 43-43

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 23, Replace ambiguous/informal changelog bullets:
change the literal "fix?" entry to a clear, actionable release note describing
what was fixed (e.g., "Fix: <brief description of bug or behavior>"), replace
"dedupe shiat" with a professional phrase like "Deduplicate erroneous/duplicate
entries" or "Remove duplicate entries", and capitalize the brand name "Epic
Games" where it appears; apply the same normalization to the other occurrences
of these exact strings in the file so all user-facing bullets read as clear,
release-grade phrases.

- 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
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.13.16"
version = "0.13.17"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Use the release/package workflow instead of editing crate version directly.

The version bump is directly edited in Cargo.toml, which conflicts with the repo rule for this file pattern. Please generate/update version metadata via the configured package/release tooling (e.g., release-plz/cargo workflow), not by manual edit.

As per coding guidelines: "**/Cargo.toml: Use package managers for dependencies; do not hand-edit Cargo.toml versions."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@Cargo.toml` at line 3, You manually edited the crate version line (version =
"0.13.17") in Cargo.toml; revert that change and do not hand-edit the version
field—use the repository's release/package tooling (e.g., the configured
release-plz or cargo release workflow) to generate/update package version
metadata so the version is updated via the automated release process rather than
direct edits to Cargo.toml.

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.13.16
pkgver = 0.13.17
pkgrel = 1
url = https://instantos.io
arch = x86_64
Expand All @@ -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
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.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')
Expand Down
Loading