Skip to content

Releases: tox-dev/jetbrains-fish

v0.1.8

21 Feb 03:16
8f334c8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

29 Jan 23:36
98cb9db

Choose a tag to compare

What's Changed

  • Bump version to 0.1.7-dev by @github-actions[bot] in #20
  • Use RELEASE_TOKEN for post-release PR to trigger workflows by @gaborbernat in #21

Full Changelog: v0.1.6...v0.1.7

v0.1.6

29 Jan 23:08
1363c79

Choose a tag to compare

What's Changed

  • Bump version to 0.1.6-dev by @github-actions[bot] in #18
  • Fix auto-merge workflow to use GITHUB_TOKEN by @gaborbernat in #19

Full Changelog: v0.1.5...v0.1.6

v0.1.5

29 Jan 22:58
e814deb

Choose a tag to compare

What's Changed

  • Bump version to 0.1.5-dev by @github-actions[bot] in #15
  • Fix internal API usage, improve UI tests, add auto-merge by @gaborbernat in #17

Full Changelog: v0.1.4...v0.1.5

v0.1.4

29 Jan 21:45
636ce88

Choose a tag to compare

What's Changed

  • Fix CI bugs, improve workflows, and fix flaky UI tests by @gaborbernat in #14

Full Changelog: v0.1.3...v0.1.4

v0.1.3

29 Jan 19:40
01bb962

Choose a tag to compare

What's Changed

  • Add commit hash to dev builds and simplify release workflow by @gaborbernat in #13

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Jan 16:07
e8a4288

Choose a tag to compare

What's Changed

  • Changelog update - v0.1.1 by @github-actions[bot] in #11
  • Fix LSP4IJ compatibility and improve run configuration support by @gaborbernat in #12

New Contributors

  • @github-actions[bot] made their first contribution in #11

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Jan 22:04
91afbed

Choose a tag to compare

Added

  • Initial Fish shell language support.
  • Syntax highlighting for Fish shell scripts.
  • File type detection for .fish extension.
  • Shebang detection (#!/usr/bin/env fish, #!/usr/bin/fish).
  • Comment and uncomment support via Ctrl+/ or Cmd+/.
  • Brace matching for parentheses, braces, and brackets.
  • Customizable color schemes via Settings > Editor > Color Scheme > Fish.
  • Support for Fish syntax elements including keywords (if, for, function, etc.), variables ($var,
    $var[index]), strings (single and double quoted with escape sequences), comments, operators (&&, ||, |, &),
    redirections (>, >>, <, 2>, &>), and command substitution with parentheses.
  • Code formatting via fish_indent when available on the system.
  • Inspections for deprecated syntax (deprecated functions like __fish_git_prompt, deprecated variables like $_,
    deprecated history flags like --search).
  • Inspections for unused local variables.
  • Run configurations to execute Fish scripts directly from the IDE.

v0.1.0

27 Jan 23:02
0c7b063

Choose a tag to compare

Added

  • Initial Fish shell language support.
  • Syntax highlighting for Fish shell scripts.
  • File type detection for .fish extension.
  • Shebang detection (#!/usr/bin/env fish, #!/usr/bin/fish).
  • Comment and uncomment support via Ctrl+/ or Cmd+/.
  • Brace matching for parentheses, braces, and brackets.
  • Customizable color schemes via Settings > Editor > Color Scheme > Fish.
  • Support for Fish syntax elements including keywords (if, for, function, etc.), variables ($var,
    $var[index]), strings (single and double quoted with escape sequences), comments, operators (&&, ||, |, &),
    redirections (>, >>, <, 2>, &>), and command substitution with parentheses.
  • Code formatting via fish_indent when available on the system.
  • Inspections for deprecated syntax (deprecated functions like __fish_git_prompt, deprecated variables like $_,
    deprecated history flags like --search).
  • Inspections for unused local variables.
  • Run configurations to execute Fish scripts directly from the IDE.