Commit graph

1144 commits

Author SHA1 Message Date
dependabot[bot] 04dd5b48c5
Bump @babel/preset-env from 7.12.1 to 7.12.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.1 to 7.12.7.
- [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.7/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 04:33:24 +00:00
dependabot[bot] 7d58316094
Bump @babel/core from 7.12.3 to 7.12.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.3 to 7.12.7.
- [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.7/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 04:32:18 +00:00
dependabot[bot] dbf0f638f9
Merge pull request #122 from Serraniel/dependabot/npm_and_yarn/develop/postcss-8.1.8 2020-11-20 04:38:33 +00:00
dependabot[bot] ec02b10291
Bump postcss from 8.1.7 to 8.1.8
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.7 to 8.1.8.
- [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.7...8.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-20 04:35:49 +00:00
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 9a28e3a09d
#109 Removed consoel log 2020-11-14 19:40:17 +01:00
Serraniel a94f7b8519
#109 run script for font color after location change and initial load for already existing badges. 2020-11-14 19:34:51 +01:00
Serraniel a33a047de7
#109 added and used aniwatch dark color in css 2020-11-14 19:26:28 +01:00
Serraniel 2b9404e21c
#109 Added base implementation for bade font colors
Added color dependency for calculating background color and if dark or light. Also added a settings option ofc
2020-11-14 19:17:47 +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