-
Notifications
You must be signed in to change notification settings - Fork 22
/
changes.json
100 lines (100 loc) · 4.72 KB
/
changes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"changes":[
{
"version": "1.1.3",
"log":[
"Updated FCM to use v1 instead of legacy"
]
} ,
{
"version": "1.1.2",
"log":[
"Added option to hide text in notifications",
"Added setting to not open received links right away",
"Fixed API builder fields overlapping and generating wrong URL",
"Fix for linux app not opening when the option to minize on launch is enabled",
"Don't automatically open WhatsApp notifications when using native notifications",
"Allow Write and Tasker commands more time for input"
]
} ,
{
"version": "1.1.1",
"log":[
"Added option to launch minimized",
"Added option to show notifications on a different display",
"Fixed Auto clipboard sync when encryption is enabled",
"Fixed authenticating if a system-wide proxy is used",
"Don't forward command line pushes to automation apps if automation is enabled",
"Fixed sending files while encryption is enabled",
"Fixed some notifications while encryption is enabled"
]
} ,
{
"version": "1.1.0",
"log":[
"Added option to launch minimized",
"Added option to show notifications on a different display",
"Fixed Auto clipboard sync when encryption is enabled",
"Fixed authenticating if a system-wide proxy is used",
"Don't forward command line pushes to automation apps if automation is enabled"
]
} ,
{
"version": "1.0.2",
"log":[
"First public release",
"Added Auto Launch option"
]
} ,
{
"version": "0.5.1",
"log":[
"Fixed a bunch of miscellaneous bugs"
]
} ,
{
"version": "0.5.0",
"log":[
"Added Copy Number action on notifications with numbers",
"Added inline reply action on SMS notifications",
"Added Commands to Get Clipboard and Set Wallpaper",
"Made notifications tab only show own notifications by default. You can see all other device's notifications by hitting refresh or each individual device's notifications by selecting the device directly",
"Fixed getting local IP in some situations",
"Fixed a bunch of notification related bugs",
"Fixed several local network related bugs",
"Made device selection stick in the various tabs"
]
} ,
{
"version": "0.4.0",
"log":[
"When sending files to device from main devices screen ask if you want to send a URL or local file",
"Added ability to set keyboard shortcuts for previous, next and play/pause media actions",
"Made notifications not go away if user is interacting with them",
"Made some fixes related to Local Network functionality"
]
} ,
{
"version": "0.3.1",
"demo": "https://youtu.be/YOrXfcShOI0",
"log":[
"Auto and Auto (Black) theme added which will follow system's theme",
"Made close button send app to tray and added option there to really close the app",
"Added ability to create custom actions; these also can be used with keyboard shortcuts.",
"If custom action only targets browser devices you can enable the option to run the action as a command line command",
"Added ability to respond to command line command",
"hide commands when they don't apply to the selected device instead of disabling",
"Added tabs to Settings screen",
"Added ability for the app to show this changelog",
"Added option to use native OS notifications",
"Fixed some issues for Android tablets",
"Added option for default non-native notification timeout",
"Added option to require encryption for command line commands",
"Fixed notification buttons for synced notifications not showing",
"Fixed synced notifications not being cleared in desktop app when cleared on Android",
"When app crashes user can close crash details to continue using the app",
"When app crashes, user now has ability to report the crash via email"
]
}
]
}