| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add Look Up screen and restrict management actions to ownersv2.8.0 | Christian Cleberg | 2026-04-01 | 1 | -0/+3 |
| | | | | | Implements: https://todo.sr.ht/~ccleberg/Hutch/4 | ||||
| * | standardize nav labels | Christian Cleberg | 2026-04-01 | 1 | -1/+1 |
| | | |||||
| * | Rewrite file viewer with pinned gutter, syntax highlighting, and toolbar | Christian Cleberg | 2026-04-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Replace the SwiftUI-only CodeFileTextView with a UIViewRepresentable backed by CodeFileUIView. The previous approach could not support a fixed line number gutter while independently scrolling code content horizontally. Changes: - Gutter is pinned outside the horizontal scroll view and never scrolls left - Vertical scroll is handled by a single outer UIScrollView shared by both the gutter and code content, keeping them in sync - Line numbers are right-aligned in a fixed-width gutter calculated from the total line count - Syntax highlighting via Splash for .swift files, with plain monospaced rendering as fallback for unsupported file types - Wrap toggle persisted via AppStorage (wrapRepositoryFileLines) - Bottom toolbar replaces the floating Share button, adding Copy All and Wrap toggle actions - Copy All shows a brief checkmark confirmation that resets after 2 seconds - Font fixed at SFMono-Regular 12pt, not scaled with Dynamic Type Implements: https://todo.sr.ht/~ccleberg/Hutch/7 | ||||
| * | feat: add multi-account supportv2.6.0 | Christian Cleberg | 2026-04-01 | 2 | -7/+94 |
| | | | | | Implements: https://todo.sr.ht/~ccleberg/Hutch/11 | ||||
| * | v2.4.0: widgetsv2.4.0 | Christian Cleberg | 2026-03-24 | 3 | -0/+26 |
| | | |||||
| * | feat: surface an alert when a deep link fails to resolve | Christian Cleberg | 2026-03-22 | 2 | -2/+31 |
| | | |||||
| * | feat: add privacy policy link and global swipe actions toggle to Settings | Christian Cleberg | 2026-03-22 | 1 | -0/+4 |
| | | |||||
| * | v2.1: bundled polish and fixes | Christian Cleberg | 2026-03-19 | 1 | -14/+16 |
| | | |||||
| * | feat: implement support for projects, lists, and pastes | Christian Cleberg | 2026-03-19 | 2 | -21/+135 |
| | | |||||
| * | feat: add inbox threads and move builds under more | Christian Cleberg | 2026-03-19 | 1 | -13/+13 |
| | | |||||
| * | feat: add support for reading inbox messages (emails) and replying in-app | Christian Cleberg | 2026-03-19 | 2 | -20/+36 |
| | | |||||
| * | add Home dashboard and repository build status indicators | Christian Cleberg | 2026-03-18 | 1 | -2/+13 |
| | | |||||
| * | v1.0 | Christian Cleberg | 2026-03-17 | 4 | -0/+493 |
