summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-16bump app's version to `0.9.1`v0.9.1Thang Pham
2022-01-16Merge remote-tracking branch 'origin/main'Thang Pham
2022-01-16update NOTES and docker build fileThang Pham
2022-01-16Update dependencies (#63)Thang Pham
2022-01-09Render story text in comment view (#62)Thang Pham
2022-01-09add project notesThang Pham
2022-01-05change the error message when running the `article_parse_command`Thang Pham
2021-12-30Pre-release `v0.9.0` (#61)v0.9.0Thang Pham
2021-12-30add demo videosThang Pham
2021-12-29add a newline when rendering multiline code in commentThang Pham
2021-12-28downgrade comfy_table to 4.1.1Thang Pham
2021-12-28Update documentation and configuration structures (#59)Thang Pham
2021-12-27Integrate `comfy_table` (#60)Thang Pham
2021-12-27improve newline rendering rules for article html parserThang Pham
2021-12-26parallelize comment parsing with rayonThang Pham
2021-12-23Add font highlighting for `ArticleView` (#58)Thang Pham
2021-12-17HTML decode story's titleThang Pham
2021-12-16Add story tag navigation commands (#57)Thang Pham
2021-12-16[#51] add font highlight for `CommentView` and `StoryView` (#56)Thang Pham
2021-12-16Tweak application UI (#55)Thang Pham
2021-12-15README: update installation methodsThang Pham
2021-12-14Rewrite theme structs (#54)Thang Pham
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