Skip to content

Commit

Permalink
prepare to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jul 21, 2023
1 parent 0b3fb1c commit 8aa98fa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## In progress

- TBD

## 0.0.13

- Fix Fuzzy Finder issue ([#132](https://github.com/raphamorim/rio/issues/132)).
- Introduce Copa (Alacritty's VTE forked version to introduce new sequences/instructions in next versions).
- Upgraded Winit to 0.29.0-beta.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.12"
version = "0.0.13"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img id="logo" width="200" src="assets/logo.png" />
<h1>Rio Term</h1>
</div>
<div class="block">Current version: 0.0.12</div>
<div class="block">Current version: 0.0.13</div>
<div class="block"><a href="/rio/install">Download for:</a>
{% include links.html %}
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Rio is avaible for [MacOS](#macos), [Linux](#linux), [Windows](#windows) and bro

You can download Rio terminal application for macOS platform:

- [Download macOS - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-v0.0.12.dmg)
- [Download macOS - v0.0.13](https://github.com/raphamorim/rio/releases/download/v0.0.13/Rio-v0.0.13.dmg)

Alternatively you can install Rio through [Homebrew](https://brew.sh/)

Expand Down Expand Up @@ -92,8 +92,8 @@ Note: Rio is only available for Windows 10 or later.

Prebuilt binaries for Windows:

-[Download Microsoft Windows Installer - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-installer.msi)
-[Download Rio Portable - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-portable.exe)
-[Download Microsoft Windows Installer - v0.0.13](https://github.com/raphamorim/rio/releases/download/v0.0.13/Rio-installer.msi)
-[Download Rio Portable - v0.0.13](https://github.com/raphamorim/rio/releases/download/v0.0.13/Rio-portable.exe)

There's a few things to note about the installer and the portable version:

Expand All @@ -120,7 +120,7 @@ To make Windows utilize a GPU for a specific application through Windows display

### WebAssembly

TBD in the version v0.0.12.
TBD in the version v0.0.13.

<br/>

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 @@ -102,7 +102,7 @@
<!-- <string>Rio-canary.icns</string> -->
<string>Rio-stable.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.0.12</string>
<string>0.0.13</string>
<key>CFBundleVersion</key>
<string>20230528.115631</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio.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.0.12"
Version="0.0.13"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down

0 comments on commit 8aa98fa

Please sign in to comment.