diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 8a084355..e1972109 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -18,7 +18,10 @@ If you are updating from an 0.9.x release AND you have indexed branches with the #### changes
-- Added *git.searchRecursionDepth=-1* to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
+- Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
+ **New:** *git.searchRecursionDepth=-1*
+- Added setting to specify regex exclusions for repositories (issue 103)
+ **New:** *git.searchExclusions=*
- Blob page now supports displaying images (issue 6)
- Non-image binary files can now be downloaded using the RAW link
- Updated Polish translation
|