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.
- 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.
- 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
-
Bugsnag 6.25.0 (October 26, 2022)
โจ Enhancements
- ๐ง Expand
configuration.attemptDeliveryOnCrash
to send Mach exceptions (e.g. Swift fatal errors and bad memory accesses) at crash time. #1496
- ๐ง Expand
-
Tuist 3.12.1 (October 19, 2022)
๐ Changed
- โ Remove backbone #4817 by @fortmarek
๐ Fixed
- ๐ Fix support for master.key with final newline #4782 by @mfcollins3
- ๐ Make
tuistenv
ignore empty.tuist-bin
folder #4793 by @ezraberch - ๐ Fix
tuist install
when missing trailing zero #4797 by @danyf90 - Preserve target order defined in
Project.swift
when generating project #4810 by @moritzsternemann - ๐ Fix for resource synthesizers not added to the
tuist edit
project #4822 by @devyhan - ๐ Fix parsing of "1" and "0" as String from environment #4816 by @danyf90
- ๐ฆ Use relative path in generated Package.swift #4815 by @danyf90
- ๐ Fix regression on SwiftPackageManager packages defining file resources with copy rule #4812 by @alexanderwe
-
Stripe 22.8.1 (September 12, 2022)
PaymentSheet
- ๐ [Fixed] Fixed potential crash when using Link in Mac Catalyst.
- ๐ [Fixed] Fixed Right-to-Left (RTL) layout issues.
Apple Pay
- ๐ [Fixed] Fixed an issue where
applePayContext:willCompleteWithResult:authorizationResult:handler:
may not be called in Objective-C implementations ofSTPApplePayContextDelegate
.