From f4b7ecbaa7965c356293e90eb6aa9132e6d1e1f6 Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Sat, 18 Sep 2021 07:49:18 +0100 Subject: [PATCH] v3.0.1 * mixed fixes (the-j0k3r) * update tables override fixes (the-j0k3r) * replace pulsating too bright avatar in ticket view (the-j0k3r) * fix more upstream breakages (the-j0k3r) * cleanup (the-j0k3r) * exclude data-line-number in split diff view (the-j0k3r) * fix carrots and donkeys (the-j0k3r) * tab fixes (the-j0k3r) * cleanup dont override via var reassignment (the-j0k3r) * fix skeleton in tickets ui (the-j0k3r) * checkbox alignments (the-j0k3r) * add css vars (the-j0k3r) * fix css vars selector (the-j0k3r) * fix :target timeline comment (the-j0k3r) * editor config fix file (the-j0k3r) * update readme (the-j0k3r) * update dot files (the-j0k3r) --- dark-inspired-github.user.styl | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dark-inspired-github.user.styl b/dark-inspired-github.user.styl index 027f6e0..68e4779 100644 --- a/dark-inspired-github.user.styl +++ b/dark-inspired-github.user.styl @@ -6,7 +6,7 @@ @homepageURL https://github.com/style-it-themes/dark-inspired-github @supportURL https://github.com/style-it-themes/dark-inspired-github/issues @updateURL https://github.com/style-it-themes/dark-inspired-github/raw/main/dark-inspired-github.user.styl -@version 3.0.0 +@version 3.0.1 @license MIT @preprocessor stylus @@ -48,7 +48,7 @@ ==/UserStyle== */ // Remove old browser prefixes. vendors = official -version = 'Dark Inspired GitHub - v3.0.0' +version = 'Dark Inspired GitHub - v3.0.1' t = transparent i = !important r = unquote diff --git a/package.json b/package.json index 5664427..56e7319 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dark-inspired-github", "title": "Dark Inspired GitHub", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "homepage": "https://github.com/style-it-themes/dark-inspired-github", "repository": "style-it-themes/dark-inspired-github",