Releases: bensadeh/circumflex
Releases · bensadeh/circumflex
0.8
New features:
- Posts of the type '
YC startup
is hiring' are now hidden by default and can be enabled in the settings
Cosmetic:
- Info screen now shows version number
- Increased spacing between the descriptions on the settings page for easier readability
Backend:
- Added version number to User-Agent ID string
- Replaced stock http with resty
0.7.1
0.7
0.6
New features:
- Numerical input on the home screen now repeats the next action N number of times (same as in Vim's Normal mode)
- Added option 'Use Relative Numbering': Relative numbering marks each line with a number relative to the distance from
the currently selected element (similar to Vim's hybrid line number mode)
Bugfixes:
- Fixed a bug where the descriptions in
config.env
contained raw ANSI escape codes
0.5
New features:
- Added option to preserve right margin in comment section
- Added option to customize and colorize submission headlines
Cosmetic:
- Settings will be shown in two columns if there is enough screen space
Bugfixes:
- Fixed a bug where setting comment width to 0 did not use the whole screen
0.4
0.3
Features:
- Added a status bar to show contextual information
circumflex
now handles connection errors gracefully
Bugfixes:
circumflex
will no longer suspend the application when trying to open submission of the type 'Company X (YC W20) is hiring'
Backend:
- Use the 'level' field directly from the API instead of calculating it
- Large refactor of the program architecture