Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | make locally opened playlists have a group name! | Florrie | |
2020-02-04 | OS-agnostic default music directory | Florrie | |
2019-10-17 | Import tui-lib with npm instead of as a submodule | Florrie | |
2019-09-22 | Basic multiple player UI | Florrie | |
Currently uses meta+(c, x, n, p, up, down) keys as the only interaction method, but that'll change soon! | |||
2019-09-15 | Only render when stuff on-screen actually changes! | Florrie | |
This means we can basically guarantee 0% CPU usage when nothing on the screen is changing! There may still be some kinks to work out, but I've tested most features and fixed any apparent bugs (including an unrelated bug in the suspend feature which made it crash when resuming the process). | |||
2019-07-19 | Frame delay = 50 on normal client, 100 on telnet | Florrie | |
2019-07-06 | Remove backend listeners when client closes | Florrie | |
2019-07-06 | End flushable when socket disconnects | Florrie | |
This prevents occasional errors from showing up when a flushable tries to flush to the socket after it's been closed. | |||
2019-07-06 | Experimental telnet server | Florrie | |