Skip to content

Releases: bensadeh/circumflex

1.19

28 Aug 08:35
Compare
Choose a tag to compare

This release replaces lynx for rendering HTML in favour of handling the rendering logic directly in circumflex.

Backend

  • Bump Go to 1.17
  • Reader Mode: Removed lynx as a dependency
    • Added support for code blocks and in-line code highlighting
    • Added support for prettier tables
    • Added support for rendering different headers (h1 - h6)
    • Added support for well-formatted lists and sub-lists

1.18

03 Aug 08:32
Compare
Choose a tag to compare

1.18

2021-08-03

New features

  • Added an option to remove indentation symbols from the comment section

Cosmetic

  • Better handling of stray newlines
  • Monthly Who is hiring posts now have normal syntax highlighting

Backend

  • Bump goreadability
  • Bump cobra

1.17

28 Jul 09:07
b295266
Compare
Choose a tag to compare

This release marks the one year anniversary since the first commit of circumflex 🎉

Cosmetic

  • Included syntax highlighting for YC-funded startups in the comment section
  • Code snippets are now in italics and magenta (was: just magenta)
  • Monthly 'Who is Hiring' posts now honor the 'highlight headlines' setting
  • Remove FAANG highlighting (it was a bit too colorful)
  • Better handling of fractions
  • Better handling of smiley to emoji substitution
  • Better handling of syntax highlighting for URLs
  • Better handling of double dashes to em-dashes conversion
  • Better handling of username highlights
  • Comments that have been deleted and have no replies are no longer printed
  • Redesigned comment section header

1.16

24 Jul 15:11
Compare
Choose a tag to compare

New features

  • circumflex can now be customized with flags

Changes

  • Highlight headlines option has been simplified and can now be either
    enabled or disabled (Removed an option to highlight headlines with the reverse
    highlighting flag)

Cosmetic

  • Code snippets are now highlighted in magenta instead of blue
  • Mark as read setting now turned on by default
  • Rename create_config command to config
  • Hyperlinks are now in blue instead of dimmed blue

Bugfixes

  • Fixed a bug where highlighting of $ would cause a panic
  • Comments are now properly shortened when they reach the edge of the screen
  • Fractions now have proper spacing between them and the next word

1.15

22 Jul 15:14
Compare
Choose a tag to compare

New features

  • Submissions can now be marked as read (turned off by default)

Cosmetic

  • Highlight mentions of FAANG in the comment section
  • Highlight moderator author names in main screen
  • Removed white from indent blocks
  • Comments now show prettier Unicode fractions
  • Double single dashes (--) now appear as a single em-dash (—)
  • Triple dots (...) now appear as a single ellipsis (…)
  • Added an option to convert smileys to emojis
  • Removed support for hyperlinks in the terminal since they were somewhat too complex
    compared to the benefit / convenience they provided
  • URLs are now highlighted in dimmed blue

1.14

15 Jul 20:56
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where a single @ would be highlighted
  • Fixed a bug where alternate indentation block would not apply for quotes

Cosmetic

  • Monthly Who is hiring, Freelancer, Who wants to be hired posts are now highlighted
    in their own color

Backend

  • Bump cobra and viper
  • Bump cview

1.13

30 Jun 19:53
Compare
Choose a tag to compare

New features

  • Comment syntax highlighting can now be disabled

Cosmetic

  • Adjusted article width in Reader Mode
  • Added a message when successfully running clx create_example_config
  • Reworked pagination indicator
  • Ask HN is now highlighted in blue
  • Tell HN is now highlighted in magenta
  • $variables are now highlighted in cyan
  • IANAL is now highlighted in red
  • IAAL is now highlighted in green

1.12

14 Jun 19:12
Compare
Choose a tag to compare

New features

  • clx id [item-id] respects config.env and set environment variables

Cosmetic

  • Text inside backticks is highlighted
  • Mentions in comments @username are highlighted
  • Changed highlighting of PDF, video and audio in headlines

1.11

13 Jun 08:06
Compare
Choose a tag to compare

New features

  • Added a command to go directly to the comment section for a given ID

Cosmetic

  • Reader Mode: Do not print Footnotes in Wikipedia articles
  • Reader Mode: Improved formatting for bullet points

1.10

12 Jun 08:45
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where deeply nested comment did not use the whole screen