Skip to content

Releases: lordaimer/iris

v1.3.6

30 Dec 09:59

Choose a tag to compare

What's changed

v1.3.6 updates the Chocolatey Package Update CI workflow to update version and release notes

Fixed

  • make url64bit point to static link in chocolateyinstaller.ps1 instead of /latest
  • update chocolatey update CI workflow to update version and release notes
  • add a new .png icon in assets/icon/ for Chocolatey compatibility

v1.3.1

28 Dec 20:36

Choose a tag to compare

What's Changed

v1.3.1 gates PowerShell completions install when execution policy is restrictive and adds Chocolatey package configuration and automation.

Added

  • Gate PowerShell completions install when execution policy is restrictive
  • Chocolatey package configuration and automation

v1.3.0

28 Dec 13:34

Choose a tag to compare

What's New

v1.3.0 adds support for shell completions on unix platforms.

Added

  • support for auto-install and auto-uninstall of shell completions on unix platforms
  • create shell completion file on "~/.config/iris/completions/", source it on rc files
  • uninstall: remove source line from rc files
  • support for zsh, fish, bash

Changed

  • update README.md

v1.2.0

28 Dec 10:05

Choose a tag to compare

What’s New

v1.2.0 introduces shell completion support, with automatic setup on Windows and manual generation support for other platforms.

Added

  • iris completion command for generating shell completion scripts
  • Automatic installation of shell completion on Windows (PowerShell & Git Bash)
  • Manual shell completion script generation for other OSes

Known Issues

  • Auto-install not implemented on non-Windows platforms

Full Changelog: v1.1.1...v1.2.0

v1.1.1

27 Dec 08:23

Choose a tag to compare

1.1.1 - 2025-12-27

What’s New

Initial public release with core file-sorting functionality and a config-driven workflow.

Added

  • Sort files based on their extension
  • Simple TOML configuration file support
  • Prevent sorting on protected system paths