Skip to content

Commit

Permalink
Merge pull request #139 from teddy-gustiaux/develop
Browse files Browse the repository at this point in the history
v2.11.0
  • Loading branch information
teddy-gustiaux authored Dec 17, 2019
2 parents babcd47 + 6d672f3 commit 5749c5c
Show file tree
Hide file tree
Showing 16 changed files with 6,844 additions and 6,281 deletions.
19 changes: 19 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pull_request_rules:
- name: Automatic merge of development dependencies update
conditions:
- base=develop
- author=dependabot-preview[bot]
- title~=build(deps-dev)*
- status-success~=LGTM analysis
# - status-success=Travis CI - Branch
# - status-success=Travis CI - Pull Request
# - status-success=codecov/patch
# - status-success=codecov/project
- status-success~=security/snyk
actions:
merge:
strict: true
- name: delete head branch after merge
conditions: []
actions:
delete_head_branch: {}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ All notable changes to this project are documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Additionally, the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) format is respected and used to generate this [conventional changelog](https://github.com/conventional-changelog/conventional-changelog).

# [2.11.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.10.1...v2.11.0) (2019-12-17)

### Features

* display message when failing to save bookmark directly to folder ([649f00d](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/649f00d2fd653f1f6519d9bea38883404f2218c4))

### Bug Fixes

* manually added bookmarks in system folders moved to default folder ([cb1e8f7](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/cb1e8f754a4e2f0c7b79662470238a741ac97397))
* quick bookmarking to folder saving in wrong folder (close [#111](https://github.com/teddy-gustiaux/default-bookmark-folder/issues/111)) ([31b7fcc](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/31b7fccb9db5b62bf0eabb2ec78e6005941976ae))
* quick bookmarking to system folders failing when default folder on ([b0808d4](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/b0808d497bb4eab9cbc5ab39f4c823f67399380a))

## [2.10.1](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.10.0...v2.10.1) (2019-07-04)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Access this feature via the extension browser action (toolbar icon) or via its d

It will allow you to search and select a specific folder within your bookmarks to quickly bookmark the current page into it.

### Known issues

Please refer to the [list](https://github.com/teddy-gustiaux/default-bookmark-folder/wiki/Known-issues) in the [official wiki](https://github.com/teddy-gustiaux/default-bookmark-folder/wiki).

### Support

If you want to report a bug or ask for a new feature, you can open an issue on [GitHub](https://github.com/teddy-gustiaux/default-bookmark-folder/issues). If you do not have an account, you can create one for free.
Expand Down
Loading

0 comments on commit 5749c5c

Please sign in to comment.