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
-
Sensey 1.9.0 (December 11, 2020)
Including in your project ๐จ๐ปโ๐ป
implementation 'com.github.nisrulz:sensey:1.9.0'
๐ Changelog ๐
- โ Added new detectors:
- Scoop
- PickupDevice
- Steps
- โก๏ธ Updated dependencies(Got rid of support libs and android kotlin extensions)
- โป๏ธ Code cleaned up and refactored
- โ Added new detectors:
-
Kommunicate Live Chat SDK 2.1.2 (December 09, 2020)
- โ Added Flexbox layout for rich messages. This optimises the quick replies, check boxes and radio button rich messages. Also fixes spacing issues with large texts in checkboxes
- โ Added support for prefilled messages when a conversation is opened via KmConversationBuilder. Use the property
setPreFilledMessage("<YOUR_MESSAGE>")
of KmConversation builder. - โ Added fb icon for conversations started from facebook
- ๐ Renamed all classes starting with Al/Applozic to Km, resources starting with applozic/al to km, string names starting with applozic/al to km. If any of these is used in the code, just replace them accordingly.
- ๐ Fixed issue where audio permission was not displaying when audio record button was clicked
- ๐ Fixed issue where the feedback message sent from device was not reflecting in dashboard.