Awesome C++ has a "changelog" section under all projects. You can find it next to the "Repo" button in the header. There are two features that make it unique.

  1. It is an aggregation of parsed "CHANGELOG.md" files and releases information from Github. This way, it is easier to see all changes in a single place and a uniform style.
  2. All changelogs are "emojified". This helps with identifying each change easier. Emojification is achieved by parsing each line and applying a specific emoji based on the first word or some other tokens.

The combination of the above two makes library changelogs on Awesome C++ unique.

As you know, an example is worth a 1,000 words ๐Ÿš€

Changelog examples

  • Gitbucket 4.38.3 (October 30, 2022)
    • ๐Ÿ›  Fix several issues around multiple assignees in issues and pull requests
    • ๐Ÿ›  Fix IllegalStateException when returning unknown avatar image
  • ScalaFX 15.0.1-R20 (December 12, 2020)

    ๐Ÿš€ ScalaFX 15.0.1-R20 targets support of JavaFX 15. This release was tested to work with Java 11 and Java 15. This
    ๐Ÿš€ release can be used with Scala 2.11, 2.12, 2.13, and Scala 3.

    ๐Ÿ†• New Features:

    • โšก๏ธ Issue #331 Update to JavaFX 15
    • Issue #324 Add type annotations for all public members. This also helps with forward compatibility with Scala 3
    • ๐Ÿ“š Issue #325 TreeTableColumn#cellValueFactory documentation comments
    • Issue #332 Add JFXApp3 - replacement for JFXApp that is compatible with Scala 3

    ๐Ÿ› Bug fixes:

    • Issue #326 Methods with side effects should use parenthesis
      • scalafx.embed.swing.SFXPanel#addNotify()
      • scalafx.embed.swing.SFXPanel#removeNotify()
    • ๐Ÿ’… Issue #329 Can not access getStyleableNode in javafx.scene.control.TableColumn

    Other:

    ๐Ÿš€ For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub.
    If you have ScalaFX related questions please use ScalaFX Discussions, or ScalaFX Users Group, or ScalaFX on StackOverflow.
    Please report any problems using ScalaFX Issue Tracker.

  • scala.meta 4.4.2 (December 11, 2020)

    Pull Requests

    • โž• Add variable to track if we are inside quotes/splices (#2192) @tgodzik
    • ๐Ÿšš Move soft keyword definitions outside the parser (#2193) @tgodzik
    • ๐Ÿšš Introduce ExportGiven, remove Export.given: Boolean. (#2190) @olafurpg
    • ๐Ÿ›  Fix product for binaryCompat fields and add additional apply methods (#2189) @tgodzik