Skip to content

Releases: csvenke/dev-cli

v0.7.4

14 Jan 17:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

Bug Fixes

  • 6adadb1 fix: support norwegian characters øæå

Full Changelog: v0.7.3...v0.7.4

v0.7.3

07 Jan 22:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

Bug Fixes

  • 9ebb954 fix: run tmux command in current directory

Other changes

  • e53e03a docs: add logo to README header

Full Changelog: v0.7.2...v0.7.3

v0.7.2

14 Dec 00:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

Bug Fixes

  • c547140 fix: redirect tui output to stderr to prevent interference with stdout

Other changes

  • 49bc946 chore: fix changelog regex pattern for bug fixes in goreleaser config

Full Changelog: v0.7.1...v0.7.2

v0.7.1

14 Dec 00:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

Other changes

  • c0537fb chore: pin go to version 1.25 in nix flake
  • 4152f44 chore: update changelog grouping in goreleaser config
  • 1a0ea08 fix: handle error when printing result to stdout

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Dec 22:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • bb1ed02 feat: add no-update-title flag to disable terminal tab renaming
  • a0b8ed4 refactor: make app run return result, main.go prints to stdout

Full Changelog: v0.6.1...v0.7.0

v0.6.1

12 Dec 00:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 31457b7 fix: handle error when printing path to stdout

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Dec 00:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 7b04618 feat: add print-path flag to just output selected project path
  • 150ace7 fix: change order of EDITOR and VISUAL
  • 3499a3a fix: revert back to zellij run
  • e796908 refactor: use zellij edit instead of run for opening editor

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Dec 23:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 1ed1222 ci: fix merge-ready job
  • eb38c92 feat: add terminal icon to tab titles
  • 6ca1630 fix: use zellij run instead of edit for first start dashboard
  • 4e316dd refactor: move all dependencies into config struct

Full Changelog: v0.4.1...v0.5.0

v0.4.1

10 Dec 16:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 9559e8f fix: explicit ignore terminal rename tab error

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Dec 16:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 0a56aa8 ci: add automated benchmark comparison workflow for pull requests
  • dfd87d6 feat: improve terminal multiplexer integration
  • 90921ad refactor: improve error handling and testability with filesystem abstraction
  • 62b9d3f refactor: reorganize code into focused packages and modules
  • 0372dc9 refactor: rewrite in functional style with mo and lo

Full Changelog: v0.3.0...v0.4.0