From f773aacd20a202a13eb7165a150a9e9abd2561a5 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 30 Jul 2021 21:41:53 +0200 Subject: [PATCH] Release notes redesigned --- pages/updates/updates.css | 22 ++++++++++++++---- pages/updates/updates.html | 47 +++++++++++++++++++++++--------------- 2 files changed, 46 insertions(+), 23 deletions(-) diff --git a/pages/updates/updates.css b/pages/updates/updates.css index 03f25acf..e8debeb9 100644 --- a/pages/updates/updates.css +++ b/pages/updates/updates.css @@ -2,16 +2,15 @@ font-weight: bold; } -.subtle-hint > ul, +#history-release-notes { + display: none; +} + #history-release-notes > ul { border-bottom: 1px solid #ccc; padding-bottom: 20px; } -#history-release-notes { - display: none; -} - input[type=radio] { margin: 0; } @@ -46,3 +45,16 @@ input[type=radio], label { border-radius: 5px; color: #555; } +.release-notes-area { + border-bottom: 1px solid #ccc; + margin: 20px 0; +} +.release-notes-area > p { + font-size: larger; + font-weight: bold; + margin: 0; +} + +.release-notes-area > ul { + margin: 0 0 20px 0; +} diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 86e89ed3..ac8a514a 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -22,25 +22,36 @@
- New in LocalCDN: +

New in LocalCDN:

+
+
+

Updated

+
    +
  • Chart.js v3.4.1 -> v3.5.0 (#586)
  • +
  • video.js v7.14.2 -> v7.15.0 (#587)
  • +
  • findify-bundle v7.0.24 -> v7.0.25 (#588)
  • +
  • flv.js v1.6.0 -> v1.6.1 (#589)
  • +
  • webrtc-adapter v8.0.0 -> v8.1.0 (#591)
  • +
  • bootstrap-multiselect v1.1.0 (#592)
  • +
+

Mapping

+ +

Added

+
    +
  • exif-js v2.3.0 (#590)
  • +
+

Fixed

+
    +
  • Version detection of Vue.js (#465a18cb04)
  • +
  • Latest version of toastr.js (#590)
  • +
+

Improved

+
    +
  • FAQ and options page about generated rules (#edad875768)
  • +
-
    -
  • Updated: Chart.js v3.4.1 -> v3.5.0 (#586)
  • -
  • Updated: video.js v7.14.2 -> v7.15.0 (#587)
  • -
  • Updated: findify-bundle v7.0.24 -> v7.0.25 (#588)
  • -
  • Updated: flv.js v1.6.0 -> v1.6.1 (#589)
  • -
  • Updated: webrtc-adapter v8.0.0 -> v8.1.0 (#591)
  • -
  • Updated: bootstrap-multiselect v1.1.0 (#592)
  • -
    -
  • Mapping: vuex -> cdn.jsdelivr.net
  • -
    -
  • Added: exif-js v2.3.0 (#590)
  • -
    -
  • Fixed: Version detection of Vue.js
  • -
  • Fixed: Latest version of toastr.js (#590)
  • -
    -
  • Improved: FAQ and options page about generated rules
  • -
Generate rule sets for your adblocker