Fuze Mediaboard
Last update: Friday, 29 May 2026
Dev: svychan
Tools: C++, Boost
Link: https://fuze.page/software/mediaboard
Repo: https://github.com/Liteb0t/Mediaboard
>>/wdg/108864541 [desu] >>108932922 [desu] 2026-05-29 11:08:44
0.1.2:
- Added optional AVIF and HEIC support; made WebP support optional.
- Added option to convert uploaded HEIC images into JPG.
- Added back the "Change password" feature, which was removed in 0.1
- Fixed a serious bug where the API couldn't fetch data on browsers which first accessed the Mediaboard after 0.0.6.
- Fixed a bug where the reply box sometimes wouldn't show when the user has permission to post.
- Fixed a bug where deleting permission groups caused inconsistencies in the database.
- Fixed a bug where replying to a thread containing deleted messages would fail.
- Fixed a bug where some messages weren't marked as deleted in the database, causing them to reappear.
>>/wdg/108864541 [desu] >>108916500 [desu] 2026-05-27 09:12:23
0.1.1:
- Expanding an image now shows the image progressively render, instead of waiting for it to fully load.
- Metadata is now removed from uploaded images.
- Added option to stay logged in for 90 days.
- Fixed bug where thumbnails were sometimes rotated incorrectly.
- Fixed bug where frontend would show user as logged in after session had expired.
- Fixed bug where uploaded file wasn't accessible if its filename started with a space.
>>/wdg/108864541 [desu] >>108874728 [desu] 2026-05-21 17:23:40
0.1: The first production-ready release.
- Major refactoring, introducing the new FuzeDBI and FuzeHttp libraries.
- Added SQLite support, used by default. The server can be compiled with the PostgreSQL interface instead, using the flag FUZEDBI_ENABLE_POSTGRES=ON.
- Rebuilt authentication to be more secure.
- Replaced Makefile and Meson build systems with CMake.
>>/wdg/108564403 [desu] >>108566004 [desu] 2026-04-09 14:26:58
0.0.6: Mainly bug fixes. Also using CMake as the build system now.
>>/wdg/107842022 [desu] >>107845405 [desu] 2026-01-12 21:19:00
Added a permissions system