67 Commits

Author SHA1 Message Date
Alex Duchesne
da4624834e Updated CHANGELOG 2025-11-07 18:24:14 -05:00
Alex Duchesne
59c033d7d5 Fixed various compilation warnings and runtime "errors"
- Fixed some typing or naming errors resulting in compilation warnings
- No longer show errors for ENOENT
- Adjusted some things regularly causing merge conflicts

All those things are fixed in dev branch but people tend to use master as a basis for their fork (which is usually a good idea!), and those specific items have come up in the issues.

So I'm exceptionally committing those fixes to master between releases.
2025-10-01 13:13:36 -04:00
Alex Duchesne
65903046c4 Updated CHANGELOG 2025-07-27 19:33:51 -04:00
Alex Duchesne
f510ea758e Updated CHANGELOG 2025-07-27 18:13:51 -04:00
Alex Duchesne
757b516a2d Updated CHANGELOG 2025-06-17 15:45:59 -04:00
Alex Duchesne
2b68354469 Updated CHANGELOG 2025-05-22 19:41:55 -04:00
Alex Duchesne
986339f3b4 Updated CHANGELOG 2025-02-03 16:25:51 -05:00
Alex Duchesne
2cbb35f2dc Updated CHANGELOG 2025-02-03 14:16:07 -05:00
Alex Duchesne
ce99055d94 Updated CHANGELOG.md 2024-11-16 13:15:21 -05:00
Alex Duchesne
d47519f02e Updated CHANGELOG (1.43 release) 2024-09-02 13:44:32 -04:00
Alex Duchesne
13e5846577 Updated CHANGELOG to remove esp-idf 5.0 mention
1.43 should be the last release built with 4.3, though.
2024-08-30 12:02:53 -04:00
Alex Duchesne
c8b43dd77c Builds are now made with esp-idf 5.0 2024-08-27 11:56:13 -04:00
Alex Duchesne
5cbca6a081 Launcher: Make sure folders are always at the top of the list
Previously I was just hoping no file would start with '[' or lower, so that folders would naturally end on top.

But now the lists support  grouping, so that folders (or pinned items in the future) are always at the top.
2024-08-25 14:35:07 -04:00
Alex Duchesne
1b0f380eb6 Updated CHANGELOG 2024-07-23 13:17:45 -04:00
Alex Duchesne
d20ff20be7 Updated CHANGELOG.md 2024-06-05 20:36:06 -04:00
Alex Duchesne
b998549f79 Launcher: Reduced memory usage
Currently all the images we load are cached after they're first loaded. As we've added more and more tabs over the years, the memory usage has become unreasonable. After a user has cycled through all the tabs, we have very small amounts of memory left, causing all kinds of stability issues.

This commit now frees background images as the tab is left, as they're the biggest offenders by far.

But this causes slower tab switching, so in the future we should either:

- Always cache a compressed copy of the unloaded images with a very fast compression algo
- Or at least cache the raw PNG data when it is loaded from SD Card...
2024-06-05 20:32:24 -04:00
Alex Duchesne
7a2f971909 Updated CHANGELOG.md 2024-05-27 13:45:43 -04:00
Alex Duchesne
9a2df8bdc8 Updated CHANGELOG.md 2024-04-26 14:22:45 -04:00
Alex Duchesne
7d409d77d2 Updated CHANGELOG.md 2024-04-16 19:10:28 -04:00
Alex Duchesne
929e30aad0 Updated CHANGELOG.md 2024-04-07 18:12:50 -04:00
Alex Duchesne
4bca50c76b Updated changelog 2024-02-27 13:04:21 -05:00
Alex Duchesne
7a880b0efd Updated CHANGELOG 2024-02-19 21:25:05 -05:00
Alex Duchesne
8589a4ee92 Updated CHANGELOG 2024-02-19 19:13:46 -05:00
Alex Duchesne
834dd48a9e Updated CHANGELOG 2024-02-11 14:34:15 -05:00
Alex Duchesne
c078460f9b Updated CHANGELOG 2023-08-01 15:56:21 -04:00
Alex Duchesne
d6e6d0902f Updated CHANGELOG 2023-04-02 17:44:13 -04:00
Alex Duchesne
3199973e31 Updated CHANGELOG 2023-03-28 16:00:13 -04:00
Alex Duchesne
2dea6ae061 Updated CHANGELOG 2023-03-20 18:36:19 -04:00
Alex Duchesne
d974d535af Updated changelog 2022-12-30 14:19:16 -05:00
Alex Duchesne
e1f3176ca9 Updated CHANGELOG 2022-12-23 18:10:46 -05:00
Alex Duchesne
5ac0c1ec83 Updated CHANGELOG 2022-12-14 16:17:56 -05:00
Alex Duchesne
dd45668438 Updated CHANGELOG 2022-12-07 20:02:51 -05:00
Alex Duchesne
9ea7fdc84c Updated CHANGELOG 2022-12-03 21:31:17 -05:00
Alex Duchesne
5eb832de56 SNES: Fixed bogus pointer in log message when trying to load ROM from memory
Loading from mem was added when I was testing large rom stuff, it's not actually used right now.
2022-11-28 15:27:48 -05:00
Alex Duchesne
a85ec86d24 Updated CHANGELOG 2022-11-28 15:18:35 -05:00
Alex Duchesne
b35e09071c Updated CHANGELOG 2022-11-23 12:58:26 -05:00
Alex Duchesne
88baac4bbc Updated CHANGELOG 2022-11-23 12:56:57 -05:00
Alex Duchesne
e52aba5749 Updated CHANGELOG 2022-10-17 13:13:18 -04:00
Alex Duchesne
4e9465b215 Launcher: Increased size of webui buffers to make sure they're never allocated in internal ram
When internal ram runs out the SD Card stops working. This is a workaround for an esp-idf issue.
2022-10-11 06:30:19 -04:00
Alex Duchesne
776183e47d Updated CHANGELOG.md
yay whitespaces
2022-10-08 12:08:03 -04:00
Alex Duchesne
de02dbb3b9 Updated CHANGELOG 2022-10-06 13:01:30 -04:00
Alex Duchesne
2c2dcdf82d Updated CHANGELOG.md 2022-10-01 09:52:55 -04:00
Alex Duchesne
20224521b0 Updated CHANGELOG 2022-09-18 12:58:35 -04:00
Alex Duchesne
7c49438f95 Updated CHANGELOG 2022-09-11 03:31:30 -04:00
Alex Duchesne
6f333abe55 Updated CHANGELOG 2022-08-01 14:36:33 -04:00
Alex Duchesne
9474b6005e Updated CHANGELOG 2022-07-19 16:15:51 -04:00
Alex Duchesne
4ccd5d8202 Updated CHANGELOG 2022-05-21 14:22:12 -04:00
Alex Duchesne
866599bc7f Updated CHANGELOG.md 2022-04-27 12:21:29 -04:00
Alex Duchesne
b3a10654a7 Updated CHANGELOG 2022-04-20 17:52:31 -04:00
Alex Duchesne
be15c42dd3 LYNX: Removed the whole cart crc32 that was added for debugging 2022-03-31 21:13:48 -04:00