| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: clear the actionable SonarCloud code smells | Christian Cleberg | 2026-07-16 | 1 | -1/+1 |
| * | chore: remove the artifacts debug probev3.8.0 | Christian Cleberg | 2026-07-16 | 1 | -18/+0 |
| * | fix: deleted repositories linger until the cache expires | Christian Cleberg | 2026-07-16 | 2 | -1/+9 |
| * | fix: download artifacts through the API instead of handing them to Safari | Christian Cleberg | 2026-07-16 | 2 | -2/+50 |
| * | fix: make artifact upload actually fire, and show it when it fails | Christian Cleberg | 2026-07-16 | 1 | -10/+37 |
| * | fix: push mailing lists locally, fix upload menu, drop the events feed | Christian Cleberg | 2026-07-16 | 1 | -22/+24 |
| * | fix: blank mailing list from Projects, swipe flicker, hidden upload | Christian Cleberg | 2026-07-16 | 1 | -20/+32 |
| * | fix: stop destructive swipes animating rows out before confirmation | Christian Cleberg | 2026-07-16 | 1 | -1/+3 |
| * | feat: upload and delete repository artifacts | Christian Cleberg | 2026-07-15 | 3 | -2/+216 |
| * | fix: render code span contents literally | Christian Cleberg | 2026-07-15 | 1 | -7/+13 |
| * | fix: allow clearing a repository description | Christian Cleberg | 2026-07-15 | 1 | -1/+8 |
| * | feat(cache): persist read-only API responsesv3.3.1 | Christian Cleberg | 2026-05-06 | 1 | -35/+61 |
| * | feat: add persistent stale-while-revalidate API cache | Christian Cleberg | 2026-05-06 | 2 | -19/+64 |
| * | fix: add mark all read actions and avoid resending unchanged repo metadata | Christian Cleberg | 2026-04-20 | 1 | -4/+15 |
| * | fix: ensure all branches and tags are accounted for and not cutoff due to pag... | Christian Cleberg | 2026-04-20 | 2 | -19/+132 |
| * | fix: fixes dead relative links in md/org with a new single-file viewer when t... | Christian Cleberg | 2026-04-15 | 4 | -50/+312 |
| * | fix: more sonarqube quality fixesv3.1.5 | Christian Cleberg | 2026-04-13 | 2 | -5/+12 |
| * | fix: sonarqube code smell fixesv3.1.4 | Christian Cleberg | 2026-04-13 | 9 | -85/+67 |
| * | fix: centralize URLs, tighten models, and polish SwiftUI bindingsv3.1.3 | Christian Cleberg | 2026-04-13 | 3 | -15/+23 |
| * | feat(theme): AMOLED true-black rows via themedRow() | Christian Cleberg | 2026-04-13 | 9 | -1/+83 |
| * | fix: show empty state for bare git repos instead of an error | Christian Cleberg | 2026-04-13 | 1 | -5/+19 |
| * | fix: mercurial parity and graphql handlingv3.0.4 | Christian Cleberg | 2026-04-13 | 8 | -72/+157 |
| * | perf: reduce redundant fetches and improve list render efficiency | Christian Cleberg | 2026-04-13 | 2 | -7/+13 |
| * | release: v3.0.0 — navigation overhaul, Work view, and multi-pin supportv3.0.0 | Christian Cleberg | 2026-04-13 | 2 | -16/+90 |
| * | feat: add power user actions | Christian Cleberg | 2026-04-13 | 6 | -36/+162 |
| * | feat: add multi-account support | Christian Cleberg | 2026-04-12 | 1 | -1/+1 |
| * | feat: add search and recent queries | Christian Cleberg | 2026-04-12 | 2 | -4/+85 |
| * | feat: add repo settings management | Christian Cleberg | 2026-04-12 | 6 | -225/+388 |
| * | feat: add repository acl management | Christian Cleberg | 2026-04-12 | 5 | -235/+475 |
| * | feat: add theme and high-density display modes | Christian Cleberg | 2026-04-12 | 1 | -0/+1 |
| * | fix: improve inbox patch rendering and diff collapsing | Christian Cleberg | 2026-04-12 | 1 | -5/+109 |
| * | chore: add explanatory comments to all intentional empty closuresv2.10.2 | Christian Cleberg | 2026-04-03 | 2 | -3/+9 |
| * | chore: rename unused coder param to _ in CodeFileUIView | Christian Cleberg | 2026-04-03 | 1 | -1/+1 |
| * | feat: add in-app man pages browser | Christian Cleberg | 2026-04-03 | 1 | -2/+53 |
| * | add hg parity | Christian Cleberg | 2026-04-02 | 2 | -32/+115 |
| * | feat: show commit dates in Refs tabv2.8.1 | Christian Cleberg | 2026-04-01 | 4 | -12/+49 |
| * | feat: add Look Up screen and restrict management actions to ownersv2.8.0 | Christian Cleberg | 2026-04-01 | 2 | -8/+32 |
| * | add confirmation to repo rename | Christian Cleberg | 2026-04-01 | 1 | -7/+21 |
| * | fix copy throughout repo | Christian Cleberg | 2026-04-01 | 1 | -1/+1 |
| * | Fix several bugs ahead of 2.6.1v2.6.1 | Christian Cleberg | 2026-04-01 | 2 | -5/+23 |
| * | Rewrite file viewer with pinned gutter, syntax highlighting, and toolbar | Christian Cleberg | 2026-04-01 | 1 | -50/+516 |
| * | Fix nonisolated table alignment lookup in Readme View | Christian Cleberg | 2026-03-30 | 1 | -2/+7 |
| * | fix(org): improve org-mode rendering supportv2.5.1 | Christian Cleberg | 2026-03-30 | 1 | -54/+393 |
| * | feat(markdown): finalize migration to apple/swift-markdown rendererv2.5.0 | Christian Cleberg | 2026-03-30 | 1 | -4/+38 |
| * | Migrate README markdown rendering to swift-markdown and fix badge images | Christian Cleberg | 2026-03-30 | 2 | -332/+252 |
| * | partial extended support for markdown and org-mode | Christian Cleberg | 2026-03-30 | 1 | -69/+630 |
| * | chore: rename unused entry param to _ in textBlobView | Christian Cleberg | 2026-03-24 | 1 | -2/+2 |
| * | chore: rename unused protocol params to _ across UIKit representables | Christian Cleberg | 2026-03-24 | 1 | -3/+3 |
| * | fix: add nested comments to satisfy sonar rule swift:S1186 | Christian Cleberg | 2026-03-24 | 2 | -5/+16 |
| * | feat: context menus to copy clone URLs and commit SHAs | Christian Cleberg | 2026-03-22 | 2 | -0/+41 |