Skip to content

Commit f365a9f

Browse files
Switch to v1.2.0
Changelog: ---------- - Add '-f' or '--fullscreen" options. It causes the JSON to be displayed on the alternate buffer, in fullscreen. - Use 'q' or 'escape' to quit. - Support Windows. Reading the JSON from stdin is not supported. - Argument parser improvement.
1 parent b3daf9a commit f365a9f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44
unreleased:
55
-----------
66

7+
v1.2.0
8+
------
9+
710
- Add '-f' or '--fullscreen" options. It causes the JSON to be displayed on the
811
alternate buffer, in fullscreen.
912
- Use 'q' or 'escape' to quit.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ configure_file(
5555

5656
project(json-tui
5757
LANGUAGES CXX
58-
VERSION 1.1.1
58+
VERSION 1.2.0
5959
)
6060

6161
add_executable(json-tui

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.1.1"
2+
version: "1.2.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)