- Fix: Rio doesn't launch from context menu on Windows.
- Fix: Rio lacks embedded icon on Windows 10 by @christianjann.
- Fix custom shells in /usr/local/bin not found on macOS: Fixed an issue where custom shells installed in
/usr/local/bin
were not found when Rio was launched from Finder or other GUI applications- On macOS, Rio now uses
/usr/bin/login
to spawn shells, ensuring proper login shell environment with full PATH - Custom shells like Fish, Nushell, or custom Zsh installations in
/usr/local/bin
will now work correctly
- On macOS, Rio now uses
Changelog
- 018afe9 fix lint
- cc9c25c prepare 0.2.25
- 13c7185 Add embedded icon for Windows
- 915ef1e fix working-dir parameter for windows (closes #1239)
- 06dc3e1 update README
- b00e893 update releases
- 02c836e use login shell for macos
- 274974e flake.lock: Update
- e19ef8c Apply fixes suggested by clippy
- 1763fa8 update flatpak metainfo