Skip to content

Commit

Permalink
Release version 1.0, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Mar 23, 2020
1 parent d63a318 commit 5995a4b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].

## 1.0 (released 2020-03-23)
### Added
* Package `selectrum`
* Minor mode `selectrum-mode`
* Faces:
* `selectrum-current-candidate`
* `selectrum-primary-highlight`
* `selectrum-secondary-highlight`
* Interface user options:
* `selectrum-num-candidates-displayed`
* `selectrum-minibuffer-bindings`
* `selectrum-count-style`
* Commands bound in minibuffer:
* `selectrum-previous-candidate`
* `selectrum-next-candidate`
* `selectrum-previous-page`
* `selectrum-next-page`
* `selectrum-goto-beginning`
* `selectrum-goto-end`
* `selectrum-kill-ring-save`
* `selectrum-select-current-candidate`
* `selectrum-submit-exact-input`
* `selectrum-insert-current-candidate`
* Entry points:
* `selectrum-read`
* `selectrum-completing-read`
* `selectrum-read-buffer`
* `selectrum-read-file-name`
* `selectrum-read-directory-name`
* `selectrum-read-library-name`
* Hooks:
* `selectrum-candidate-selected-hook`
* `selectrum-candidate-inserted-hook`
* API user options, variables, and functions:
* `selectrum-refine-candidates-function`
* `selectrum-default-candidate-refine-function`
* `selectrum-preprocess-candidates-function`
* `selectrum-default-candidate-preprocess-function`
* `selectrum-highlight-candidates-function`
* `selectrum-default-candidate-highlight-function`
* `selectrum-should-sort-p`

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
2 changes: 1 addition & 1 deletion selectrum.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Homepage: https://github.com/raxod502/selectrum
;; Keywords: extensions
;; Package-Requires: ((emacs "25.1"))
;; Version: 0
;; Version: 1.0

;;; Commentary:

Expand Down

0 comments on commit 5995a4b

Please sign in to comment.