Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-14 | bump app's version to 0.8.1v0.8.1 | Thang Pham | |
2021-12-14 | Add a client logger (#53) | Thang Pham | |
## Brief description of changes - add a client logger to record API response time - preserve the initial comment order in `Client::load_comments` - limit the number of updated comments in each `CommentView::try_update_comments` call | |||
2021-12-14 | create a log folder if not exists | Thang Pham | |
2021-12-13 | update roadmap in README, add more sections | Thang Pham | |
2021-12-13 | update roadmap in README | Thang Pham | |
2021-12-12 | update Dockerfile to include -c optionv0.8.0 | Thang Pham | |
2021-12-12 | Release 0.8.0 (#50) | Thang Pham | |
## Brief description of changes - update dependencies - change app's version to `0.8.0` | |||
2021-12-12 | Multiple improvements (#49) | Thang Pham | |
## Brief description of changes - simplify key (shortcut) parser - rewrite search view handlers (#48) - remove `scroll_offset` option - change the wordings in `README` and the example configuration file - update CI to not run audit on PR and general tests on PR Draft | |||
2021-12-04 | fix clippy errors, decode html for story's title | Thang Pham | |
2021-11-15 | specify log file's folder path instead file path | Thang Pham | |
2021-11-15 | update `readme` and change default `url_open_command` to `open` | Thang Pham | |
2021-11-15 | stop loading comments if comment receiver channel is disconnected | Thang Pham | |
2021-11-15 | Add general improvements (#47) | Thang Pham | |
## Brief description of changes - implement a better lazy loading logic for story's comments - move comment parsing codes from `view/comment_view.rs` to `client/parser.rs` - add file logger with `tracing` - simplify codes in `async_view` by removing request retry - clean `crate::prelude` - remove release profile - remove reload comment view command - remove `allow_unicode` config option | |||
2021-10-03 | handle editing shortcuts only in search mode | Thang Pham | |
2021-08-04 | fix clippy errors | Thang Pham | |
2021-07-31 | small change to key parsing | Thang Pham | |
2021-07-28 | fix config_parser tests by adding serder(default) | Thang Pham | |
2021-07-27 | release config_parser2 v0.1.2 | Thang Pham | |
2021-07-16 | add `--rm` to docker run command | Thang Pham | |
2021-07-15 | replace `\t` by 4 spaces when rendering in `article_view` | Thang Pham | |
2021-07-11 | release `v0.7.3`v0.7.3 | Thang Pham | |
2021-07-11 | add performance optimization options to `[profile.release]` | Thang Pham | |
2021-07-10 | don't forget `#` for sudo | Thang Pham | |
2021-07-10 | allow to run the local configuration with the docker image | Thang Pham | |
2021-07-10 | update `README`, add docker installation method | Thang Pham | |
2021-07-10 | update the search view when switching to `search` mode | Thang Pham | |
2021-07-10 | update `Dockerfile` | Thang Pham | |
2021-07-10 | update docker tag name in deploy.yml | Thang Pham | |
2021-07-10 | update CI names | Thang Pham | |
2021-07-10 | update CI, packages | Thang Pham | |
2021-07-10 | add docker build CI | Thang Pham | |
2021-07-10 | add github actions | Thang Pham | |
2021-07-05 | update README | Thang Pham | |
2021-07-03 | [no-issue] add key shortcuts for editting search text (#42) | Thang Pham | |
2021-06-29 | don't use the macro to init custom view switch key shortcut | Thang Pham | |
2021-06-27 | release v0.7.2v0.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 packagesv0.7.10.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 ↵ | Thang Pham | |
default | |||
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_parserv0.7.0 | Thang Pham | |
2021-06-12 | update package versions | Thang Pham | |