Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 44f48e6

Browse files
author
bacardi55
committed
Add documentation and changelog
1 parent 1ccb5f0 commit 44f48e6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CHANGELOG
22

3-
## WIP - v0.7.0 - WIP:
3+
## v1.0.0:
4+
5+
**Major Release**
6+
7+
### New features:
8+
* Implements #34: Add bookmarks management
9+
* Implements #51: Ignore highlight list
10+
11+
### Bug Fixes:
12+
* Fix #50: World between bracket are not displayed
13+
* Fix #52 part1: highlight bar in the subscription list does not change color
14+
* Fix #52 part2: color of the buttons in the pop-up window does not change color
15+
* Fix #52 part3: Wrong links in link modal when multiple links
16+
* Fix #42: Entries with ## within a preformated text are failing
17+
18+
## v0.7.0:
419

520
### New features:
621
* Implements #44: Custom theme. See the documentation in [docs/mode-tui-theming.md]

docs/mode-tui.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ You can navigate on the subscription list and:
3636
* left click or press enter: Will filter only entries from this tinylog and hide all entries from other tinylogs. A Status `F` or `🔎` is indicated.
3737
* right click or press alt+enter: Will open a menu to mute / unmute a tinylog. A tinylog muted means no entry from this tinylog are displayed. A Status `M` or `🔕` is displayed.
3838

39+
**TUI Bookmarks**
40+
41+
Since version 1.0.0, GTL can manage bookmarks:
42+
* To see the list of entries saved as bookmarks, press `b` (lowercase).
43+
* To add an entry to the saved bookmarks, use `B` when an entry is selected (select with `J` and `K`)
44+
* To remove an entry from the saved bookmarks, use `D` on a selected saved bookmarks (select with `J` and `K`)
45+
3946
**TUI Theming**
4047

4148
Please read the [theming documentation](/docs/mode-tui-theming.md) to customize colors in TUI mode.

0 commit comments

Comments
 (0)