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

## [Unreleased]

## [0.14.0](https://github.com/instantOS/instantCLI/compare/v0.13.37...v0.14.0) - 2026-06-14

### Fixed

- fix pretty config
- fix ugly settings serialization
- fix file previews with huge path lengths
- fix buggy yazi/recommendation picker

### Other

- bump
- add better examples
- update docs
- add example capability
- add ins game snapshots command
- dedupe
- alias game sync

## [0.13.37](https://github.com/instantOS/instantCLI/compare/v0.13.36...v0.13.37) - 2026-06-06

### 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.

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.37
pkgver = 0.14.0
pkgrel = 1
url = https://instantos.io
arch = x86_64
Expand All @@ -16,7 +16,7 @@ pkgbase = ins
optdepends = ntfsprogs: for NTFS partition resize detection (dual-boot)
optdepends = ntfs-3g: for mounting Windows NTFS partitions (dual-boot)
options = !lto
source = ins-0.13.37.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.37.tar.gz
source = ins-0.14.0.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.14.0.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.37
pkgver=0.14.0
pkgrel=1
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
arch=('x86_64')
Expand Down
Loading