| Age | Commit message (Expand) | Author |
| 2024-02-05 | Merge pull request 'Add luarun command' (#28) from hails/tangara-fw:luarun in... | cooljqln |
| 2024-02-06 | convert kCurrentDbVersion to a type of integer that gets stringified | Hailey Somerville |
| 2024-02-06 | send a time=0 progress update after opening each file | jacqueline |
| 2024-02-05 | add version console command | Hailey Somerville |
| 2024-02-05 | define database::kCurrentDbVersion publicly | Hailey Somerville |
| 2024-02-05 | add luarun command | Hailey Somerville |
| 2024-02-05 | tweak pipeline buffers rather than i2s dma buffer | jacqueline |
| 2024-02-05 | hey i found 40KiB SRAM behind the couch! | jacqueline |
| 2024-02-05 | Properly persist bluetooth mode changes | jacqueline |
| 2024-02-05 | Make db updates more robust again the sd card disappearing | jacqueline |
| 2024-02-05 | Preserve the queue when going into standby | jacqueline |
| 2024-02-01 | Accept opus files that don't fully parse, remove opus-specific tag parser | jacqueline |
| 2024-02-01 | add an indicator for database updates | jacqueline |
| 2024-02-01 | Do a db update after every mount | jacqueline |
| 2024-02-01 | Reduce leveldb cache sizes and worker stacks, increase number of workers | jacqueline |
| 2024-02-01 | Use a single pool of bg workers instead of separate tasks per use case | jacqueline |
| 2024-01-31 | Don't unmount the sd card as aggressively | jacqueline |
| 2024-01-31 | Handle read errors properly | jacqueline |
| 2024-01-30 | hand off the sd card to the samd properly, and remount when it's finished | jacqueline |
| 2024-01-30 | Do more to avoid and recover from partial db updates | jacqueline |
| 2024-01-30 | Improve handling of sd card changes during runtime | jacqueline |
| 2024-01-29 | Extract album artist from libtags-processed files | jacqueline |
| 2024-01-23 | Fix bug where calling TrackQueue's next() repeatedly would increase the posit... | Robin Howard |
| 2024-01-23 | Plumb queue next+previous through to Lua, incl. with stubs and docs. | Robin Howard |
| 2024-01-19 | fix some lua stack leaks + add a console func to help debug | jacqueline |
| 2024-01-19 | fix issue with unclipped dither | jacqueline |
| 2024-01-18 | on second thought, let's not violate patents. 'tis a silly system. | jacqueline |
| 2024-01-18 | calculate length for CBR mp3 files | jacqueline |
| 2024-01-18 | fix issues with some song info not appearing | jacqueline |
| 2024-01-17 | move lua ui-related data to spi ram | jacqueline |
| 2024-01-17 | allocate lua properties in spi ram | jacqueline |
| 2024-01-17 | fix some properties that got copied wrong | jacqueline |
| 2024-01-17 | split out track pushing | jacqueline |
| 2024-01-17 | shift some long-lived allocs into spi ram | jacqueline |
| 2024-01-17 | whoops | jacqueline |
| 2024-01-17 | Make reindex button work; no feedback yet | jacqueline |
| 2024-01-17 | all screens basically working, but bluetooth is rough | jacqueline |
| 2024-01-15 | Begin migration of remaining screens to Lua | jacqueline |
| 2024-01-11 | wav-codec (#13) | ailurux |
| 2024-01-10 | add accurate esp and samd versions + expose this info to lua | jacqueline |
| 2024-01-10 | Use doubles instead of floats for lua numbers (this unpins the ui task) | jacqueline |
| 2024-01-10 | Add faad2 for aac decoding | jacqueline |
| 2024-01-09 | tweak wheel sensitivity, improve AKS for centre button | jacqueline |
| 2024-01-09 | bringup r8 muting | jacqueline |
| 2024-01-06 | move default theme into styles, for easier lua overrides | jacqueline |
| 2024-01-05 | split lua stubs into one set for ldoc, and one set for lua-ls | 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 |
| 2024-01-03 | fix yet more mono i2s issues | jacqueline |