Skip to content

Commit

Permalink
Release 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Oct 1, 2023
1 parent efdfb24 commit 9d59da0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## 3.3
_WIP_
_01.10.23_

- Bump to Go `1.21`
- All content (headlines, comment section and articles from web) are now sanitized for malicious ansi escape codes
- Added subcommand: `url` [URL] to open a URL directly in Reader Mode
- Renamed `clx read ID` to `clx comments ID` and `clx view ID` to `clx article ID`
- Added support for `NERDFONTS` env variable


## 3.2
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package app

const (
Name = "circumflex"
Version = "3.3-dev"
Version = "3.3"
MinimumLessVersion = 633
)
21 changes: 16 additions & 5 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.20
.\" Date: 2023-07-08
.\" Date: 2023-10-01
.\" Manual: circumflex
.\" Source: circumflex 3.2
.\" Source: circumflex 3.3
.\" Language: English
.\"
.TH "CLX" "1" "2023-07-08" "circumflex 3.2" "circumflex"
.TH "CLX" "1" "2023-10-01" "circumflex 3.3" "circumflex"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -114,16 +114,21 @@ Scroll between the next/previous \fItop\-level\fP comment (comment section) or \
Add item to list of favorites by \fIID\fP.
.RE
.sp
\fBclx read\fP [\fIID\fP]
\fBclx article\fP [\fIID\fP]
.RS 4
Go directly to Reader Mode for a given item \fIID\fP without first going through the main view.
.RE
.sp
\fBclx view\fP [\fIID\fP]
\fBclx comments\fP [\fIID\fP]
.RS 4
Go directly to the comment section for a given item \fIID\fP without first going through the main view.
.RE
.sp
\fBclx url\fP [\fIURL\fP]
.RS 4
Open a URL directly in Reader Mode
.RE
.sp
\fBclx clear\fP
.RS 4
Clear the history of visited \fIID\fPs from ~/.cache/circumflex/history.json.
Expand Down Expand Up @@ -200,6 +205,12 @@ Favorites are stored in ~/.config/circumflex/favorites.json.
The entries in favorites.json are pretty\-printed to make them both human\-readable and VCS\-friendly.
.SH "ENVIRONMENT VARIABLES"
.sp
\fBNERDFONTS\fP
.RS 4
If this variable is set, \fBcircumflex\fP will use Nerd Fonts icons as decorators for some elements. Same as running \fBclx\fP
with the \fB\-\-nerdfonts\fP flag.
.RE
.sp
\fBCLX_BROWSER\fP
.RS 4
Set to a custom command to be run when opening links. The URL to the website will be appended to
Expand Down

0 comments on commit 9d59da0

Please sign in to comment.