Skip to content

Commit 5995a4b

Browse files
committed
Release version 1.0, add changelog
1 parent d63a318 commit 5995a4b

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog].
5+
6+
## 1.0 (released 2020-03-23)
7+
### Added
8+
* Package `selectrum`
9+
* Minor mode `selectrum-mode`
10+
* Faces:
11+
* `selectrum-current-candidate`
12+
* `selectrum-primary-highlight`
13+
* `selectrum-secondary-highlight`
14+
* Interface user options:
15+
* `selectrum-num-candidates-displayed`
16+
* `selectrum-minibuffer-bindings`
17+
* `selectrum-count-style`
18+
* Commands bound in minibuffer:
19+
* `selectrum-previous-candidate`
20+
* `selectrum-next-candidate`
21+
* `selectrum-previous-page`
22+
* `selectrum-next-page`
23+
* `selectrum-goto-beginning`
24+
* `selectrum-goto-end`
25+
* `selectrum-kill-ring-save`
26+
* `selectrum-select-current-candidate`
27+
* `selectrum-submit-exact-input`
28+
* `selectrum-insert-current-candidate`
29+
* Entry points:
30+
* `selectrum-read`
31+
* `selectrum-completing-read`
32+
* `selectrum-read-buffer`
33+
* `selectrum-read-file-name`
34+
* `selectrum-read-directory-name`
35+
* `selectrum-read-library-name`
36+
* Hooks:
37+
* `selectrum-candidate-selected-hook`
38+
* `selectrum-candidate-inserted-hook`
39+
* API user options, variables, and functions:
40+
* `selectrum-refine-candidates-function`
41+
* `selectrum-default-candidate-refine-function`
42+
* `selectrum-preprocess-candidates-function`
43+
* `selectrum-default-candidate-preprocess-function`
44+
* `selectrum-highlight-candidates-function`
45+
* `selectrum-default-candidate-highlight-function`
46+
* `selectrum-should-sort-p`
47+
48+
[keep a changelog]: https://keepachangelog.com/en/1.0.0/

selectrum.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Homepage: https://github.com/raxod502/selectrum
88
;; Keywords: extensions
99
;; Package-Requires: ((emacs "25.1"))
10-
;; Version: 0
10+
;; Version: 1.0
1111

1212
;;; Commentary:
1313

0 commit comments

Comments
 (0)