Skip to content

v1.1.13 — Spring cleaning

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:42
ad90469

💄 Improvements

  • The Home ticker strip reads like the rest of the app now — plain section header, "1 of 3 rows" instead of "1 row / 3 max", and quieter row labels. (#270)
  • Right-click menus grew up. They position themselves reliably near screen edges and now support full keyboard navigation. (#271)
  • Support page sections announce themselves properly to screen readers. (#271)
  • Dollar amounts in Predictions format consistently ($1,234.56) regardless of your system locale. (#271)
  • The releases page shows friendlier dates — "last week" instead of "1 week ago". (#271)

🐛 Fixes

  • Fixed right-click menus rendering with dark-theme colors while using a light theme. (#271)

🔧 Under the hood

  • A full over-engineering audit removed ~1,900 lines of dead and duplicated code and two dependencies — a leaner app that behaves exactly the same, guarded by 500 tests. (#271)