summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-14bump app's version to 0.8.1v0.8.1Thang Pham
2021-12-14Add a client logger (#53)Thang Pham
2021-12-14create a log folder if not existsThang Pham
2021-12-13update roadmap in README, add more sectionsThang Pham
2021-12-13update roadmap in READMEThang Pham
2021-12-12update Dockerfile to include -c optionv0.8.0Thang Pham
2021-12-12Release 0.8.0 (#50)Thang Pham
2021-12-12Multiple improvements (#49)Thang Pham
2021-12-04fix clippy errors, decode html for story's titleThang Pham
2021-11-15specify log file's folder path instead file pathThang Pham
2021-11-15update `readme` and change default `url_open_command` to `open`Thang Pham
2021-11-15stop loading comments if comment receiver channel is disconnectedThang Pham
2021-11-15Add general improvements (#47)Thang Pham
2021-10-03handle editing shortcuts only in search modeThang Pham
2021-08-04fix clippy errorsThang Pham
2021-07-31small change to key parsingThang Pham
2021-07-28fix config_parser tests by adding serder(default)Thang Pham
2021-07-27release config_parser2 v0.1.2Thang Pham
2021-07-16add `--rm` to docker run commandThang Pham
2021-07-15replace `\t` by 4 spaces when rendering in `article_view`Thang Pham
2021-07-11release `v0.7.3`v0.7.3Thang Pham
2021-07-11add performance optimization options to `[profile.release]`Thang Pham
2021-07-10don't forget `#` for sudoThang Pham
2021-07-10allow to run the local configuration with the docker imageThang Pham
2021-07-10update `README`, add docker installation methodThang Pham
2021-07-10update the search view when switching to `search` modeThang Pham
2021-07-10update `Dockerfile`Thang Pham
2021-07-10update docker tag name in deploy.ymlThang Pham
2021-07-10update CI namesThang Pham
2021-07-10update CI, packagesThang Pham
2021-07-10add docker build CIThang Pham
2021-07-10add github actionsThang Pham
2021-07-05update READMEThang Pham
2021-07-03[no-issue] add key shortcuts for editting search text (#42)Thang Pham
2021-06-29don't use the macro to init custom view switch key shortcutThang Pham
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