diff options
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,10 +1,22 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.11: | 2 | Changes for 0.1.11: |
3 | *02/07/23: | ||
4 | * Fixed "send to..." bug (Thanks Bradley C Bailey) | ||
5 | * Moved BTexture from Image.hh to FbTk::Texture in Texture.hh | ||
6 | * Moved BColor from Image.hh to FbTk::Color in Color.hh | ||
7 | * Slit theme, you can now have theme on the slit: | ||
8 | slit: <texture option> | ||
9 | slit.color: <color value> | ||
10 | slit.colorTo: <color value> | ||
11 | If slit isn't present in the theme the slit will fall back to | ||
12 | Toolbar theme. | ||
13 | |||
3 | *02/07/19: | 14 | *02/07/19: |
4 | * Fixed slitlist bug | 15 | * Fixed slitlist bug |
5 | Slit wasn't reading the entire line from slitlist. | 16 | Slit wasn't reading the entire line from slitlist. |
6 | * Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita) | 17 | * Added ja_JP to fluxbox-generate_menu script (Thanks Junichiro Kita) |
7 | * Updated nls/ja_JP/ (Thanks Junichiro Kita) | 18 | * Updated nls/ja_JP/ (Thanks Junichiro Kita) |
19 | * Changed some function names | ||
8 | -------------------------------------------------------------------- | 20 | -------------------------------------------------------------------- |
9 | 21 | ||
10 | Changes for 0.1.10: | 22 | Changes for 0.1.10: |