Include a way to view the changelog in Aspine #174
Labels
backend
Suspected problem with backend (server or scraper)
bloat
notrodes thinks this gets away from why people use aspine
enhancement
New feature or request
frontend
Suspected problem with frontend (client-side code in public directory)
Milestone
It would be nice if users could see (in a non-intrusive way) what new features have been added to Aspine. We could do this by rendering
CHANGELOG.md
to HTML in the backend and serving that via an endpoint which is loaded upon a button click in the info tab (after #157 is merged; that blocker is why this issue is currently on hold). In the lite version build process, we could include a step that runs a script in JS that does this compilation (we might do well to rewrite the build script entirely in JS in that case).The text was updated successfully, but these errors were encountered: