diff --git a/.gitignore b/.gitignore index 7a50513..285ded6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ build/ src/res/img/git-ignore/ test/debug-configs/ + +debugging-resources/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 070b6cb..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: node:current - -cache: - paths: - - node_modules/ - - .yarn - -stages: - - prep - - build - - pack - -install deps: - stage: prep - script: yarn install - -build: - stage: build - script: npm run build - -create zip: - stage: pack - script: npm run build-zip \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 2775218..2092956 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,5 @@ { "cSpell.words": [ - "PILLARBOX", - "PILLARBOXED", "aard", "ardetector", "autodetect", @@ -16,6 +14,7 @@ "csui", "decycle", "disneyplus", + "endregion", "equalish", "fith", "fitw", @@ -24,6 +23,7 @@ "gmail", "guardline", "han", + "haram", "iframe", "imgur", "insta", @@ -34,6 +34,8 @@ "nogrow", "noshrink", "outro", + "PILLARBOX", + "PILLARBOXED", "polyfill", "recursing", "reddit", diff --git a/CHANGELOG.md b/CHANGELOG.md index 800304e..789cc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,21 @@ ## v5.x (current major) +### v5.1.0 + +* Re-enable logger +* Move aspect ratio autodetection to requestAnimationFrame +* Fix netflix + +### v5.0.7 + +* Videos of square-ish aspect ratios on 1440p (and lower) resolutions now no longer get misaligned ([#162](https://github.com/tamius-han/ultrawidify/issues/162)) +* Alignment of featured videos on youtube channel page should now also be fixed + +### v5.0.6 +* Added configuration for metaivi.com based on user feedback ([#160](https://github.com/tamius-han/ultrawidify/issues/160)) +* Removed ExtConfPatches for versions < 4.5.0, because nobody should be using a build of this extension that's over a year old + ### v5.0.5 * improved UX a bit diff --git a/package-lock.json b/package-lock.json index d33d025..5a72871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.4", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bc7743b..ccd0f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "5.0.5", + "version": "5.1.0", "description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.", "author": "Tamius Han ", "scripts": { diff --git a/src/csui/LoggerUi.vue b/src/csui/LoggerUi.vue index 5c332de..ecc9693 100644 --- a/src/csui/LoggerUi.vue +++ b/src/csui/LoggerUi.vue @@ -33,6 +33,9 @@

Logger configuration

+
+ Default config +
  Paste config ...
@@ -56,7 +59,7 @@ @@ -107,11 +110,16 @@