Skip to content

Commit

Permalink
Prepare version 1.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Aug 22, 2024
1 parent cd907f9 commit 0527756
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
We are following the [Keep a Changelog](https://keepachangelog.com/) format.

## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.26...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.27...master)

## [1.5.27](https://github.com/FredrikNoren/ungit/compare/v1.5.26...v1.5.27)

### Added
- Show parent commit ids and try to select them on click [#1581](https://github.com/FredrikNoren/ungit/issues/1581)

### Changed
- Use monospace font-family in commit body [#1598](https://github.com/FredrikNoren/ungit/pull/1598)
- Change watcher to properly filter ignored directories [#1597](https://github.com/FredrikNoren/ungit/pull/1597)

## [1.5.26](https://github.com/FredrikNoren/ungit/compare/v1.5.25...v1.5.26)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ungit",
"author": "Fredrik Norén <[email protected]>",
"description": "Git made easy",
"version": "1.5.26",
"version": "1.5.27",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit 0527756

Please sign in to comment.