Skip to content

Commit d686afc

Browse files
authored
Merge pull request #300 from zeenix/release
πŸ”– Release 1.2
2 parents 2035d1a + 4c50b5b commit d686afc

3 files changed

Lines changed: 59 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 1.2.0 - 2026-01-14
9+
10+
### Added
11+
- ✨ Add flag to output selection to stdout (#223).
12+
13+
### CI
14+
- πŸ’š Consistent use of PAT.
15+
- πŸ’š Drop setting of repository labels.
16+
- πŸ’š More robust GH token handling in emoji update job.
17+
18+
### Changed
19+
- πŸ’„ Really fix the kbd vs mouse selection conflict.
20+
- πŸ’„ Allow kbd nav when mouse is over the emoji list.
21+
- πŸ’„ Show the copied emoji in the notification.
22+
- πŸ’„ Copy the emoji instead of its code.
23+
- πŸ’„ Consolidate selection with mouse and kbd.
24+
- πŸ’„ GH action to create a web interface.
25+
- 🎨 Minor formatting fix.
26+
- 🚚 Add emoji for "fuzzing": 🐰. #190
27+
28+
### Dependencies
29+
- ⬆️ Update serde_json to v1.0.149 (#298).
30+
- ⬆️ Update clap to v4.5.54 (#296).
31+
- ⬆️ Update ratatui to 0.30.0 (#293).
32+
- ⬆️ Update peter-evans/create-pull-request action to v8.
33+
- ⬆️ Update actions/checkout action to v6.
34+
- ⬆️ Update regex to v1.12.2 (#279).
35+
- ⬆️ Update serde to v1.0.228 (#277).
36+
- ⬆️ Update arboard to v3.6.1 (#261).
37+
- ⬆️ Update actions/checkout action to v5.
38+
- ⬆️ Update terminal-light to v1.8.0 (#225).
39+
- ⬆️ Update nix to 0.30 (#224).
40+
- ⬆️ Update crossterm to 0.29.0 (#219).
41+
- ⬆️ Update databake to 0.2.0 (#189).
42+
43+
### Documentation
44+
- πŸ“ correct footnote notation for new link.
45+
46+
### Fixed
47+
- πŸ› Fix action to crate web interface.
48+
49+
### Other
50+
- πŸ€– Add release-plz configuration.
51+
- 🚨 Remove an unused import.
52+
- πŸ€– Shell script for generating HTML.
53+
- 🚸 Always keep search input field focused.
54+
- 🚨 Fix against latest clippy.
55+
- πŸ”„ Update emoji database from gitmoji upstream.
56+
- πŸ€– Automate emoji DB update.
57+
- πŸ€– Add CLAUDE.md.

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gimoji"
33
description = "Easily add emojis to your git commit messages πŸŽ‰"
4-
version = "1.1.1"
4+
version = "1.2.0"
55
edition = "2021"
66
license = "MIT"
77
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]

0 commit comments

Comments
Β (0)