Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 927 Bytes

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 927 Bytes

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.0] - 2019-05-24

Fixed

  • Correct bug where saving without exiting reversed the commits displayed.

[0.2.3] - 2019-01-03

Changed

  • Extract line reverse code into a separate function

[0.2.2] - 2019-01-03

Changed

  • Limit reverse order autocmd to only current buffer

[0.2.1] - 2019-01-02

Changed

  • Improve documentation and installation instructions

[0.2.0] - 2018-12-07

Added

  • Help file (see :help interactive-rebase-reverse)
  • /doc/tags to .gitignore

[0.1.1] - 2018-12-06

Added

  • A demo section with pictures to README.md

[0.1.0] - 2018-12-06

Added

  • .gitignore
  • README.md
  • LICENSE.txt
  • Plugin code