vscode-gremlins icon indicating copy to clipboard operation
vscode-gremlins copied to clipboard

[Bug] Changelog information for v0.26.0 is not in the file

Open paidhi opened this issue 3 years ago • 1 comments

Describe the bug It looks like release v0.26.0 was tagged before the changelog information was added to CHANGELOG.md. The text is present in the most recent version of the file in master branch. It means VSCode will offer to update to the new version of the extension but the user does not see what was changed. This should be considered for future releases. Please also consider sorting the changelog entries in reverse order so the most recent changes are on top. Having the oldest entries on top is rather unusual compared to how other projects structure the changelog.

To Reproduce Steps to reproduce the behavior:

  1. View extension in VSCode and click on tab "Changelog"
  2. Last entry for changes is for 0.25.0

Expected behavior Show changes for 0.26.0

Operating system:

  • OS: Linux
  • Version: Fedora Workstation 33

Visual Studio Code:

  • Version: 1.50.1

Gremlins extension:

  • Version: v0.26.0

paidhi avatar Nov 06 '20 10:11 paidhi

Please also consider sorting the changelog entries in reverse order so the most recent changes are on top. Having the oldest entries on top is rather unusual compared to how other projects structure the changelog.

+1

I would suggest to follow the keepachangelog.com standard.

Pustur avatar Mar 08 '21 03:03 Pustur