Skip to content

Commit

Permalink
Release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Oct 9, 2022
1 parent 2486847 commit e6c1eb7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 2.6
_WIP_
_09.10.22_

**New features**
- Comments are now collapsed by default and can be expanded with <kbd>l</kbd>
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package app

const (
Name = "circumflex"
Version = "2.6-dev"
Version = "2.6"
)
4 changes: 2 additions & 2 deletions share/asciidoctor/clx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ _n_, _N_::
Hide the indentation bar to the left of the reply.

*-n, --nerdfonts*::
Use Nerd Fonts icons as decorators for some elements (requires a Nerd Font-patched font)
Use Nerd Fonts icons as decorators for some elements (requires a Nerd Font-patched font).

*--force-light-mode, --force-dark-mode*::
The color scheme is chosen automatically based on the color scheme of the terminal. Use these
flags to override.

*-a, --auto-expand*::
Auto expand all replies upon entering the comment section (collapse comments with _h_)
Auto expand all replies upon entering the comment section (collapse comments with _h_).

*-v, --version*::
Show the current version of *clx*.
Expand Down
14 changes: 7 additions & 7 deletions share/man/clx.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: clx
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.17
.\" Date: 2022-10-02
.\" Date: 2022-10-09
.\" Manual: circumflex
.\" Source: circumflex 2.5
.\" Source: circumflex 2.6
.\" Language: English
.\"
.TH "CLX" "1" "2022-10-02" "circumflex 2.5" "circumflex"
.TH "CLX" "1" "2022-10-09" "circumflex 2.6" "circumflex"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -143,7 +143,7 @@ Disable syntax highlighting for headlines.
Disable syntax highlighting for comments.
.RE
.sp
\fB\-s, \-\-disable\-emojis\fP
\fB\-e, \-\-disable\-emojis\fP
.RS 4
Disable conversion of smileys to emojis.
.RE
Expand All @@ -160,7 +160,7 @@ Hide the indentation bar to the left of the reply.
.sp
\fB\-n, \-\-nerdfonts\fP
.RS 4
Use Nerd Fonts icons as decorators for some elements (requires a Nerd Font\-patched font)
Use Nerd Fonts icons as decorators for some elements (requires a Nerd Font\-patched font).
.RE
.sp
\fB\-\-force\-light\-mode, \-\-force\-dark\-mode\fP
Expand All @@ -169,9 +169,9 @@ The color scheme is chosen automatically based on the color scheme of the termin
flags to override.
.RE
.sp
\fB\-a, \-\-auto\-collapse\fP
\fB\-a, \-\-auto\-expand\fP
.RS 4
Auto collapse all replies upon entering the comment section (expand comments with \fIl\fP)
Auto expand all replies upon entering the comment section (collapse comments with \fIh\fP).
.RE
.sp
\fB\-v, \-\-version\fP
Expand Down

0 comments on commit e6c1eb7

Please sign in to comment.