14 Commits

Author SHA1 Message Date
Tal
02a4e688bd chore: update dependencies
for some reason, rodio decided it would be a great idea to change all of
the core terminology to be less technical. this is frankly strange, but
it's best not to use an outdated version of the dependency.

rodio is for some reason switching to a "breaking change every single
update" versioning model. why? i have frankly no idea, semver exists for
a reason and they decided just not to use it. 0.x.x is stupid, and
people should realize semver exists for a reason. to the total of zero
people who will read this, thanks for reading my short rant.
2026-03-05 20:34:45 +01:00
Tal
6f6a552de5 chore: eliminate public statics 2026-01-03 13:25:21 +01:00
talwat
8a1f6dd214 feat: propagate errors within tasks by restructuring task management 2025-12-27 09:27:05 +01:00
talwat
8ff0f477ac style: improve a few names 2025-12-17 22:44:34 +01:00
talwat
287a61ca80 style: split off titlebar into seperate file 2025-12-17 22:08:59 +01:00
Tal
4b2fac3529 fix: default of params 2025-12-17 18:11:49 +01:00
talwat
89da41c9ff style: consolidate interface state into struct 2025-12-17 11:08:13 +01:00
talwat
ea24b7d8b3 style: improve structure of clock code 2025-12-17 10:31:30 +01:00
Tal
905e0ee098 fix: small improvements in state & rng 2025-12-10 19:35:25 +01:00
Tal
f88b46ec56 chore: remove now failing format tests 2025-12-05 21:36:19 +01:00
Tal
a87a8cc59e chore: configure clippy & fix lints 2025-12-04 20:53:19 +01:00
talwat
ebce85cae9 chore: remove useless tests 2025-12-04 13:58:22 +01:00
talwat
95ce4f2352 chore: add more tests 2025-12-04 13:50:38 +01:00
talwat
8fcc2213c9 feat: make download progress smoother
ci: add some unit tests and run them every commit
2025-12-02 21:52:54 +01:00