Skip to content

Releases: kyu08/fzf-make

v0.36.0

02 Aug 14:07
Compare
Choose a tag to compare

What's Changed

  • chore(ui): show placeholder on search pane by @kyu08 in #283
Before  2024-08-02 at 23 05 35
After  2024-08-02 at 23 05 41
  • chore(doc): Update demo gif and pictures in README by @kyu08 in #276
  • chore(ci): fix lint error to use unwrap_or_default() by @kyu08 in #277
  • chore(typo): fix typos forcus -> focus by @kyu08 in #278
  • fix(deps): update rust crate regex to v1.10.5 by @renovate in #279
  • fix(deps): update rust crate simple-home-dir to v0.3.5 by @renovate in #281
  • fix(deps): update rust crate toml to v0.8.14 by @renovate in #282
  • fix(deps): update rust crate serde to v1.0.203 by @renovate in #280
  • fix(chore): update comment by @kyu08 in #285
  • fix(deps): update tui-term, ratatui, tui-textarea by @kyu08 in #297
  • chore(deps): update crate-ci/typos action to v1.23.6 by @renovate in #289
  • fix(deps): update uuid, colored,toml, serde, simple-home-dir by @kyu08 in #298

Full Changelog: v0.35.0...v0.36.0

v0.35.0

18 Jun 15:05
Compare
Choose a tag to compare

What's changed

  • fix(chore): change make command color 69e1ff8
  • fix(chore): hint 242ecb5
  • fix(chore): delete -h option for help command 5d46b9d

Full Changelog: v0.34.0...v0.35.0

v0.34.0

13 Jun 14:26
Compare
Choose a tag to compare

What's Changed

  • chore(cicd): fix workflow names by @kyu08 in #273
  • feat: add --focus-history option to launch focusing to History pane by @kyu08 in #274
  • feat: make key bindings pane into just a row by @kyu08 in #275
    Before image
    After image

Full Changelog: v0.33.0...v0.34.0

v0.33.0

10 Jun 15:32
Compare
Choose a tag to compare

What's Changed

  • chore(docs): update README by @kyu08 in #268
  • refactor(app): Making impossible states impossible by @kyu08 in #265
  • fix(deps): update rust crate anyhow to v1.0.86 by @renovate in #269
  • fix(deps): update rust crate ratatui to v0.26.3 by @renovate in #270
  • Truncate histories when length exceeds 10 by @kyu08 in #272

Full Changelog: v0.32.0...v0.33.0

v0.32.0

22 May 03:21
Compare
Choose a tag to compare

What's Changed

  • A row including 🛠️ is shifted in alacritty #266 by @kyu08 in #267

Full Changelog: v0.31.0...v0.32.0

v0.31.0

22 May 01:10
Compare
Choose a tag to compare

Change summary

Before  2024-05-22 at 0 16 36
After  2024-05-22 at 0 16 17

Other change

Full Changelog: v0.30.0...v0.31.0

v0.30.0

02 May 13:31
Compare
Choose a tag to compare

What's Changed

  • feat: Add emojis to the pane title by @kyu08 in #258

Full Changelog: v0.29.0...v0.30.0

v0.29.0

02 May 13:25
Compare
Choose a tag to compare

Summary

  • feat: Add emojis to the pane title by @kyu08 in #257
Before image
After image

Other changes

  • fix(deps): update rust crate simple-home-dir to 0.3.3 by @renovate in #255
  • fix(deps): update rust crate serde to 1.0.200 by @renovate in #254
  • fix(deps): update rust crate ratatui to 0.26.2 by @renovate in #253

Full Changelog: v0.28.0...v0.29.0

v0.28.0

17 Apr 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

03 Apr 15:37
Compare
Choose a tag to compare

Release Summary

Thanks to @Sigmanificient, now fzf-make can interpret aMakefile including define blocks like below:

.PHONY: real_rule
real_rule:
	echo "good"

define my_script
#!/bin/bash

echo "this is a trap: not good"
endef

@Sigmanificient Thank you so much!

What's Changed

Full Changelog: v0.26.0...v0.27.0