|
| 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. |
0 commit comments