Fider
Open platform to collect and prioritize customer feedback
Alternative to: canny, uservoice, upvoty, productboard
v0.32.0
2025-12-06Executive Summary
There were some issues with the “raw markdown mode” editor where markdown formatting wasn’t always persisting properly between HTML and raw view. Switching to use a textarea for the raw markdown mode fixed these issues, and meant that the code was simpler since we had less kludging to do. That fixes many little issues, including #1401
Also sorted #1402, and implemented some security improvements too (CWE-22 Path Traversal vulnerability).
Enjoy!
Full Changelog: https://github.com/getfider/fider/compare/v0.31.0…v0.32.0