Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## [0.2.5]
## [0.2.6]

### 🐛 Bug Fixes

- *(tui)* Allow concurrent standalone tasks (#37)

### 🚜 Refactor

- *(tui)* Extract mode renderers and preserve viewport (#34)
- *(tui)* Separate content cache preparation (#36)

### ⚡ Performance

- *(tui)* Batch and reuse syntax highlights (#35)
## [v0.2.5]

### 🚀 Features

Expand Down Expand Up @@ -29,6 +43,7 @@

- *(release)* Bump version to 0.2.3 (#23)
- *(release)* Bump version to 0.2.4 (#28)
- *(release)* Bump version to 0.2.5 (#33)
## [v0.2.2]

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "upmd"
description = "Run tasks and dependency-aware workflows from Markdown in a real terminal"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
rust-version = "1.82"
repository = "https://github.com/rezigned/upmd"
Expand Down
Loading