Skip to content

Commit 8aa98fa

Browse files
committed
prepare to 0.0.13
1 parent 0b3fb1c commit 8aa98fa

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## In progress
44

5+
- TBD
6+
7+
## 0.0.13
8+
59
- Fix Fuzzy Finder issue ([#132](https://github.com/raphamorim/rio/issues/132)).
610
- Introduce Copa (Alacritty's VTE forked version to introduce new sequences/instructions in next versions).
711
- Upgraded Winit to 0.29.0-beta.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.0.12"
16+
version = "0.0.13"
1717
authors = ["Raphael Amorim <[email protected]>"]
1818
edition = "2021"
1919
license = "MIT"

docs/_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img id="logo" width="200" src="assets/logo.png" />
99
<h1>Rio Term</h1>
1010
</div>
11-
<div class="block">Current version: 0.0.12</div>
11+
<div class="block">Current version: 0.0.13</div>
1212
<div class="block"><a href="/rio/install">Download for:</a>
1313
{% include links.html %}
1414
</div>

docs/install/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Rio is avaible for [MacOS](#macos), [Linux](#linux), [Windows](#windows) and bro
5252

5353
You can download Rio terminal application for macOS platform:
5454

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

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

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

9393
Prebuilt binaries for Windows:
9494

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

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

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

121121
### WebAssembly
122122

123-
TBD in the version v0.0.12.
123+
TBD in the version v0.0.13.
124124

125125
<br/>
126126

misc/osx/Rio.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<!-- <string>Rio-canary.icns</string> -->
103103
<string>Rio-stable.icns</string>
104104
<key>CFBundleShortVersionString</key>
105-
<string>0.0.12</string>
105+
<string>0.0.13</string>
106106
<key>CFBundleVersion</key>
107107
<string>20230528.115631</string>
108108
<key>CFBundleURLTypes</key>

misc/windows/rio.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
55
Language="1033"
66
Codepage="1252"
7-
Version="0.0.12"
7+
Version="0.0.13"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

0 commit comments

Comments
 (0)