Skip to content

Releases: ckaznable/poketex

v1.4.0

18 Jul 08:20
8028c15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

01 Jun 01:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Mar 12:31
Compare
Choose a tag to compare

Deps

  • replace tui to ratatui

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Mar 11:00
Compare
Choose a tag to compare

Feature

  • add "H" key to open help information popup

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

12 Mar 00:59
Compare
Choose a tag to compare

Changes

  • chore: update Cargo.lock for 1.1.0 by @orhun in #6
  • chore(ci): build with --locked flag by @orhun in #7

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Mar 03:30
Compare
Choose a tag to compare

Fix

  • fixes search bugs
  • fixes crash when use search

Full Changelog: v1.0.4...v1.1.0

v1.0.4

06 Mar 11:46
Compare
Choose a tag to compare

Add new pokemon data into data.json

  • Iron Leaves
  • Walking Wake

v1.0.3

28 Feb 05:12
Compare
Choose a tag to compare

Changes:

  • add <C-b> <C-f> gg G key binding like vim (47ce4f)

v1.0.2

24 Feb 00:47
Compare
Choose a tag to compare

Changes:

  • add PageUp/PageDown key bindings for faster scroll (#4)

v1.0.1

19 Feb 03:32
Compare
Choose a tag to compare

Changes

  • change license from BSD-3-Clause to MIT