Skip to content

Releases: kyu08/fzf-make

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

v0.26.0

25 Mar 16:23
Compare
Choose a tag to compare

What's Changed

Before After
image image

Full Changelog: v0.25.0...v0.26.0