# HG changeset patch # User Alain Leufroy # Date 1639918957 -3600 # Sun Dec 19 14:02:37 2021 +0100 # Node ID 19cb181bb4d856f4c5907d25a327cf75b7bfc3b9 # Parent 8e69a26afabbcd73a1088cf735f9b52b4bd90630 Prepare version 5.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog +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). + +## [5.4.0] 2021-12-19 +### ADDED +- Users can force the split orientation for the TREE and PATCH panes. + + Default keybindings: + + - `-`: panes are fitted one above the other, + - `|`: panes are fitted side by side + + Configuration variable: `DEFAULT_MAIN_VIEW`. + + Idea from `Pacien`. + +- User can maximalize the TREE or PATCH pane. + + Default keybinding: `=` + + Configuration variable: `DEFAULT_MAIN_VIEW`. + + Idea from `Pacien`. diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = lairucrem description = A simple and powerful text-based interactive user interface for Mercurial -version = 5.3.2 +version = 5.4.0 author = Alain Leufroy author_email = Alain Leufroy url = http://hg.sr.ht/~alainl/lairucrem -download_url = https://hg.sr.ht/~alainl/lairucrem/archive/5.3.2.tar.gz +download_url = https://hg.sr.ht/~alainl/lairucrem/archive/5.4.0.tar.gz keywords = dvcs, mercurial, UI, interactive, console license = WTFPL, version 2 classifiers = Environment :: Console :: Curses