Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
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
Expand Up @@ -3,7 +3,7 @@ members = ["wiki-api", "wiki-api-macros"]

[package]
name = "wiki-tui"
version = "0.9.1"
version = "0.9.2"

authors = ["builditluc <37375448+Builditluc@users.noreply.github.com>"]
edition = "2018"
Expand Down
11 changes: 10 additions & 1 deletion docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Unreleased v0.9.2-pre
# v0.9.2

## Additions

- Added page caching functionality so returning to previous pages does not require an expensive page re-rendering
- Added a help page for viewing the keybindings
- Add up/down as default keymaps for scroll_up/scroll_down

## Change

- Updated toolchain to 1.91.1
- src/components/page_viewer.rs now checks for a cached rendering of a page before attempting to render the page from scratch


## Fixes

- Fix incorrect utf-8 handling in sections
- Fix incorrect rendering of search result descriptions
- Fixed invalid User-Agent so the latest release can successfully hit the Wikipedia API

# v0.9.1 (Thu Dec 5 2024)

Expand Down
Loading