Create a CHANGELOG.md file
See original GitHub issueIs your feature request related to a problem you are facing?
I have always wished that jitsi had a CHANGELOG.md file. It’s a good way for non-developers to track important changes to the software (perhaps new Stable versions), and to disseminate important news. The following revived my interest.
… Stable jitsi-meet now is 2.0.4468…
Is there currently a way that people can discover this?
Describe the solution you’d like
A CHANGELOG.md file could accomplish this. That file might only be updated when the main meet.jit.si server gets updated…
To keep it simple (and to minimize the effort), the entries could say:
2020-04-?? output of
dpkg -l | grep jitsi
followed by…
- sentence about interesting change 1
- sentence about interesting change 2
- … maybe with links to issues/forum discussions/etc…
As a practical matter, the CHANGELOG.md file could simply start with today’s release and add new releases at the top. (I’m less interested in history.)
Describe alternatives you’ve considered
Create a README that tells people how to dig through sources, browser console messages, etc. to determine the current versions.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:11 (5 by maintainers)
Top GitHub Comments
@damencho Since recently, I’m subscribed to the release notifications for jitsi, which I receive by email. Looking at the latest release, in order to assess whether I want to update, I had to:
I think this could be improved by:
Thank you everybody involved for this great tool!
thanks for reopening @Echolon