| Age | Commit message (Expand) | Author |
| 2025-10-14 | Remove 'App.find()', which was essentially an alias of 'document.querySelecto... | supahgreg |
| 2025-10-14 | Remove 'App.byId()', which was essentially an alias of 'document.getElementBy... | supahgreg |
| 2025-10-14 | Remove 'App.findAll()', which was essentially an alias of 'document.querySele... | supahgreg |
| 2025-10-14 | Remove various Element and Array prototype extensions (and similar). | supahgreg |
| 2025-10-14 | Fix 'App.select_tag()' again. | supahgreg |
| 2025-10-14 | Fix default selection for 'App.select_tag()' and 'App.select_hash()'. | supahgreg |
| 2025-10-14 | Fix some more issues related to ESLint 'eqeqeq' changes (again). | supahgreg |
| 2025-10-14 | minor: fix a labels issue introduced in 362e2dc28c9d28bc7644df6694b4de78a116da37 | supahgreg |
| 2025-10-14 | Fix some more issues related to ESLint 'eqeqeq' changes. | supahgreg |
| 2025-10-13 | Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences. | supahgreg |
| 2025-10-12 | Fix 'Feed.setActive()' allowing a string 'id'. | supahgreg |
| 2025-10-12 | Fix various ESLint 'no-undef' rule instances. | supahgreg |
| 2025-10-12 | Clean up unnecessary eslint-disable directives (per ESLint). | supahgreg |
| 2025-10-12 | Add a workaround+note for a FeedTree feed item's 'error' being '[]'. | supahgreg |
| 2025-10-12 | Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es... | supahgreg |
| 2025-10-12 | Address ESLint rule 'no-prototype-builtins'. | supahgreg |
| 2025-10-12 | Address ESLint rule 'eqeqeq'. | supahgreg |
| 2025-10-10 | Improve 'App.getSelectedText()'. | supahgreg |
| 2025-10-10 | Fix a potential double-unescaping issue, tweak 'App.escapeHtml()'. | supahgreg |
| 2025-10-06 | Switch links to the 'tt-rss' GitHub organization. | supahgreg |
| 2025-10-05 | Switch from 'tt-rss-web-static' links to wiki links. | supahgreg |
| 2025-10-03 | Remove references to, and integrations with, 'tt-rss.org'. | supahgreg |
| 2025-08-14 | bump amount of retries when trying to auto-switch theme | Andrew Dolgov |
| 2025-08-10 | Fix default dark mode CSS path in UtilityJS, use configurable default themes ... | wn_ |
| 2025-08-08 | check if backend is reachable when handling night mode change instead of rely... | Andrew Dolgov |
| 2025-08-01 | make default light/dark themes configurable, add support for main application... | Andrew Dolgov |
| 2025-07-30 | implement special counter display when viewing by published, similar to marked | Andrew Dolgov |
| 2025-07-27 | attempt to retry night mode switch if we're offline | Andrew Dolgov |
| 2025-07-08 | Use existing headline info for 'Article.displayUrl()' | wn_ |
| 2025-07-06 | Separate feed type detection from init, don't subscribe on failures. | wn_ |
| 2025-06-19 | Clean up displaying subscription error info, log more detailed info to the ev... | wn_ |
| 2025-06-17 | Remove unused subscription return code 6 | wn_ |
| 2025-06-17 | Escape error content displayed when subscribing fails (as it might contain HT... | wn_ |
| 2025-06-17 | Show some HTML content as a hover tip when the 'feed URL' returned HTML witho... | wn_ |
| 2025-05-02 | drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes | Andrew Dolgov |
| 2025-03-31 | Merge branch 'feature/search-in-hash' into 'master' | Andrew Dolgov |
| 2025-03-30 | Include the search query+language as part of the URL hash. | wn_ |
| 2025-03-30 | use server-side localized formatting for matching rule to display as a toolti... | Andrew Dolgov |
| 2025-03-30 | stop sending matched content twice for the tooltip, use smaller objects conta... | Andrew Dolgov |
| 2025-03-28 | add limited highlighting of filter test results based on matched rules | Andrew Dolgov |
| 2025-03-27 | filter test dialog improvements: | Andrew Dolgov |
| 2025-03-19 | allow setting update interval in subcribe to feed dialog | Andrew Dolgov |
| 2025-02-15 | Move filter test results HTML building to the frontend. | wn_ |
| 2025-02-15 | Only continue filter testing when there are likely more entries to check. | wn_ |
| 2025-02-08 | Indicate filters might have matched more than the test found. | wn_ |
| 2025-01-06 | Fix setting a custom title when cloning a single filter. | wn_ |
| 2025-01-06 | Use 'clone' wording for filter duplication. | wn_ |
| 2025-01-06 | Prompt for the new filter name when only copying one. | wn_ |
| 2025-01-06 | Add the ability to copy an existing filter. | wn_ |
| 2024-11-23 | collapse actions summary list in filter tree if 'toggle rule display' is disa... | Andrew Dolgov |