diff --git a/changelog.org b/changelog.org index 67bbdac2..bfe9e42b 100644 --- a/changelog.org +++ b/changelog.org @@ -1,6 +1,19 @@ #+STARTUP: nofold * Changelog +** 3.0.0-rc.3 [2020-08-08 Sat] +I've decided to delay full-release until next week because there are more ideas +that need to be implemented first. + +This pre-release adds dark mode to Google Maps integration, and improves more +descriptions for UserCSS options. + +*** Docs +- Improved descriptions for more UserCSS options + +*** Fixed +- Added dark mode to Google Maps integration + ** 3.0.0-rc.2 [2020-08-04 Tue] This is the second pre-release of ~v3~ that resolves a few small bugs and improves descriptions for UserCSS options. diff --git a/wa.user.styl b/wa.user.styl index d8879e9c..e3989cb7 100644 --- a/wa.user.styl +++ b/wa.user.styl @@ -1949,7 +1949,7 @@ ac5 = var(--ac-5) } /// Feat -> Collapse messages for `fb-like` tail style and `RTL` tweaks. - if (fb_compact && rtl_header && tail_style == 'fb-like') { + if (rtl_format && tail_style == 'fb-like') { rtl = '.eRacY[dir = "rtl"]' ltr = '._2oWZe' big = '._20sYJ'