Skip to content

v1.1.11 — The Unification, actually working

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:12
ea70526

Update from v1.1.10. That release had a bug that made the app look broken: widgets you added never appeared in the sidebar or on your account page. This fixes it.

🐛 Fixes

  • Your widgets are visible again. v1.1.10 asked the server for your widget list, got it, and then filed it under the wrong name internally — so the sidebar, the account page, and the ticker all looked for it and found nothing. Adding a widget genuinely worked and genuinely saved; nothing could see the result, and re-adding correctly told you it was already there. Nothing was lost, and the widgets you added on v1.1.10 will simply reappear once you update.

🔧 Under the hood

The bug came from the v1.1.10 rename, where one file kept writing the old field name. The type checker couldn't flag it — the value was cast in a way that suppresses exactly that check — so a test now scans every file that builds this payload and fails the build if the retired name shows up. The previous version of that test only watched four files by hand, which is how this one slipped through.

💾 Still need to re-add your widgets?

If you added widgets on v1.1.10 they're already saved and will show up after updating. If you haven't added any since the v1.1.10 reset, open the Library and pick the ones you want.