A => CHANGELOG.md +26 -0
@@ 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`.
M setup.cfg +2 -2
@@ 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 <alain.leufroy@gmail.com>
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