implement conditional directories (#1394)
They work the same way as conditional filenames (84d2e640), e.g.
"directory": {
"score >= 20": ["high score"],
"score >= 5" : ["mid score"],
"" : ["{category}", "default"]
}
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.18.0"
|
||||
__version__ = "1.18.1-dev"
|
||||
|
||||
Reference in New Issue
Block a user