Skip to content

Commit

Permalink
prepare 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 15, 2025
1 parent ff2ae33 commit 092925a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ members = [
"wa",
"frontends/rioterm"
]
resolver = "3"
resolver = "2"

[workspace.package]
version = "0.2.3"
version = "0.2.4"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
keywords = ["graphics", "terminal", "application"]
# Minimal stable rust version (MSRV)
rust-version = "1.84.0"
rust-version = "1.80.1"
repository = "https://github.com/raphamorim/rio"
homepage = "https://raphamorim.io/rio"
documentation = "https://github.com/raphamorim/rio#readme"
Expand Down
6 changes: 4 additions & 2 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ language: 'en'
<!-- - Fix: MacOS Delete key doesn't work in kitty mode [#513](https://github.com/raphamorim/rio/issues/513). -->
<!-- - Fix: Kitty keyboard protocol doesn't work with tmux [#599](https://github.com/raphamorim/rio/issues/599). -->

## 0.2.4 (unreleased)

- Shell integration.
- OSC 7 Escape sequences to advise the terminal of the working directory.
- OSC 133 Escape sequence to define Input, Output and Prompt zones.
- OSC 1337 Escape sequences to set user vars for tracking additional shell state.

## 0.2.4 (unreleased)

- Minimal stable rust version 1.80.1.

## 0.2.3

- Rio now allows you to configure window title through configuration via template. Possible options:
Expand Down
2 changes: 1 addition & 1 deletion misc/osx/Rio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<key>CFBundleIconFile</key>
<string>rio.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.2.3</string>
<string>0.2.4</string>
<key>CFBundleVersion</key>
<string>20230528.115631</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio-aarch64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
Language="1033"
Codepage="1252"
Version="0.2.3"
Version="0.2.4"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio-x86_64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
Language="1033"
Codepage="1252"
Version="0.2.3"
Version="0.2.4"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down

0 comments on commit 092925a

Please sign in to comment.