Skip to content

Commit 399fdc8

Browse files
v1.4.0
1 parent d944b2e commit 399fdc8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ CHANGELOG
33

44
unreleased:
55
-----------
6+
7+
v1.4.0:
8+
-----------
69
- Support building json-tui from external packages. Useful for distributions that
7-
want to package json-tui without using FetchContent.
10+
want to package json-tui without using FetchContent.
811
- Roll new FTXUI version. This fixes Table horizontal separators.
912
- Fix component ordering in some tables.
1013
- Support `G` and `gg` keybinding.
1114
- Support '-' and '+'.
1215
- Add option `-k`, `-key`, `-keybinding`. This displays the supported keys.
16+
- FTXUI v6.0.0
1317

1418
v1.3.0:
1519
-------

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.24)
22

33
project(json-tui
44
LANGUAGES CXX
5-
VERSION 1.3.0
5+
VERSION 1.4.0
66
)
77

88
option(JSON_TUI_BUILD_TESTS "Set to ON to build tests" OFF)

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-tui
2-
version: "1.3.0"
2+
version: "1.4.0"
33
summary: A json visualizer with a terminal UI.
44
description: A json visualizer with a terminal UI.
55

0 commit comments

Comments
 (0)