ShowProgressShowProgress

Feedback

Help me improve ShowProgress by submitting suggestions or voting on existing ideas.

Subscribe to updates

Read the latest updates and feature launches from ShowProgress.

Powered by ShowProgress

Submit a Suggestion

Have an idea or a bug report? Tell us what you want to see built!

Supports Markdown formatting
Showing 2 of 2 suggestions
improvementPlanned

Localization and multilingual support for public portals (Changelog & Feedback Board)

For global projects, it's crucial that users can read the changelog and the feedback board in their native language.

Desired Features:

  • AI-powered automatic translation of changelogs to English, Spanish, French, etc.
  • Language selector dropdown in the header of the public portal.
  • Auto-detect browser language settings to serve the correct locale by default.
featurePlanned

Support KaTeX rendering for math equations in Changelog and Feedback Board

For technical, scientific, or machine learning projects, developers often need to display mathematical formulas in their documentation and release updates.

We would like the MarkdownRenderer to support KaTeX parsing (e.g. using $ and $$ delimiters) to render equations natively.

Desired Features:

  • Inline equations: $ E = mc^2 $
  • Block equations: $$ f(x) = \int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d\xi $$
  • Safe loading of KaTeX CSS fonts on demand to avoid performance penalty for non-math projects.