Skip to content

Latest commit

Β 

History

History
337 lines (188 loc) Β· 6.65 KB

CHANGELOG.md

File metadata and controls

337 lines (188 loc) Β· 6.65 KB

Changelog

All notable changes to this project will be documented in this file.

[0.20.1] - 2024-05-08

πŸ› Bug Fixes

  • Bad diffs when git's autocrlf was enabled

[0.20.0] - 2024-05-08

πŸš€ Features

  • Add "elsewhere" option to fetch, pull and push menu
  • Syntax highlighting for Elixir

[0.19.2] - 2024-04-25

πŸ› Bug Fixes

  • Hint/preserve missing newlines in diffs/patches

[0.19.1] - 2024-04-21

πŸ› Bug Fixes

  • Crash when trying to highlight .tsx files

[0.19.0] - 2024-04-21

πŸš€ Features

  • Move to parent section with alt+h
  • Move to next/prev sections with alt+j and alt+k
  • On MacOS: load ~/.config/gitu/config.toml instead of ~/Library/Application Support/gitu/config.toml
  • Add Revert commit/abort/continue
  • Show revert status

πŸ› Bug Fixes

  • Scala syntax highlighter would not load

[0.18.4] - 2024-04-20

πŸ› Bug Fixes

  • (ci) Release dir would not be created

[0.18.3] - 2024-04-20

πŸ› Bug Fixes

  • Release to windows

[0.18.0] - 2024-04-20

πŸš€ Features

  • Syntax highlighting with tree-sitter and revamp of diff style config

πŸ› Bug Fixes

  • (log) Ignore prefetch/remotes/ refs

[0.17.1] - 2024-04-17

πŸ› Bug Fixes

  • Moving page up/down resulted in view being refreshed

[0.17.0] - 2024-04-17

πŸš€ Features

  • Log whether config file is being loaded or not on startup (--log flag)
  • Add blank lines between refs sections, don't show empty sections
  • Segregate remotes into separate sections
  • Make 3 sections in show refs screen: branches, remotes, tags

πŸ› Bug Fixes

  • When head detached show "?" instead of "*" on target match; update tests

[0.16.0] - 2024-04-14

πŸš€ Features

  • Copy commit hash with "y", move Show Refs to "Y"
  • Cursor is kept in view when scrolling
  • Togglable stash flags: --all & --include-untracked

πŸ› Bug Fixes

  • Typo in descriptions on menu

🎨 Styling

  • Update stash promps to be more like in Magit

[0.15.0] - 2024-04-10

πŸš€ Features

  • Config option: general.always_show_help.enabled
  • Add all args to rebase menu
  • Add --prune and --tags flags to Fetch menu
  • Add all on/off arg flags to Commit menu
  • Add --rebase pull arg
  • Add --force /--no-verify /--dry-run push args

πŸ› Bug Fixes

  • Main screen is more smart about scrolling when menu is open
  • Redraw screen even if command failed
  • Only stderr would show in log popup

🎨 Styling

  • Display args more like Magit

[0.14.0] - 2024-04-06

πŸš€ Features

  • Remove move p/n from default bindings (move up/down)
  • Make keybinds configurable

πŸ› Bug Fixes

  • Existing terminal text would bleed into gitu on startup
  • Discarding staged files would not work & use git clean for removing untracked files

[0.13.1] - 2024-04-04

πŸ› Bug Fixes

  • Handle EDITOR args, and better deal with absolute paths

[0.13.0] - 2024-04-04

πŸš€ Features

  • Support sending keys on startup with a cli flag (-k)

