index
:
hackernews
100-debug
main
Mirror of https://github.com/aome510/hackernews-TUI
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-27
release v0.7.2
v0.7.2
Thang Pham
2021-06-26
[no-issue] refactor modules (#41)
Thang Pham
2021-06-26
update README
Thang Pham
2021-06-26
use iter instead of par_iter for parsing comments
Thang Pham
2021-06-25
find next visible comment using HiddenView::is_visible()
Thang Pham
2021-06-25
better handle comment collapsing
Thang Pham
2021-06-21
update packages
v0.7.1
0.7.1
Thang Pham
2021-06-21
publish v0.7.1
Thang Pham
2021-06-19
add quote characters to unicode character whitelist
Thang Pham
2021-06-19
add allow_unicode config option and disable rendering unicode characters by d...
Thang Pham
2021-06-18
remove soft-hyphen from comment text
Thang Pham
2021-06-13
Add comment collapsing (#40)
Thang Pham
2021-06-13
fix comment reloading
Thang Pham
2021-06-12
use config_parser2 instead of config_parser
v0.7.0
Thang Pham
2021-06-12
update package versions
Thang Pham
2021-06-12
update README
Thang Pham
2021-06-12
add config parsing error
Thang Pham
2021-06-12
improve config file documentation
Thang Pham
2021-06-12
Implement `config_parser` crates to allow optional configurations (#39)
Thang Pham
2021-06-06
add run_benchmark
Thang Pham
2021-06-06
minor changes to static client
Thang Pham
2021-06-06
Reduce code boilerplate P1 (#38)
Thang Pham
2021-06-06
use backtick for variable in the config doc
Thang Pham
2021-06-06
use clippy for linter
Thang Pham
2021-06-06
update packages
Thang Pham
2021-06-05
remove enable:true from LazyLoadingComments config option
Thang Pham
2021-06-05
Integrate official HackerNews Official APIs P2: implement lazy comments loadi...
Thang Pham
2021-05-30
Integrate official hackernews API (p1): for `Front Page` stories (#36)
Thang Pham
2021-05-30
use max_width = 128 for help dialog
Thang Pham
2021-05-29
release v0.6.2
v0.6.2
Thang Pham
2021-05-29
Add `article_parse_command` (#35)
Thang Pham
2021-05-29
don't forget to change the default theme defined in config.rs
Thang Pham
2021-05-28
don't use multiline regex for parsing link
Thang Pham
2021-05-28
try to use absolute color for the default config (not affected by terminal co...
Thang Pham
2021-05-20
don't show custom keymap section if there aren't any
Thang Pham
2021-05-19
change app version to 0.6.1
v0.6.1
Thang Pham
2021-05-19
update by_date description
Thang Pham
2021-05-19
Merge pull request #34 from aome510/no-issue-add-custom-view-navigation
Thang Pham
2021-05-19
use tag instead of view
Thang Pham
2021-05-19
update readme
Thang Pham
2021-05-18
make status bar show only view name
Thang Pham
2021-05-18
add custom keymap section
Thang Pham
2021-05-18
modify example config file
Thang Pham
2021-05-18
add custom story view navigation key map to help_view
Thang Pham
2021-05-18
implement key_groups for help_view
Thang Pham
2021-05-18
add story filters description for StoryView status bar
Thang Pham
2021-05-18
add spacing for paragraph
Thang Pham
2021-05-17
add default for custom_keymap and add more documentation for custom_keymap in...
Thang Pham
2021-05-16
add derive Debug to most of the struct with derive macro
Thang Pham
2021-05-16
implement query for numericFilters
Thang Pham
[next]