summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-27release v0.7.2v0.7.2Thang Pham
2021-06-26[no-issue] refactor modules (#41)Thang Pham
2021-06-26update READMEThang Pham
2021-06-26use iter instead of par_iter for parsing commentsThang Pham
2021-06-25find next visible comment using HiddenView::is_visible()Thang Pham
2021-06-25better handle comment collapsingThang Pham
2021-06-21update packagesv0.7.10.7.1Thang Pham
2021-06-21publish v0.7.1Thang Pham
2021-06-19add quote characters to unicode character whitelistThang Pham
2021-06-19add allow_unicode config option and disable rendering unicode characters by d...Thang Pham
2021-06-18remove soft-hyphen from comment textThang Pham
2021-06-13Add comment collapsing (#40)Thang Pham
2021-06-13fix comment reloadingThang Pham
2021-06-12use config_parser2 instead of config_parserv0.7.0Thang Pham
2021-06-12update package versionsThang Pham
2021-06-12update READMEThang Pham
2021-06-12add config parsing errorThang Pham
2021-06-12improve config file documentationThang Pham
2021-06-12Implement `config_parser` crates to allow optional configurations (#39)Thang Pham
2021-06-06add run_benchmarkThang Pham
2021-06-06minor changes to static clientThang Pham
2021-06-06Reduce code boilerplate P1 (#38)Thang Pham
2021-06-06use backtick for variable in the config docThang Pham
2021-06-06use clippy for linterThang Pham
2021-06-06update packagesThang Pham
2021-06-05remove enable:true from LazyLoadingComments config optionThang Pham
2021-06-05Integrate official HackerNews Official APIs P2: implement lazy comments loadi...Thang Pham
2021-05-30Integrate official hackernews API (p1): for `Front Page` stories (#36)Thang Pham
2021-05-30use max_width = 128 for help dialogThang Pham
2021-05-29release v0.6.2v0.6.2Thang Pham
2021-05-29Add `article_parse_command` (#35)Thang Pham
2021-05-29don't forget to change the default theme defined in config.rsThang Pham
2021-05-28don't use multiline regex for parsing linkThang Pham
2021-05-28try to use absolute color for the default config (not affected by terminal co...Thang Pham
2021-05-20don't show custom keymap section if there aren't anyThang Pham
2021-05-19change app version to 0.6.1v0.6.1Thang Pham
2021-05-19update by_date descriptionThang Pham
2021-05-19Merge pull request #34 from aome510/no-issue-add-custom-view-navigationThang Pham
2021-05-19use tag instead of viewThang Pham
2021-05-19update readmeThang Pham
2021-05-18make status bar show only view nameThang Pham
2021-05-18add custom keymap sectionThang Pham
2021-05-18modify example config fileThang Pham
2021-05-18add custom story view navigation key map to help_viewThang Pham
2021-05-18implement key_groups for help_viewThang Pham
2021-05-18add story filters description for StoryView status barThang Pham
2021-05-18add spacing for paragraphThang Pham
2021-05-17add default for custom_keymap and add more documentation for custom_keymap in...Thang Pham
2021-05-16add derive Debug to most of the struct with derive macroThang Pham
2021-05-16implement query for numericFiltersThang Pham