Skip to content

Commit

Permalink
Add 1.1.0 notes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Jun 9, 2024
1 parent ef3c499 commit 8ad632f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
## 1.1.0 - 2024-06-09

### Added

- New shortcut functions `grep_word_under_cursor_current_buffer` and `grep_word_visual_selection_current_buffer` (#82) - contributed by @LLMChild

### Changed

- Mention `to_fuzzy_refine` shortcut in README (#80) - contributed by @ilan-schemoul
- Shortcut functions do now support opts (#82) - contributed by @LLMChild

### Fixed

- Visual selection now also works when selecting backwards
- Visual selection now also works when selecting backwards (#69) - contributed by @ajenkinski

## 1.0.0 - 2023-08-28

Expand Down

0 comments on commit 8ad632f

Please sign in to comment.