Skip to content

Releases: bensadeh/circumflex

3.1

17 Jun 11:55
Compare
Choose a tag to compare
3.1

New features

  • Added new optional category: best
  • Dynamically set the categories with the --categories flag

Bugfixes

  • Fixed a bug where the urls would not be correctly parsed and highlighted

3.0

11 Jun 07:19
Compare
Choose a tag to compare
3.0

Today I am happy to release circumflex 3.0 ๐ŸŽ‰ . Version 3.0 does not contain any large or breaking changes, but it marks that itโ€™s been three years since I started working on circumflex.

Really happy I to have come this far. Special thanks to the Charm team for making Bubble Tea and to cheeaun for letting me use his API.

Cosmetic

  • Changed the Nerd Font Icon for comments

Bugfixes

  • Fixed a bug where the first dot in the "fetching..." spinner was highlighted in faint

2.9.1

06 May 07:21
Compare
Choose a tag to compare

Core

  • Set minimum less version to latest stable release (633)

Bugfixes

  • Fixed a bug where less would open the comment section on the second line
  • Fixed a bug where less would not properly render Nerd Fonts
  • Updated Nerd Font icons to version 3
  • Fixed a bug where the help screen would not render properly after resizing

2.9

05 May 06:25
Compare
Choose a tag to compare
2.9

Cosmetic

  • Simplified coloring of items to only use terminal colors from 0-16. This will make circumflex look better across different
    color schemes.

2.8.2

11 Mar 10:07
Compare
Choose a tag to compare

Dependencies

  • Bump Go from 1.19 to 1.20
  • Bump lipgloss from 0.6.0 to 0.7.1
  • Bump html-to-markdown from 1.3.6 to 1.3.7
  • Bump termenv from 0.14.0 to 0.15.1
  • Bump go-pretty from 6.4.4 to 6.4.6
  • Bump testify from 1.8.1 to 1.8.2
  • Bump goquery from 1.8.0 to 1.8.1

2.8.1

08 Feb 06:04
Compare
Choose a tag to compare

Dependencies

  • Bump go-pretty from 6.4.3 to 6.4.4
  • Bump bubbles from 0.14.0 to 0.15.0
  • Bump termenv from 0.13.0 to 0.14.0

2.8

25 Nov 05:46
Compare
Choose a tag to compare
2.8

Bugfixes

  • Fixed a bug where circumflex would crash if the less version contained decimals in the version number (Thanks @PrayagS! #40)

Cosmetic

  • Rearranged and rephrased the info screen items
  • Re-stylized headers in Reader Mode

Other

  • Increased timeout for fetching submissions
  • Added Dockerfile for running circumflex inside a container (Thanks @stefins! #42)

2.7

23 Oct 08:12
Compare
Choose a tag to compare
2.7

New features

  • Check less version on startup
  • Network errors are now displayed to the user

Bugfixes

  • Headlines are now properly highlighted in the comment section
  • Headlines are now somewhat sanitized to avoid breaking formatting
  • Pressing r while page is already reloading no longer leads to a panic

Cosmetic

  • Re-aligned the information under the submission title for the --nerdfonts flag

2.6

09 Oct 05:30
Compare
Choose a tag to compare
2.6

New features

  • Comments are now collapsed by default and can be expanded with l

Changes

  • --auto-collapse flag changed to --auto-expand
  • Changed disable emoji shorthand flag from -s to -e

Cosmetic

  • Add new comment indicator to the legend menu
  • Made the separator between parent replies slightly thicker
  • Aligned the information under the submission title (score, user, time and number of comments)
    when using the --nerdfonts flag

2.5

02 Oct 09:28
Compare
Choose a tag to compare
2.5

New features

  • Comments can now be auto-collapsed with the -a or --auto-collapse flag

Cosmetic

  • Cleaned up the man pages
  • Immediately change category indicator on Tab/Shift + Tab
  • Help screen (open with i or ?) is now rendered inside clx via the viewport Bubble