Skip to content

Commit 3069da3

Browse files
committed
prepare 0.1.16
1 parent 1a65dd6 commit 3069da3

File tree

5 files changed

+29
-25
lines changed

5 files changed

+29
-25
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

1515
[workspace.package]
16-
version = "0.1.15"
16+
version = "0.1.16"
1717
authors = ["Raphael Amorim <[email protected]>"]
1818
edition = "2021"
1919
license = "MIT"
@@ -27,13 +27,13 @@ documentation = "https://github.com/raphamorim/rio#readme"
2727
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2828
# Sugarloaf example uses path when used locally, but uses
2929
# version from crates.io when published.
30-
sugarloaf = { path = "sugarloaf", version = "0.1.15" }
31-
corcovado = { path = "corcovado", version = "0.1.15" }
32-
rio-config = { path = "rio-config", version = "0.1.15" }
33-
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.15" }
34-
teletypewriter = { path = "teletypewriter", version = "0.1.15" }
35-
rio-backend = { path = "rio-backend", version = "0.1.15" }
36-
rio-window = { path = "rio-window", version = "0.1.15", default-features = false }
30+
sugarloaf = { path = "sugarloaf", version = "0.1.16" }
31+
corcovado = { path = "corcovado", version = "0.1.16" }
32+
rio-config = { path = "rio-config", version = "0.1.16" }
33+
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.16" }
34+
teletypewriter = { path = "teletypewriter", version = "0.1.16" }
35+
rio-backend = { path = "rio-backend", version = "0.1.16" }
36+
rio-window = { path = "rio-window", version = "0.1.16", default-features = false }
3737
wa = { path = "wa", version = "0.1.7" }
3838

3939
# Own dependencies

docs/docs/releases.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ language: 'en'
77

88
## Unreleased
99

10-
- Support auto bold for fonts.
11-
- Support auto italic for fonts.
10+
<!-- - Fix: MacOS Delete key doesn't work in kitty mode [#513](https://github.com/raphamorim/rio/issues/513). -->
11+
<!-- - Fix: Kitty keyboard protocol doesn't work with tmux [#599](https://github.com/raphamorim/rio/issues/599). -->
12+
13+
## 0.1.16
14+
15+
- Support auto bold on fonts.
16+
- Support auto italic on fonts.
17+
- Reduced default regular weight to 300 instead of 400.
1218
- MacOS: Add dock menu.
1319
- MacOS: Add Shell and Edit menu.
1420
- MacOS: Support to native modal that asks if wants to close app.
15-
16-
<!-- - Fix: MacOS Delete key doesn't work in kitty mode [#513](https://github.com/raphamorim/rio/issues/513). -->
17-
<!-- - Fix: Kitty keyboard protocol doesn't work with tmux [#599](https://github.com/raphamorim/rio/issues/599). -->
21+
- MacOS: Fix `confirm-before-quit` property.
1822

1923
## 0.1.15
2024

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<key>CFBundleIconFile</key>
8686
<string>rio.icns</string>
8787
<key>CFBundleShortVersionString</key>
88-
<string>0.1.15</string>
88+
<string>0.1.16</string>
8989
<key>CFBundleVersion</key>
9090
<string>20230528.115631</string>
9191
<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.1.15"
7+
Version="0.1.16"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

0 commit comments

Comments
 (0)