Skip to content

Commit 7db4d56

Browse files
Calum Craigjoshuef
authored andcommitted
chore(release): 0.13.0
1 parent afa7c77 commit 7db4d56

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [0.13.0](https://github.com/maidsafe/safe_browser/compare/v0.12.0...v0.13.0) (2019-04-26)
6+
7+
### Bug Fixes
8+
9+
- **auth-app:** adds necessary keys to resolve error message ([0261449](https://github.com/maidsafe/safe_browser/commit/0261449))
10+
- **blocking:** Url blocking canGoBack check added. ([afa7c77](https://github.com/maidsafe/safe_browser/commit/afa7c77)), closes [#689](https://github.com/maidsafe/safe_browser/issues/689)
11+
- **Fullscreen:** Fixes fullscreening when triggering on a second browser window ([90b954c](https://github.com/maidsafe/safe_browser/commit/90b954c))
12+
- **icon:** Upon clicking experimental icon, experimental mode is turned off ([413d667](https://github.com/maidsafe/safe_browser/commit/413d667))
13+
- **Links:** Opening a link will only open in focussed browser window now ([fc6f90c](https://github.com/maidsafe/safe_browser/commit/fc6f90c))
14+
- **Menu:** Test menu now only shown during testcafe tests ([5aabb1a](https://github.com/maidsafe/safe_browser/commit/5aabb1a))
15+
- **ui:** Adds antd spinner when waiting for webid's are fetching ([9803d41](https://github.com/maidsafe/safe_browser/commit/9803d41))
16+
- **webId:** Dropdown positioning fixed ([a00a4ad](https://github.com/maidsafe/safe_browser/commit/a00a4ad))
17+
18+
### Features
19+
20+
- **Testing:** Add testcafe for alternative e2e testing ([6ef3bea](https://github.com/maidsafe/safe_browser/commit/6ef3bea))
21+
522
# [0.12.0](https://github.com/maidsafe/safe_browser/compare/v0.11.2...v0.12.0) (2019-03-25)
623

724
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "safe-browser",
33
"identifier": "net.maidsafe.safe-browser",
44
"productName": "SAFE Browser",
5-
"version": "0.12.0",
5+
"version": "0.13.0",
66
"vendor": "MaidSafe.net Ltd",
77
"description": "Electron web browser. React/redux powered with an aim of extensiblity.",
88
"scripts": {

0 commit comments

Comments
 (0)