Skip to content

Commit da4ab42

Browse files
committed
feat: changes according to 0.1.1
1 parent 30557e5 commit da4ab42

6 files changed

Lines changed: 23 additions & 24 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body:
4545
attributes:
4646
label: TypeRush version
4747
description: Run `typerush --version`.
48-
placeholder: e.g. 0.1.0
48+
placeholder: e.g. 0.1.1
4949
validations:
5050
required: true
5151

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Release
22

3-
# Triggered when a tag like v0.1.0 is pushed.
3+
# Triggered when a tag like v0.1.1 is pushed.
44
# Builds release binaries for Linux/macOS/Windows and uploads them to a GitHub Release
55
# whose body is auto-generated from the merged PRs / commits since the previous tag.
66

CHANGELOG.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,9 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
## [Unreleased]
1111

12-
### Fixed
13-
- Cursor no longer flickers / shifts the line horizontally at the end of a
14-
word. The cursor is now steady and always reserves a fixed-width slot.
15-
16-
### Added
17-
- `ARCHITECTURE.md`, `ROADMAP.md`, `CONTRIBUTING.md`, `CHANGELOG.md`.
18-
- Module-level (`//!`) and item-level (`///`) doc comments throughout the
19-
codebase.
20-
- GitHub issue & pull-request templates.
21-
- Release workflow that builds binaries for Linux / macOS / Windows on every
22-
`v*` tag.
23-
24-
### Changed
25-
- README rewritten to be more approachable. Technical content moved into
26-
dedicated docs.
27-
2812
---
2913

30-
## [0.1.0] — initial release
14+
## [0.1.1] — initial release
3115

3216
### Added
3317
- Cross-platform TUI built with `ratatui` + `crossterm`.
@@ -41,6 +25,21 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4125
- Floating `?` help overlay.
4226
- Unit tests for the matcher.
4327
- GitHub Actions CI: build + test + clippy on Linux, macOS, Windows.
28+
- `ARCHITECTURE.md`, `ROADMAP.md`, `CONTRIBUTING.md`, `CHANGELOG.md`.
29+
- Module-level (`//!`) and item-level (`///`) doc comments throughout the
30+
codebase.
31+
- GitHub issue & pull-request templates.
32+
- Release workflow that builds binaries for Linux / macOS / Windows on every
33+
`v*` tag.
34+
35+
### Fixed
36+
- Cursor no longer flickers / shifts the line horizontally at the end of a
37+
word. The cursor is now steady and always reserves a fixed-width slot.
38+
39+
### Changed
40+
- README rewritten to be more approachable. Technical content moved into
41+
dedicated docs.
42+
- Demo GIF uses absolute GitHub raw URL for correct display on crates.io.
4443

45-
[Unreleased]: https://github.com/withrvr/typerush/compare/v0.1.0...HEAD
46-
[0.1.0]: https://github.com/withrvr/typerush/releases/tag/v0.1.0
44+
[Unreleased]: https://github.com/withrvr/typerush/compare/v0.1.1...HEAD
45+
[0.1.1]: https://github.com/withrvr/typerush/releases/tag/v0.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typerush"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "In your terminal — a fast, cross-platform WPM typing trainer built with Rust"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## 👀 Preview
1818

19-
![TypeRush demo](assets/demo.gif)
19+
![TypeRush demo](https://raw.githubusercontent.com/withrvr/typerush/main/assets/demo.gif)
2020

2121
TypeRush is a beautiful, fast typing-speed trainer that runs **entirely in your terminal**.
2222
No browser. No internet. No installer. Just one tiny binary, ready in a single command.

0 commit comments

Comments
 (0)