Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-17 | Add hashtag search | r | 1 | -1/+1 | |
2024-04-21 | Make refresh button point to the first page on timeline | r | 1 | -6/+7 | |
2024-02-12 | Update page titles | r | 1 | -1/+1 | |
- Use consistent letter casing - Append instance domain to the title | |||||
2024-02-05 | Add inline follow/unfollow buttons on follow list page | r | 1 | -6/+5 | |
2023-10-01 | Add profile edit page | r | 1 | -0/+5 | |
2022-12-17 | Add support for expiring mutes | r | 1 | -0/+5 | |
2022-02-11 | Add lists | r | 1 | -0/+13 | |
2021-09-05 | Add quick reply | r | 1 | -0/+7 | |
2021-04-03 | Add option for user CSS | r | 1 | -0/+1 | |
2021-04-03 | Update error page | r | 1 | -1/+3 | |
- Add retry button for GET requests - Only show signin button when it's a session error | |||||
2021-03-28 | Refactor | r | 1 | -6/+6 | |
2021-01-30 | Add filters | r | 1 | -0/+5 | |
2021-01-23 | Add remote timeline | r | 1 | -0/+2 | |
2021-01-17 | Make redirection work without Referer header | r | 1 | -0/+1 | |
2020-11-14 | Add notification interval setting | r | 1 | -6/+6 | |
It replaces the "Auto refresh notifications" checkbox | |||||
2020-10-19 | Add setting for default format | r | 1 | -1/+2 | |
2020-09-03 | Fix issues related to AntiDopamine mode | r | 1 | -7/+7 | |
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | |||||
2020-09-03 | Add the Anti Dopamine feature | Hyphen | 1 | -0/+1 | |
2020-04-25 | Add option to hide attachments | r | 1 | -6/+7 | |
2020-02-26 | Add notification count in page title | r | 1 | -0/+1 | |
2020-02-23 | Use <base> element to set target | r | 1 | -0/+1 | |
2020-02-18 | Add frame based navigation | r | 1 | -28/+18 | |
2020-02-08 | Remove account relationship buttons for logged in user's page | r | 1 | -6/+16 | |
2020-02-02 | Add status deletion | r | 1 | -0/+1 | |
2020-02-01 | Use vendored dependencies | r | 1 | -1/+1 | |
2020-01-31 | Update user page | r | 1 | -12/+2 | |
- Use the same page to display status and user list - Add media only status list | |||||
2020-01-30 | Add user search page | r | 1 | -0/+8 | |
2020-01-28 | Refactor everything | r | 1 | -9/+0 | |
2020-01-26 | Add CSRF protection | r | 1 | -0/+2 | |
2020-01-14 | Refactor renderer and templates | r | 1 | -2/+7 | |
2020-01-12 | Add dark mode | r | 1 | -0/+3 | |
2020-01-08 | Add fluoride mode | r | 1 | -0/+1 | |
2020-01-01 | Rename package to bloat | r | 1 | -3/+3 | |
2019-12-29 | Add following and followers page | r | 1 | -0/+14 | |
2019-12-27 | Add settings page | r | 1 | -5/+10 | |
2019-12-26 | Add search page | r | 1 | -11/+21 | |
2019-12-26 | Add liked by and retweeted by page | r | 1 | -1/+28 | |
2019-12-25 | Update header template and add option for custom css | r | 1 | -6/+17 | |
2019-12-25 | Refector render structs | r | 1 | -75/+13 | |
2019-12-25 | Add local and twkn timelines | r | 1 | -1/+3 | |
2019-12-24 | Add userinfo in navigation | r | 1 | -1/+3 | |
2019-12-22 | Add emojis page | r | 1 | -0/+12 | |
2019-12-21 | Add support for scopes | r | 1 | -22/+24 | |
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts | |||||
2019-12-21 | Use a single form for new posts and replies | r | 1 | -5/+4 | |
2019-12-21 | Add about page | r | 1 | -0/+10 | |
2019-12-20 | Add user page and follow/unfollow calls | r | 1 | -0/+18 | |
2019-12-19 | Fix reply template | r | 1 | -3/+1 | |
2019-12-18 | Add reply links on thread page | r | 1 | -5/+5 | |
2019-12-15 | Add notification support | r | 1 | -12/+42 | |
2019-12-13 | Use account mentions as default text in replies | r | 1 | -9/+11 | |