Skip to content

Releases: honhimW/ratisui

v0.3.2

17 Jan 13:48
4dd2902
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 by @dependabot in #48
  • build(deps): update dirs requirement from 5.0.1 to 6.0.0 by @dependabot in #49
  • build(deps): update redis requirement from 0.27 to 0.28 by @dependabot in #50
  • Updates by @honhimW in #51

Full Changelog: 0.3.1...0.3.2

v0.3.1

09 Jan 10:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

v0.3.0

08 Jan 11:40
49363ed
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • build(deps): update itertools requirement from 0.13.0 to 0.14.0 by @dependabot in #45
  • [Explorer] Support Redis Search by @honhimW in #46

Full Changelog: 0.2.4...0.3.0

v0.2.4

03 Jan 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

v0.2.3

27 Dec 17:40
94f5142
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

17 Dec 10:49
Compare
Choose a tag to compare

What's Changed

  • build(deps): update russh requirement from 0.48 to 0.49 by @dependabot in #36
  • feat: CLi support raw data highlight & automatically scroll to end on commit
  • add theme.context.bg;
  • theme.tab.explorer.tree.highlight -> theme.tab.explorer.tree.highlight_bg;

Full Changelog: 0.2.1...0.2.2

v0.2.1

13 Dec 03:42
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

v0.2.0

12 Dec 11:19
f01ae4a
Compare
Choose a tag to compare

What's Changed

See template.ron


Breaking change!

// ~/.config/ratisui/config.ron
(
    fps: 45,                                    // Some(45) in 0.1.x
    scan_size: 500,                        // Some(500) in 0.1.x
    try_format: true,                     // Some(true) in 0.1.x
    theme: Some("my-dark"),
)

Full Changelog: 0.1.7...0.2.0

v0.1.7

09 Dec 11:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

v0.1.6

30 Oct 12:32
2c3814b
Compare
Choose a tag to compare

What's Changed

  • update: stream view using →/l | ←/h instead of Enter | Esc by @honhimW in #22
  • Update ratatui-macros requirement from 0.5.0 to 0.6.0 by @dependabot in #18
  • 13 connection use ssh tunnel by @honhimW in #20
  • Bump dependencies by @honhimW in #21

Full Changelog: 0.1.4...0.1.6