Skip to content

Commit

Permalink
fix changelog up to 85
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Jan 29, 2021
1 parent 009d936 commit 50d9cae
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
4 changes: 1 addition & 3 deletions changes/beta84.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ tabs
windows
=======

* The following function has been added:

* :ref:`windows.openDefaultBrowser`
* The :ref:`windows.openDefaultBrowser` function has been added.

browserAction
==================================================
Expand Down
4 changes: 2 additions & 2 deletions overlay/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
{
"name": "getDefaultIdentity",
"added": "85",
"backported": "78.7"
"backported": "78.7.0"
},
{
"name": "getDefault",
"added": "85",
"backported": "78.7"
"backported": "78.7.0"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions overlay/compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"attachments": {
"added": "82",
"backported": "78.4"
"backported": "78.4.0"
}
}
},
Expand All @@ -47,8 +47,8 @@
"parameters": [
{
"name": "messageId",
"added": 84,
"backported": "78.7"
"added": "84",
"backported": "78.7.0"
}
],
"returns": {
Expand Down
6 changes: 3 additions & 3 deletions overlay/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "ContextType",
"enumChanges": {
"compose_attachments": {
"added": 83,
"added": "83",
"backported": "78.5.0"
}
}
Expand All @@ -15,7 +15,7 @@
"id": "OnClickData",
"properties": {
"attachments": {
"added": 83
"added": "83"
}
}
}
Expand All @@ -28,7 +28,7 @@
"name": "info",
"properties": {
"attachments": {
"added": 83
"added": "83"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions overlay/messageDisplay.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"name": "getDisplayedMessages",
"added": "81",
"backported": "78.4",
"backported": "78.4.0",
"returns": {
"type": "array",
"items": {
Expand All @@ -35,7 +35,7 @@
{
"name": "onMessagesDisplayed",
"added": "81",
"backported": "78.4"
"backported": "78.4.0"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions overlay/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
{
"name": "connect",
"added": "82",
"backported": "78.4"
"backported": "78.4.0"
},
{
"name": "sendMessage",
"added": "82",
"backported": "78.4"
"backported": "78.4.0"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions overlay/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
{
"name": "openDefaultBrowser",
"added": "84",
"backported": "78.6"
"backported": "78.6.0"
}
],
"types": [
{
"id": "WindowType",
"enumChanges": {
"addressBook": {
"added": 70,
"added": "70",
"backported": "68.1.1"
},
"messageCompose": {
"added": 70,
"added": "70",
"backported": "68.1.1"
},
"messageDisplay": {
"added": 70,
"added": "70",
"backported": "68.1.1"
}
}
Expand Down

0 comments on commit 50d9cae

Please sign in to comment.