-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display New Version information from changelog at bottom of Info Page #240
Conversation
kdk1616
commented
Jan 5, 2021
- Parses Markdown from CHANGELOG.md and displays at bottom of info page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, glad to be able to see updates in Aspine now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall (from reading the diff), though I have not yet tested your code. Here are some code style changes (but take them with a grain of salt because I haven't tested any of my proposed changes).
Stop writing jquery!! |
Im fine not rewriting stuff, just stop writing morehow hard is that!?!?!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete $
Changed header from 'Changelog' to 'What's New'
Co-authored-by: psvenk <45520974+psvenk@users.noreply.github.com>
Moved CSS to CSS file
Increased font size of "More Versions" link Removed paragraph at top of versions list with "Sematic Versioning" text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me; I think this is ready to merge pending @notrodes' approval. I noticed that the changelog inclusion does not work in Aspine Lite, but I chose to split that into a separate issue (#250) (a) this is a sufficiently small feature, (b) the link to GitHub still exists on Aspine Lite, and (c) implementing this would require considerable work on the build script.
To improve performance, render the changelog when starting the server instead of doing it whenever the endpoint is reached.