Skip to content

Commit

Permalink
add changelog note about escaping html entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Jun 1, 2024
1 parent 3c70379 commit fa31a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A great way to contribute is to improve the README or documentation!
- Add the import of OPML files (https://github.com/ckampfe/russ/pull/32)
- Implement `ctrl-d` and `ctrl-u` for page scrolling, thank you @Jaco-Minnaar (https://github.com/ckampfe/russ/pull/31)
- Fix double key input bug on Windows, thank you @sobharrison (https://github.com/ckampfe/russ/issues/22)
- Decode escaped HTML entities, thank you @glima (https://github.com/ckampfe/russ/pull/37)
- Big internal rearchitecture to make event handling easier to understand and adapt
- Clean up entry insertion code, gets rid of some nasty query string building.
- Bump `ratatui` to `0.26` and fix a few resulting breakages
Expand Down

0 comments on commit fa31a3c

Please sign in to comment.