Skip to content

Commit

Permalink
Merge pull request #49 from teddy-gustiaux/v2.7.x
Browse files Browse the repository at this point in the history
v2.7.0
  • Loading branch information
teddy-gustiaux authored Feb 14, 2019
2 parents 0de9bc2 + 22f81e2 commit be15c8a
Show file tree
Hide file tree
Showing 28 changed files with 5,454 additions and 1,352 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"rules": {
"strict": "off",
"linebreak-style": "off",
"no-undef": "off",
"no-unused-vars": "off",
"class-methods-use-this": "off",
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
"arrowParens": "avoid",
"endOfLine" : "auto"
}
178 changes: 178 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
# Default Bookmark Folder Changelog

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 the [conventional changelog](https://github.com/conventional-changelog/conventional-changelog).

# [2.7.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.6.0...v2.7.0) (2019-02-13)

### Bug Fixes

* bug preventing to determine the supported status of the page ([378769a](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/378769a))

### Features

* add a browserAction (toolbar icon) ([7f0e34e](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/7f0e34e)), closes [#18](https://github.com/teddy-gustiaux/default-bookmark-folder/issues/18) [#11](https://github.com/teddy-gustiaux/default-bookmark-folder/issues/11)
* add top banner to popup (with button to access the settings) ([91c6023](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/91c6023))
* support 'about:' and 'moz-extension:' pages ([8e893f9](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/8e893f9))
* changelog is now accessible on GitHub ([866da8a](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/866da8a))
* add translation capabilities to the manifest ([b7954a9](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/b7954a9))
* add Russian translation (thanks to @Neytrino-OnLine, close [#46](https://github.com/teddy-gustiaux/default-bookmark-folder/issues/46)) ([b37c9b8](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/b37c9b8))

# [2.6.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.5.0...v2.6.0) (2018-11-07)

### Bug Fixes

* replace Font Awesome dependency by Unicode characters (GitHub issue #39)

### Features

* add back the option to show page as bookmarked only if all the bookmarks are in the defined folder (when using quick bookmark icon) (GitHub issue #38)
* add favicon to the options page (GitHub issue #40)

# [2.5.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.3.0...v2.4.0) (2018-10-21)

### Features

* add an option to bookmark to last used folder for all modes (GitHub issues #19 and #29)
* add context menu quick bookmarking in web pages and bookmark toolbar (GitHub issue #20)
* the quick bookmark icon supports multiple bookmarks removal (in the same way Firefox does)
* internal code refactoring

### BREAKING CHANGES

* remove option to show page as bookmarked only if the bookmark is in the defined folder (when using quick bookmark icon)- this was reintroduced in 2.6.0

## [2.4.1](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.4.0...v2.4.1) (2018-07-03)

### Bug Fixes

* new folders moved to selected location for "Bookmark All Tabs..." (GitHub issue #30)

# [2.4.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.3.0...v2.4.0) (2018-06-25)

### Features

* add an option to show (or not) release notes on add-on update (GitHub issue #27)
* add Hungarian translation (thanks to @meskobalazs)
* improvement of the French translation (thanks to @Machou)
* add new icon resolutions

# [2.3.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.2.1...v2.3.0) (2018-06-20)

### Features

* add an option to prevent quick unbookmarking (GitHub issue #21)
* add internationalization support (GitHub issue #10)
* add French translation
* upgrade of internal libraries

## [2.2.1](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.2.0...v2.2.1) (2018-06-04)

### Bug Fixes

* quick bookmarking of local files

### Features

* add support for Firefox Reader Mode - requires version 58 or later (GitHub issue #22)

# [2.2.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.1.2...v2.2.0) (2018-03-19)

### Bug Fixes

* hide quick bookmark icon automatically if option is enabled and then disabled
* consistency of the quick bookmark shortcut behavior
* avast add-on reputation - fixed internally by Avast (GitHub issue #14)

### Features

* select the default folder for "Bookmark All Tabs..." feature (GitHub issue #13)
* code refactoring and upgrade of internal libraries
* small wording updates of the add-on options

## [2.1.2](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.1.1...v2.1.2) (2017-12-23)

### Bug Fixes

* the built-in bookmarking features of the add-on now work normally on Firefox 56.x (GitHub issue #8)

## [2.1.1](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.1.0...v2.1.1) (2017-12-23)

### Bug Fixes

* the built-in shortcut and context menu bookmarking now use the defined location on Firefox stable version 57.x (GitHub issues #7 and #9)

# [2.1.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.0.0...v2.1.0) (2017-12-16)

### Bug Fixes

* tab drag and drop bookmarking and "Bookmark All Tabs..." features are now excluded from the overriding and behave normally (GitHub issue #5)

### Features

* select the color of the quick bookmark icon (among a list) when the current page is bookmarked
* higher quality quick bookmark icons
* release notes tab in the options

# [2.0.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.2.4...v2.0.0) (2017-12-03)

### Bug Fixes

* GitHub issue #3 (links to local files do not work properly)

### Features

* the settings now have a dedicated page
* the settings have been separated for more flexibility: you can now choose a different folder for the built-in bookmarking and for the quick bookmarking
* the quick bookmarking feature now has a dedicated shortcut (Alt+Shift+D)
* the settings are now save automatically on change

## [1.2.4](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.2.3...v1.2.4) (2017-11-16)

### Bug Fixes

* code improvements and bug fixes

### Features

* bookmarks can now be added to the top of the selected location if desired

## [1.2.3](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.2.2...v1.2.3) (2017-11-16)

### Bug Fixes

* better handling of manually created items (they will no longer be moved to the default folder if created manually at a specific location)

## [1.2.2](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.2.1...v1.2.2) (2017-11-05)

### Bug Fixes

* the selected folder is now properly displayed in the drop-down menu after reload (settings page)

## [1.2.1](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.1...v1.2.1) (2017-11-05)

### Bug Fixes

* GitHub issue #1: the configuration is now saved locally (settings might need to be set again)
* avoid moving manually created folders
*
### Features

* orange cross indicator for disabled "quick bookmark" icon (for Nightly users)

# [1.1.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v1.0...v1.1) (2017-11-03)

### Features

* better management of duplicate bookmarks
* improvement of the extension settings design

# 1.0.0 (2017-11-02)

### Features

* initial release


6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ If the current page is bookmarked, the icon color will change to red.
- Choose to show the page as bookmarked (i.e. the icon color changes) only if all the bookmarks of this page are in the folder you selected
- Select the color of the quick bookmark icon (among a list) when the current page is bookmarked (red by default)

**Quick bookmarking to folder:**

Access this feature via the extension browser action (toolbar icon) or via its dedicated shortcut (Alt+Shift+M).

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

### 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
5 changes: 5 additions & 0 deletions assets/icons/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
## Cross icon

- Default: <span style="color:#f9a825">#f9a825</span>

## Browser action icon

- For dark text: <span style="color:#bebebe">#bebebe</span>
- For light text: <span style="color:#5a5b5c">#5a5b5c</span>
1 change: 1 addition & 0 deletions assets/icons/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be15c8a

Please sign in to comment.