πŸ› Bug Fixes

  • Prompt stash action instead of always "Stash index"
  • Edge cases and error handling for stashing worktree (#103)

🎨 Styling

  • Improve menu layout and define new keybind display

[0.12.1] - 2024-04-01

πŸ› Bug Fixes

  • Resolve issue showing files with crlf

[0.12.0] - 2024-04-01

πŸš€ Features

  • Set '--jobs' to 10 when running 'git fetch'
  • Run fetch, pull and push without blocking the ui
  • Implement 'rebase elsewhere', it prompts you where to rebase
  • Prompt for rev on reset soft/mixed/hard
  • Show multiple command outputs in popup

πŸ› Bug Fixes

  • Improve error-handling of external commands
  • Discarding staged files wouldn't work

🎨 Styling

  • Change command popup to be more intuitive

[0.11.0] - 2024-03-27

πŸš€ Features

  • Togglable argument '--force-with-lease' when pushing

🎨 Styling

  • Show quit/close keybind on all menus

[0.10.0] - 2024-03-24

πŸš€ Features

  • Prompt input rev for 'log other'

🎨 Styling

  • Style.selection_area now includes cursor line
  • Change cursor to a vertical bar, add config style.cursor

[0.9.1] - 2024-03-23

πŸ› Bug Fixes

  • Crash when trying to show diff of binary files

[0.9.0] - 2024-03-23

πŸš€ Features

  • Unstage individual lines with ctrl-up/down and 'u'
  • Stage individual lines with ctrl-up/down and 's'
  • Add configurable quit confirmation

πŸ› Bug Fixes

  • Cursor now skips unselectable lines more deterministically

[0.8.0] - 2024-03-22

πŸš€ Features

  • Show stash status, add 'save', 'pop', 'apply' and 'drop' actions
  • Unstage all staged changes by hovering 'Staged' section
  • Stage all unstaged changes by hover 'Unstaged' section
  • Stage all untracked files by hovering 'Untracked' section

[0.7.0] - 2024-03-16

πŸš€ Features

  • Add --version flag
  • Add Nix flake via ipetkov/crane

πŸ› Bug Fixes

  • Crate would not build (due to trying to get version via git)

[0.6.3] - 2024-03-13

πŸ› Bug Fixes

  • Interactive rebase includes parent (like magit)
  • Target binds in help-menu had wrong name formatting

[0.6.2] - 2024-03-12

πŸ› Bug Fixes

  • Include changelog entry in github release

[0.6.1] - 2024-03-12

πŸ› Bug Fixes

  • Release to Github

[0.6.0] - 2024-03-12

πŸš€ Features

  • Prompt what to checkout, default to selected item (like Magit)

[0.5.5] - 2024-03-11

πŸ› Bug Fixes

  • Gitu would not open inside submodules

[0.5.4] - 2024-03-10

πŸ› Bug Fixes

  • Fixed scrolling after breaking in previous update

[0.5.3] - 2024-03-09

πŸ› Bug Fixes

  • Rebase --continue freeze

[0.5.2] - 2024-03-08

πŸ› Bug Fixes

  • Cursor would disappear when staging the last hunk of a delta
  • Issue when cursor would disappear after external git updates

🎨 Styling

  • Remove trailing space in 'Create and checkout branch: '

[0.5.1] - 2024-03-07

πŸ› Bug Fixes

  • Would not start on windows due to nix signal handling

[0.5.0] - 2024-03-07

πŸš€ Features

  • Move 'reset' keybind to capital 'X' to mimic magit
  • Proper y/n prompt when discarding things

πŸ› Bug Fixes

  • Annotated tags would not display

[0.4.0] - 2024-03-06

πŸš€ Features

  • Add style.line_highlight.[un]changed config options

πŸ› Bug Fixes

  • Terminal would corrupt text when quitting gitu after opening editor
  • Terminal would corrupt text when gitu crashed

[0.3.0] - 2024-03-05

πŸš€ Features

  • Read not just EDITOR env var, but GIT_EDITOR & VISUAL too
  • Add error popup and more graceful error handling
  • Improve CHANGELOG.md format
  • Replace --exit-immediately cli flag with new --print

πŸ› Bug Fixes

  • Show author date (not commit date) on commits like 'git log'

🎨 Styling

  • Selection_line & selection_area now extend fully to left