dependabot[bot]
|
89027bb173
|
Merge pull request #121 from Serraniel/dependabot/npm_and_yarn/develop/terser-5.5.0
|
2020-11-20 04:27:11 +00:00 |
|
dependabot[bot]
|
c08991fcff
|
Bump terser from 5.4.0 to 5.5.0
Bumps [terser](https://github.com/terser/terser) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.4.0...v5.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-20 04:24:10 +00:00 |
|
dependabot[bot]
|
1181312bf8
|
Merge pull request #119 from Serraniel/dependabot/npm_and_yarn/develop/terser-5.4.0
|
2020-11-17 04:36:47 +00:00 |
|
dependabot[bot]
|
612a67c003
|
Bump terser from 5.3.8 to 5.4.0
Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.4.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.3.8...v5.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-17 04:34:19 +00:00 |
|
Serraniel
|
4072f6eca0
|
Prepared release
|
2020-11-15 20:09:44 +01:00 |
|
Daniel
|
8b522411d2
|
Merge pull request #117 from Serraniel/bugfix/#115-console-error-in-chronicle-tab
Bugfix/#115 console error in chronicle tab
|
2020-11-15 20:05:44 +01:00 |
|
Daniel
|
f1ec18c9a8
|
Update README.md
Added hint to click on the badge to get to download page
|
2020-11-15 18:58:23 +01:00 |
|
Serraniel
|
07a3510b34
|
#115 Removed useless console.log
|
2020-11-14 18:02:20 +01:00 |
|
Serraniel
|
97042aa26a
|
#115 replaced checks for undefined with assigned helper function
|
2020-11-14 18:01:55 +01:00 |
|
dependabot[bot]
|
d7aaf327a0
|
Merge pull request #113 from Serraniel/dependabot/npm_and_yarn/develop/postcss-8.1.7
|
2020-11-11 04:23:00 +00:00 |
|
dependabot[bot]
|
1dab9e831c
|
Bump postcss from 8.1.6 to 8.1.7
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.1.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-11 04:20:45 +00:00 |
|
Serraniel
|
2f9a36230a
|
Prepared release
|
2020-11-09 17:33:36 +01:00 |
|
Daniel
|
910cfa1b30
|
Merge pull request #112 from Serraniel/feature/#32-option-menu
Feature/#32 option menu
|
2020-11-09 17:28:42 +01:00 |
|
Serraniel
|
51b943bc0f
|
#32 Fixed wrong implementation of settings check for language display
|
2020-11-08 13:25:55 +01:00 |
|
Serraniel
|
483ea7f96e
|
#32 Fixed issues remarked by scrutinizer-ci
* unused variable
* explicit unedfined assignments
|
2020-11-08 13:18:41 +01:00 |
|
Serraniel
|
10e584bfa9
|
#32 Added version information and changelog hyperlink into settings
|
2020-11-08 13:11:52 +01:00 |
|
Serraniel
|
0cae9dd945
|
#32 Settings open in tab
|
2020-11-08 13:11:28 +01:00 |
|
Serraniel
|
bce216205f
|
#32 Added implementation for firefox api
|
2020-11-08 13:01:05 +01:00 |
|
Serraniel
|
bdd94e030a
|
#32 reduced i statements for css disable
|
2020-11-08 12:32:45 +01:00 |
|
Serraniel
|
99b50f4786
|
Merge branch 'develop' into feature/#32-option-menu
# Conflicts:
# src/stylesheets/enhancements/_lists.scss
|
2020-11-07 18:50:35 +01:00 |
|
Serraniel
|
4d809dae12
|
#32 Implemented settings for CSS enhancements
|
2020-11-07 18:47:58 +01:00 |
|
Serraniel
|
d0ace4b1d2
|
#32 Changed Configuration adapter and switched to callbacks where the configuration is used
|
2020-11-07 18:23:00 +01:00 |
|
Serraniel
|
1bbca43444
|
#32 added options check for all JS enhancements
|
2020-11-07 17:48:27 +01:00 |
|
Serraniel
|
f1d96ebcea
|
#32 Added reload method in the configuration class
|
2020-11-07 17:32:18 +01:00 |
|
Serraniel
|
0c2621f3a6
|
#32 Added configuration class
|
2020-11-07 17:23:29 +01:00 |
|
Serraniel
|
2c45c6ba88
|
#32 Moved around some of the files and cleaned old and deprecated files from first draft
|
2020-11-07 17:23:12 +01:00 |
|
Serraniel
|
b4a18cdc4d
|
#32 Finalized settings page
|
2020-11-07 17:18:18 +01:00 |
|
Serraniel
|
f5c5af92ca
|
#32 Added reset Button to options page and fixed settings script
|
2020-11-07 17:02:24 +01:00 |
|
Serraniel
|
e8d607fd00
|
#32 Reworked settings page as dummy
Only two dummy checkboxes to approve the concept
|
2020-11-07 16:56:24 +01:00 |
|
Serraniel
|
f7cbaaac1e
|
#32 Small fix regarding default value of getData in chromium storage provider
|
2020-11-07 16:54:35 +01:00 |
|
Serraniel
|
88a97af8f4
|
#32 Probably working script for a settings page?
|
2020-11-07 16:47:31 +01:00 |
|
Serraniel
|
af5656f1ff
|
#32 Implemented storage provider for chromium based browsers
|
2020-11-07 16:35:02 +01:00 |
|
Serraniel
|
20eca07408
|
#32 Added storage permission to manifest files
|
2020-11-07 16:21:09 +01:00 |
|
Serraniel
|
1dff60dc3b
|
#32 Preparing storage provider
|
2020-11-07 16:20:50 +01:00 |
|
Serraniel
|
147b2d8dd1
|
#32 Altered JS Config for manifest files
|
2020-11-07 14:43:51 +01:00 |
|
Serraniel
|
65cb380735
|
#32 Changed build script to handle multiple JS "bundles" as preparation for settings
Also requires gulp-merge and factor-bundle as new devDependencies.
|
2020-11-07 14:43:20 +01:00 |
|
dependabot[bot]
|
18945a1fc9
|
Merge pull request #111 from Serraniel/dependabot/npm_and_yarn/develop/postcss-8.1.6
|
2020-11-06 04:31:20 +00:00 |
|
dependabot[bot]
|
f604d44a3c
|
Bump postcss from 8.1.4 to 8.1.6
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.4 to 8.1.6.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.4...8.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-06 04:23:21 +00:00 |
|
dependabot[bot]
|
cf92fd0cc1
|
Merge pull request #110 from Serraniel/dependabot/npm_and_yarn/develop/sass-1.29.0
|
2020-11-05 04:31:57 +00:00 |
|
dependabot[bot]
|
ebd22e5c13
|
Bump sass from 1.28.0 to 1.29.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.28.0...1.29.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-05 04:23:05 +00:00 |
|
Serraniel
|
4ed0e39e02
|
Merge branch 'support/0.3' into develop
|
2020-11-04 21:25:42 +01:00 |
|
Serraniel
|
586d5131d3
|
Prepared release
|
2020-11-04 21:25:21 +01:00 |
|
Daniel
|
b36207daad
|
Merge pull request #108 from Serraniel/bugfix/#107-list-dividers
Bugfix/#107 list dividers
|
2020-11-04 21:22:59 +01:00 |
|
Serraniel
|
124c43195c
|
Revert "#107 Added fix for border overlapping"
This reverts commit 5b6111cc78 .
|
2020-11-04 21:11:36 +01:00 |
|
Serraniel
|
5b6111cc78
|
#107 Added fix for border overlapping
|
2020-11-04 20:56:11 +01:00 |
|
Serraniel
|
58514c90a3
|
#107 Override border color
https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756
|
2020-11-04 20:51:52 +01:00 |
|
dependabot[bot]
|
5f5edcc52a
|
Merge pull request #106 from Serraniel/dependabot/npm_and_yarn/develop/babel/helper-module-imports-7.12.5
|
2020-11-04 05:01:52 +00:00 |
|
dependabot[bot]
|
5ffc58abf2
|
Bump @babel/helper-module-imports from 7.12.1 to 7.12.5
Bumps [@babel/helper-module-imports](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports) from 7.12.1 to 7.12.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.5/packages/babel-helper-module-imports)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-04 04:47:22 +00:00 |
|
dependabot[bot]
|
1b10062b2c
|
Merge pull request #105 from Serraniel/dependabot/npm_and_yarn/develop/babel/compat-data-7.12.5
|
2020-11-04 04:45:43 +00:00 |
|
dependabot[bot]
|
f320aeb640
|
Bump @babel/compat-data from 7.12.1 to 7.12.5
Bumps [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.12.1 to 7.12.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.5/packages/babel-compat-data)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-11-04 04:29:33 +00:00 |
|