Skip to content

Latest commit

 

History

History
193 lines (116 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

193 lines (116 loc) · 11.6 KB

Changelog

0.7.0 - 2024-05-14

Documentation

Miscellaneous Chores

  • (dependency) add dash library as dependency - (d36a094)
  • (deps) update transient version to v0.6.0 - (813f856)

0.6.0 - 2024-03-31

Bug Fixes

  • support option --tag-pattern - (95b2983)

Features

  • (config) support project manifest in Cargo.toml - (af38ef1)

0.5.0 - 2024-02-20

Documentation

  • update latest dependency and FAQ - (6dadead)

Features

  • add option git-cliff-executable and show info about it in menu - (400d4c5)
  • update git-cliff menu to compatible with latest version - (0783d4f)

Miscellaneous Chores

0.4.5 - 2023-12-26

Bug Fixes

  • change short argument to -x for --context - (122c249)
  • use built-in face link-visited instead of deprecated transient-pink - (fc58980)

Miscellaneous Chores

  • (dependency) require emacs version >= 29.1 - (c5b107d)

0.4.4 - 2023-12-08

Bug Fixes

  • set right value type for defcustoms - (c24a46c)
  • autoload command git-cliff-menu correctly - (6bd365c)

Features

  • support --bump flag in git-cliff v1.4.0 - (b6a8c67)

Miscellaneous Chores

  • (dependency) update git-cliff version >=1.4.0 - (1bc9a48)
  • (dependency) update transient version >=0.5.0 - (b8244d2)

0.4.3 - 2023-10-16

Bug Fixes

  • close transient panel after choose preset - (aa5f870)
  • provide v0.1.0 as first tag if no tag exist in repository - (f05c042)
  • do not open new window when changelog is already in display - (0bfe02a)

Documentation

  • (README) update todo list - (551ac47)

0.4.2 - 2023-10-08

Documentation

  • (README) update customization and todos - (0843ecd)
  • (README) add FAQ section - (8849fe3)
  • (README) update install info with melpa - (d7f326f)

Miscellaneous Chores

  • (test) fix minor typos - (281fe65)

0.4.1 - 2023-10-04

Bug Fixes

  • (git-cliff--edit-config) couldn't find config error - (e7fc71a)

Documentation

Features

  • (example) add default config and template - (42b44be)

Miscellaneous Chores

  • (dependency) update dependency for emacs >=27.1 - (93ebbf0)

0.4.0 - 2023-10-04

Miscellaneous Chores

  • (changelog) remove whitespace - (c30a094)

Refactoring

  • (menu) [breaking] remove --repository and git-cliff cache mechanism - (8347e26)

0.3.2 - 2023-10-01

Bug Fixes

  • display changelog after release new version - (e8cedbb)

0.3.1 - 2023-10-01

Bug Fixes

  • exclude git-cliff--* commands in M-x completion - (7b380a6)
  • get active infix value correctly - (cbe9388)
  • error when update git-cliff-templates - (7702302)
  • update git-cliff-menu when reset values - (250c40d)

0.3.0 - 2023-09-29

Features

  • (tag) support bumped tags to select - (cb41871)
  • support cache for git-cliff-menu per project - (69a82ba)
  • add command git-cliff--release - (8173c43)

0.2.0 - 2023-09-20

Bug Fixes

  • (status) show status info correctly - (d515263)

Features

  • add var git-cliff-version - (3d7e338)
  • support range feature - (8844fe3)

[0.1.0] - 2023-09-20

Bug Fixes

  • (config) update config var when add config file in repo - (99d63b0)
  • (preview) erase content before preview new output - (4341899)
  • get text property wrongly from completing-read return value - (ed10163)
  • git-cliff--choose-template completion sorting error - (e81564c)
  • git-cliff--configs return wrong value - (71f0e76)
  • do not set prepending as init state - (1d95a09)
  • use repo dir instead of workdir as default-directory - (b2d40d9)
  • IO error path not found when args string contain --=~ - (877f3cb)
  • use defconst to define git-cliff-config-regexp - (f74cebb)
  • set correct name for shell-command-buffer - (0371b6d)
  • switch to target buffer after call git-cliff--run - (817b640)

Documentation

Features

  • (menu) provide repo infomations in transient menu - (d445f2d)
  • (preset) add configs from git-cliff/examples - (2bf85c3)
  • (transient) add git-cliff-menu - (fa6e0c5)
  • add related suffixes - (1fd8383)
  • set default value for changelog reader - (c756131)
  • add option --repository - (4fa4b10)
  • extract body templates to directory examples - (86be222)
  • support --body option - (926723c)

Miscellaneous Chores

  • (changelog) update cliff config - (2b00e13)
  • (ci) update actions/checkout - (d30e755)
  • (gitignore) ignore autoloads and tmp file - (c0b7ad5)
  • (init) initial commit - (a75fcaa)
  • add cliff.toml for generate changelog - (435b3c1)