| Age | Commit message (Expand) | Author |
| 2024-01-09 | tweak wheel sensitivity, improve AKS for centre button | jacqueline |
| 2024-01-06 | move default theme into styles, for easier lua overrides | jacqueline |
| 2024-01-05 | add an alerts module for lua, and implement a volume indicator with it | jacqueline |
| 2024-01-04 | refactor handling of volume steps; improve controls | jacqueline |
| 2024-01-04 | disable group wrapping by default | jacqueline |
| 2023-12-12 | Centralise which level is 'locked' | jacqueline |
| 2023-12-09 | Do db updates on the bg worker | jacqueline |
| 2023-12-08 | Add shuffle and repeat options for the playback queue | jacqueline |
| 2023-12-07 | Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw | jacqueline |
| 2023-12-07 | Remove pre-iterator concepts | jacqueline |
| 2023-12-06 | Add a back button gesture in clickwheel mode | jacqueline |
| 2023-12-05 | Rewrite the track queue to work directly with database iterators | jacqueline |
| 2023-11-25 | implement play/pause | jacqueline |
| 2023-11-24 | Migrate 'now playing' screen to lua | jacqueline |
| 2023-11-23 | Add a second font, flesh out browser screen | jacqueline |
| 2023-11-22 | Use protected mode for lua callbacks wherever possible | jacqueline |
| 2023-11-22 | Add basic lua browser screen | jacqueline |
| 2023-11-20 | Use C functions for the backstack, instead of a lua module | jacqueline |
| 2023-11-14 | Add two-way databinding for lua, and flesh out the lua statusbar | jacqueline |
| 2023-11-12 | Convert the main menu screen to lua lol | jacqueline |
| 2023-11-10 | Fix display off on boot with new lock switch direction | jacqueline |
| 2023-11-10 | Change lock switch direction to match r7 standby | jacqueline |
| 2023-11-07 | adds scrollbar fixup comment. | Robin Howard |
| 2023-11-07 | haptics: buzz on boot, and when changing focus of items. | Robin Howard |
| 2023-11-06 | Improve bt scanning responsiveness | jacqueline |
| 2023-10-31 | Remove loading spinner for 'Coming up' | jacqueline |
| 2023-10-28 | Annotates the kTag with maybe_unused; they're only used for logging. | Robin Howard |
| 2023-10-24 | Use an mutable struct + const instead of an immutable class | jacqueline |
| 2023-10-18 | Add better controls for queue manipulation | jacqueline |
| 2023-10-18 | Go straight to the playback screen after 'play now' | jacqueline |
| 2023-10-13 | Remove templating of Continuation | jacqueline |
| 2023-10-12 | Remove mV from top bar, now that we know it's not the issue | jacqueline |
| 2023-10-05 | First pass at having some kind of design and theming | jacqueline |
| 2023-10-04 | Add a basic database reindex screen | jacqueline |
| 2023-10-04 | Implement UI for enqueuing instead of replacing the current track | jacqueline |
| 2023-10-04 | Neaten up the various kinds of inputs, and move volumes to The New Way | jacqueline |
| 2023-10-03 | Write up the new input modes to NVS and settings | jacqueline |
| 2023-10-03 | Add scroll velocity + more input methods | jacqueline |
| 2023-10-03 | Generalise the lvgl input driver in preparation for more input methods | jacqueline |
| 2023-10-03 | Show battery voltage in top bar | jacqueline |
| 2023-09-29 | add a fun and cute little loading state :) | jacqueline |
| 2023-09-28 | Use databinding for the top bar. It's so nice now! | jacqueline |
| 2023-09-28 | Use bindey for databinding instead of hand rolling ui updates | jacqueline |
| 2023-09-26 | Make NVS access synchronous again | jacqueline |
| 2023-09-26 | std::string -> std::pmr::string in psram | jacqueline |
| 2023-09-22 | make bluetooth pairing ui functional | jacqueline |
| 2023-09-13 | Make the onboarding flow basically work. Much still to do! | jacqueline |
| 2023-09-12 | Fix ui nits for playback screen | jacqueline |
| 2023-09-12 | Use interrupt-based spi for the display | jacqueline |
| 2023-09-08 | Flesh out onboarding a little, and add a way to get into it | jacqueline |