diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6e060cb9..9d88526d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## In progress +- TBD + +## 0.0.20 + - Fix cursor disappearing in the first tab whenever a new tab is created with NativeTab. - Fix settings for NativeTabs. - New docs. @@ -14,7 +18,7 @@ - Enable CPU-specific optimizations on aarch64-apple-darwin (Ref: https://github.com/raphamorim/rio/pull/235). - Use release profile with optimization level as 3 (Ref: https://github.com/raphamorim/rio/pull/236). - Use fixed dependency versions in sugarloaf -- Added split support along with the following actions `SplitVertically`, `SplitHorizontally` and `ClosePane`. +- Added split support along with the following actions `SplitVertically`, `SplitHorizontally` and `ClosePane` (support to split is still not available). ## 0.0.19 diff --git a/Cargo.toml b/Cargo.toml index 0069e73f82..149b1f3f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.19" +version = "0.0.20" authors = ["Raphael Amorim "] edition = "2021" license = "MIT" @@ -26,12 +26,12 @@ documentation = "https://github.com/raphamorim/rio#readme" # Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations # Sugarloaf example uses path when used locally, but uses # version from crates.io when published. -sugarloaf = { path = "sugarloaf", version = "0.0.19" } -corcovado = { path = "corcovado", version = "0.0.19" } -rio-config = { path = "rio-config", version = "0.0.19" } -rio-proc-macros = { path = "rio-proc-macros", version = "0.0.19" } -copa = { path = "copa", default-features = true, version = "0.0.19" } -teletypewriter = { path = "teletypewriter", version = "0.0.19" } +sugarloaf = { path = "sugarloaf", version = "0.0.20" } +corcovado = { path = "corcovado", version = "0.0.20" } +rio-config = { path = "rio-config", version = "0.0.20" } +rio-proc-macros = { path = "rio-proc-macros", version = "0.0.20" } +copa = { path = "copa", default-features = true, version = "0.0.20" } +teletypewriter = { path = "teletypewriter", version = "0.0.20" } bytemuck = { version = "1.13.1", features = [ "derive" ] } log = "0.4.19" diff --git a/Makefile b/Makefile index 6b75dbbc87..19861be89e 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,6 @@ update-version: find CHANGELOG.md -type f -exec sed -i '' 's/In progress/In progress\n\n- TBD\n\n## $(new-version)/g' {} \; find $(BUILD_MISC_DIR)/windows/rio.wxs -type f -exec sed -i '' 's/$(old-version)/$(new-version)/g' {} \; find $(APP_TEMPLATE)/Contents/Info.plist -type f -exec sed -i '' 's/$(old-version)/$(new-version)/g' {} \; - find $(DOCS_DIR)/_config.yml -type f -exec sed -i '' 's/$(old-version)/$(new-version)/g' {} \; release-macos-dmg: # Using https://www.npmjs.com/package/create-dmg diff --git a/misc/osx/Rio.app/Contents/Info.plist b/misc/osx/Rio.app/Contents/Info.plist index 3950581738..8953a31384 100644 --- a/misc/osx/Rio.app/Contents/Info.plist +++ b/misc/osx/Rio.app/Contents/Info.plist @@ -101,7 +101,7 @@ CFBundleIconFile rio.icns CFBundleShortVersionString - 0.0.19 + 0.0.20 CFBundleVersion 20230528.115631 CFBundleURLTypes diff --git a/misc/windows/rio.wxs b/misc/windows/rio.wxs index ac422eac71..771544c1c8 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.19" + Version="0.0.20" Manufacturer="Raphael Amorim" InstallerVersion="200">