mirror of
https://github.com/safing/intel-data
synced 2025-04-25 19:29:11 +00:00
Add release broadcast notifications
This commit is contained in:
parent
b5a9e0ff3b
commit
5b56ea8c3b
1 changed files with 23 additions and 5 deletions
|
@ -6,14 +6,32 @@ notifications:
|
|||
# 50-60 characters per line
|
||||
# resuling in about 350-400 characters
|
||||
|
||||
release-announcement-v1-1-0:
|
||||
title: "What's New in v1.1"
|
||||
message: "[Read about the re-imagined SPN map of version 1.1 in the release blog post](https://safing.io/blog/2023/07/11/portmaster-v1.1/?source=Portmaster). Thanks for using Portmaster!"
|
||||
match: "Version startswith 1.1."
|
||||
release-announcement-v1-3-0:
|
||||
title: "What's New in v1.2 & v1.3"
|
||||
message: "[Read about the new network history feature and more in the release blog post](https://safing.io/blog/2023/08/08/portmaster-v1.3/?source=Portmaster). Thank you for using Portmaster!"
|
||||
match: "Version startswith 1.3."
|
||||
availableActions:
|
||||
- text: "Read Blog"
|
||||
type: open-url
|
||||
payload: https://safing.io/blog/2023/07/11/portmaster-v1.1/?source=Portmaster
|
||||
payload: https://safing.io/blog/2023/08/08/portmaster-v1.3/?source=Portmaster
|
||||
|
||||
new-plans-2023:
|
||||
title: "New Portmaster Plans!"
|
||||
message: "[Read about the new Portmaster plans and the future of Portmaster](https://safing.io/blog/2023/08/08/new-plans/?source=Portmaster). Thank you for using Portmaster!"
|
||||
availableActions:
|
||||
- text: "Read Blog"
|
||||
type: open-url
|
||||
payload: https://safing.io/blog/2023/08/08/new-plans/?source=Portmaster
|
||||
|
||||
new-feature-network-history:
|
||||
title: "New Feature: Network History"
|
||||
message: "Enable now to record the network activity of any app! Thank you for using Portmaster."
|
||||
match: "Account.Active is true"
|
||||
availableActions:
|
||||
- text: "Enable Now"
|
||||
type: open-setting
|
||||
payload:
|
||||
Key: history/enable
|
||||
|
||||
dangerous-setting-global-allow-incoming:
|
||||
title: "Dangerous Setting: Incoming Connections"
|
||||
|
|
Loading…
Add table
Reference in a new issue