Skip to content

Releases: soymadip/quikrun

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:30
v2.4.0

What's New?

In this release, footer style optimizations are done to take less space

⏩︎ Features

  • footer: Show relative path for files

⏩︎ Bug Fixes

  • Handle keyboardInteruptions

⏩︎ Refactor

  • divider: Show 'output' in header
  • footer: Match styling of footer for exit msg
  • footer: Unify command and shell info
  • footer: Unify msg and exit code

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:23
v2.3.1

What's New?

In this release we switched to nuitka instead of pyinstaller.

⏩︎ Bug Fixes

  • Dont install pathelf in windows

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:29
v2.2.4

No changes to note for this release.

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:08
v2.2.3

No changes to note for this release.

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:53
v2.2.2

What's New?

⏩︎ Bug Fixes

  • Add guardrails if spawned in windows termial without any flag

⏩︎ Documentation

  • Fix ide integration config examples
  • Rearriange the placeholders a bit

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:14
v2.2.1

What's New?

⏩︎ Bug Fixes

  • tests: Add some tests

⏩︎ Documentation

  • Update zed instructions

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 07:58
v2.2.0
75f8b16

What's New?

⏩︎ Features

  • Add auto_close config option to control post execution behavior

⏩︎ Documentation

  • Improve writing

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 May 20:57
v2.1.0
03b8737

What's New?

⏩︎ Features

  • config: Support cargo.toml and package.json for project level config

⏩︎ Documentation

  • Write docs

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 22 May 19:38
v2.0.2
55fd768

What's New?

⏩︎ Bug Fixes

  • main: Fix elapsed time was counted with the compilation time
  • shell: Use default shell if current shell is not configured in custom shell dict

⏩︎ Refactor

  • util: Shift and rename _build_parser to arg_parser in util
  • logger: Restructure the logger.footer's signature.

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 22 May 11:26
v2.0.1
ea4d148

What's New?

⏩︎ Bug Fixes

  • output: Fix kotlin getting extra .exe in out path if in windows

⏩︎ Refactor

  • config: Rename config key cmds to commands for better clarity