# HG changeset patch # User IBBoard # Date 1570970992 -3600 # Node ID 240e408b8c7f237de0c79f54ba0f13fcdb37206b # Parent 575609b1a6d8340f3e02a44dc15219dbeaad6f77 Update documentation for v1.0.6 release diff -r 575609b1a6d8 -r 240e408b8c7f README.md --- a/README.md Sun Oct 13 12:15:07 2019 +0100 +++ b/README.md Sun Oct 13 13:49:52 2019 +0100 @@ -11,7 +11,7 @@ The Theme --------- -Adwaita Dark Green includes GTK2, GTK3 (3.16, 3.18 and 3.20+ - including the new Nautilus 3.30 path bar) and Metacity themes. +Adwaita Dark Green includes GTK2, GTK3 (3.16, 3.18 and 3.20+ - including the new Nautilus 3.30 and 3.32 path bars) and Metacity themes. The following screenshots were taken at [revision ecae148f2522](https://dev.ibboard.co.uk/repos/other/Adwaita-Dark-Green/rev/ecae148f2522) diff -r 575609b1a6d8 -r 240e408b8c7f VERSION --- a/VERSION Sun Oct 13 12:15:07 2019 +0100 +++ b/VERSION Sun Oct 13 13:49:52 2019 +0100 @@ -1,1 +1,1 @@ -1.0.5 \ No newline at end of file +1.0.6 \ No newline at end of file diff -r 575609b1a6d8 -r 240e408b8c7f gtk-3.20/gtk.scss --- a/gtk-3.20/gtk.scss Sun Oct 13 12:15:07 2019 +0100 +++ b/gtk-3.20/gtk.scss Sun Oct 13 13:49:52 2019 +0100 @@ -18,6 +18,9 @@ /// - This is because it uses @theme_base_color, and that is our base colour. /// The only way to change it in the theme is to change the base colour, but /// that would affect anything that relies on the base colour. +/// * Nautilus pathbar style doesn't properly change from "in bar" to "no bar" +/// when making the window wider. It needs an unfocus/focus cycle +/// - This is an Adwaita/Nautilus problem and can be seen in the base theme $variant: 'light';