Releases: giulianopz/newscanoe
Releases · giulianopz/newscanoe
v0.1.13
v0.1.12
v0.1.11
v0.1.10
Changelog
- f33c7b0 Add TODOs
- 4a447b6 Improve project description
- cb0831b Merge branch 'develop'
- 37c887a Merge branch 'feature/parse-html-to-plain-text' into develop
- 97ae8b4 Rename var to exit keyboard event for loop
- e56e380 Separate rendering logic in separate funcs
- 20442dd Separate rendering logic in separate funcs
- fc91fc7 Update asciinema link
- 2e41b15 Use forks of go-shiori/dom and go-shiori/go-readability to display artictle text in a readable format
v0.1.9
Changelog
- 8f9c646 Add new cmds
- 59e67a9 Break main source file into logical units
- 991ae97 Fix text rendering when screen is refreshed due to window resizing
- 227de35 Fix typo
- 0e1db34 Log if window size cannot be resized
- f90eac4 Merge branch 'develop'
- ade3e05 Remove unused constants
- 24b9375 Rename var
- d01a16a Update asciinema preview link
v0.1.8
Changelog
- 14b91dc Create constants for escape sequences and ascii codes
- 1b20c42 Evict cache before reloading a feed
- bbef0cd Fix article text not displayed due to latency; safely access display buffer with a mutex
- 8d91213 Fix deadlock when entering a new feed url
- 9c3fdee Fix terminal previous state not properly restored
- 674c48b Install binary in a non-root path
- 08bdded Make struct private
- a624a14 Merge branch 'develop'
- d79f72f Merge branch 'develop' of https://github.com/giulianopz/newscanoe into develop
- 3b93b67 Remove duplicate line
- c60fee1 Scroll to first or last item if the available content does not exceeds the window size
- e14c4ee Update asciinema recording link
v0.1.7
Changelog
- 10ed630 Add util func to append a new row to the content buffers
- e3063d7 Display articles ordered by pud date in descending order
- d517981 Document use of page up/down keys
- f25e5da Fix and refactor editing mode
- c44e105 Load the feed when the user enters a new feed url
- 8ff6433 Merge branch 'main' of https://github.com/giulianopz/newscanoe
- 43bddb3 Refactor offset setting when entering a new feed
- 378853e Remove select block
- 6ef39fc Scroll displayed rows with page up/down keys
- 2f2b944 Use green colour to signal success after entering a valid feed url
v0.1.6
v0.1.5
v0.1.4
Changelog
- 75fe266 Add TODO to implement scrolling feature
- cb280d7 Allow the user to insert manually a new feed URL by typing 'a'. Prompt the user to do so if the config file is empty
- e58b65c Comment ANSI escape codes
- 8e7d00c Disable left and right keys outside of editing scope
- 3347d32 Fix config file vs cache file conflicts
- ff5e191 Improve readme
- 2e17d17 Move cursor when inserting a feed url
- a3299b5 Update readme