Skip to content

Commit

Permalink
Added changelog,
Browse files Browse the repository at this point in the history
Reduced code redundance in scss,
Bugfixes: fresh installation with new storage structure
  • Loading branch information
Philipp committed Mar 22, 2017
1 parent d02d9d9 commit 5723b5b
Show file tree
Hide file tree
Showing 40 changed files with 573 additions and 210 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ module.exports = function (grunt) {
['tmp/extension-es5.js']: 'tmp/extension-merged2.js',
['tmp/jsu-es5.js']: path.src + 'js/lib/jsu.js',
['tmp/settings-es5.js']: path.src + 'js/settings.js',
['tmp/howto-es5.js']: path.src + 'js/howto.js',
['tmp/changelog-es5.js']: path.src + 'js/changelog.js',
['tmp/model-es5.js']: path.src + 'js/model.js'
}
}
Expand All @@ -70,6 +72,8 @@ module.exports = function (grunt) {
['tmp/js/extension.js']: 'tmp/extension-es5.js',
['tmp/js/lib/jsu.js']: 'tmp/jsu-es5.js',
['tmp/js/settings.js']: 'tmp/settings-es5.js',
['tmp/js/howto.js']: 'tmp/howto-es5.js',
['tmp/js/changelog.js']: 'tmp/changelog-es5.js',
['tmp/js/model.js']: 'tmp/model-es5.js'
}
}
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

[1.5]
- [toDo] Added customization options
- [toDo] Info page for new features
- [toDo] Help page after installation
- Info page for new features
- Help page after installation

[1.4]
- Search function
Expand Down
17 changes: 15 additions & 2 deletions dist/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@
"overlay_check_urls_not_found": {
"message": "URL not found"
},
// [HOWTO]
// [ HOWTO ]
"howto_title": {
"message": "Howto"
},
"howto_thanks_headline": {
"howto_headline": {
"message": "Thank you for installing this extension."
},
"howto_start_tutorial": {
Expand All @@ -165,6 +165,19 @@
"howto_tutorial_right_click": {
"message": "Right"
},
// [ CHANGELOG ]
"changelog_title": {
"message": "Changelog"
},
"changelog_headline": {
"message": "Your Bookmark Sidebar has been updated."
},
"changelog_show_changelog": {
"message": "What's new?"
},
"changelog_close": {
"message": "Close this page"
},
// [ SETTINGS ]
"settings_title": {
"message": "Settings"
Expand Down
1 change: 1 addition & 0 deletions dist/css/changelog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/howto.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5723b5b

Please sign in to comment.