From 8aa98faf6482a829690b552361979270f5b305a7 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Fri, 21 Jul 2023 13:36:02 +0200 Subject: [PATCH] prepare to 0.0.13 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- docs/_layouts/home.html | 2 +- docs/install/index.md | 8 ++++---- misc/osx/Rio.app/Contents/Info.plist | 2 +- misc/windows/rio.wxs | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bd320366..11314a7691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index ed2c9e4ebc..7c5c615590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.12" +version = "0.0.13" authors = ["Raphael Amorim "] edition = "2021" license = "MIT" diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 531aa21af5..7661f64780 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -8,7 +8,7 @@

Rio Term

-
Current version: 0.0.12
+
Current version: 0.0.13
Download for: {% include links.html %}
diff --git a/docs/install/index.md b/docs/install/index.md index 75a9fb7f47..e196f44473 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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/) @@ -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: @@ -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.
diff --git a/misc/osx/Rio.app/Contents/Info.plist b/misc/osx/Rio.app/Contents/Info.plist index 5b629028ad..233d2abe3e 100644 --- a/misc/osx/Rio.app/Contents/Info.plist +++ b/misc/osx/Rio.app/Contents/Info.plist @@ -102,7 +102,7 @@ Rio-stable.icns CFBundleShortVersionString - 0.0.12 + 0.0.13 CFBundleVersion 20230528.115631 CFBundleURLTypes diff --git a/misc/windows/rio.wxs b/misc/windows/rio.wxs index b98f958593..4a69a7239f 100644 --- a/misc/windows/rio.wxs +++ b/misc/windows/rio.wxs @@ -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">