This repository works as a extra repository for Bottles data.
- Release backgrounds
- Concepts
- Notifications
Notifications are placed in notifications.yml file.
Example:
2021-11-14 :
id : 2
type : info
title : "2021.11.14 Release is out!"
body : Upgrade to get latest features and bugfixes.
url : https://usebottles.com/blog/release-2021.11.14/
date : 2021-11-14
recurrent : true
before : "2021.11.14-treviso"summary:
id: unique identifiertype: info, special, warningtitle: title of the notificationbody: body of the notificationurl: url of the notificationdate: date of when the notification is publishedrecurrent: if the notification is recurrent (it will be displayed every first installation)before: the version of Bottles before this notification is published (e.g. in the above example, the notification will be displayed only for version before 2021.11.14-treviso)
Every New release update should overwrite the previous one but change the id field to a new one, to avoid Bottles from hide it.