Skip to content

Commit

Permalink
build: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emesterhazy committed Jan 9, 2025
1 parent a8e3340 commit c789bd9
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 276 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ 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).

<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.5.0] - 2025-01-10

### Changed

- BREAKING (#39): Pressing the "left" or "h" keys now folds the current section
if it is unfolded instead of moving to the outer item. You can still move to
the outer item directly without automatic folding by pressing shift-left or
shift-h.

## [0.4.0] - 2024-10-09

### Added
Expand All @@ -18,10 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- BREAKING (#45): page-up and page-down now jump to the next section of the same type. The old behavior can be accessed with ctrl-page-up and ctrl-page-down.
- BREAKING (#45): page-up and page-down now jump to the next section of the same type. The old
behavior can be accessed with ctrl-page-up and ctrl-page-down.
- BREAKING (#52): Minimum supported Rust version (MSRV) is now 1.74.
- BREAKING (#53): `scm-diff-editor` has been extracted to its own crate and can be installed as its own stand-alone binary.
- (#46): Checkmarks changed to Unicode symobls.
- BREAKING (#53): `scm-diff-editor` has been extracted to its own crate and can be installed as its
own stand-alone binary.
- (#46): Checkmarks changed to Unicode symbols.
- (#61): Control characters are replaced with Unicode symbols for rendering.

### Fixed
Expand All @@ -32,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- (#41) When collapsing editable sections, the uneditable context lines between those collapsed editable sections is now also hidden.
- (#41) When collapsing editable sections, the uneditable context lines between those collapsed
editable sections is now also hidden.

### Fixed

Expand Down
Loading

0 comments on commit c789bd9

Please sign in to comment.