Skip to content

Commit 87d0e87

Browse files
committed
Release version 0.3.0
1 parent a2d88b2 commit 87d0e87

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

docs/references/changelog.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,32 @@ versioning][semver].
99
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
1010
[semver]: https://semver.org/spec/v2.0.0.html
1111

12-
## Upcoming
12+
## Unreleased
13+
14+
## 0.3.0
15+
16+
This release focuses on providing Kele's command palette and user interface with
17+
a scalable foundation for future growth. As Kele's spread of user-facing
18+
commands grows, it becomes less and less reasonable to expect users to `M-x`
19+
everything.
20+
21+
To that end, this release adds the following:
22+
23+
- A Kele command keymap that will allow keybinding-based access to all
24+
Kele-based functionality (see [How-Tos > Customization] and [How-Tos > Usage]
25+
for more details)
26+
- A spread of three [Transient]-based "prefix" commands -- `kele-context`,
27+
`kele-resource`, and `kele-dispatch` -- for nested command discovery and
28+
ad-hoc configuration, e.g. overriding the context and namespace to use for
29+
resource fetching. Again, see [How-Tos > Usage] for more details.
30+
31+
I'm optimistic that these two additions make Kele's user interface much more
32+
pleasant and nimble, while also giving it ample room to grow in complexity and
33+
scope in the coming releases.
34+
35+
[How-Tos > Customization]:https://jonathanj.in/kele.el/how-tos/customization/
36+
[How-Tos > Usage]: https://jonathanj.in/kele.el/how-tos/usage/
37+
[Transient]: https://magit.vc/manual/transient.html
1338

1439
### Added
1540

kele.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Jonathan Jin <[email protected]>
66

7-
;; Version: 0.2.1
7+
;; Version: 0.3.0
88
;; Homepage: https://github.com/jinnovation/kele.el
99
;; Keywords: kubernetes tools
1010
;; SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)