diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1,2 +1,3 @@ 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1 +c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0 diff --git a/docs/release-notes/release-notes-4.1.0.rst b/docs/release-notes/release-notes-4.1.0.rst --- a/docs/release-notes/release-notes-4.1.0.rst +++ b/docs/release-notes/release-notes-4.1.0.rst @@ -4,27 +4,29 @@ Release Date ^^^^^^^^^^^^ -- 2016-06-XX +- 2016-06-12 General ^^^^^^^ -- Migrated more views to Pyramid. Those now include login, social plugins, search -- Started Implementing Pyramid Events system in exchange to rcextensions callbacks -- JS routes assets are now generated in development mode automatically +- Migrated more views to Pyramid. Those now include login, social auth plugins, + full text search. +- Started implementing Pyramid Events system in exchange to rcextensions callbacks. +- JS routes assets are now generated in development mode automatically. - ini: Add fallback authentication plugin setting. In case only one authentication backend is enabled users can now enable fallback auth if - they cannot log-in due to external servers being down -- Bumped Mercurial to 3.8.3 version -- Bumped RhodeCode Tools to 0.8.3 version + they cannot log-in due to external servers being down. +- Bumped Mercurial to 3.8.3 version. +- Bumped RhodeCode Tools to 0.8.3 version. New Features ^^^^^^^^^^^^ -- search: add syntax highlighting, line numbers and line context to file - content search results -- Go To switcher now searches commit hashes as well -- Token based authentication is now in CE edition as well +- Search: add syntax highlighting, line numbers and line context to file + content search results. +- Enabled new Elastic Search based engine. +- Go To switcher now searches commit hashes as well. +- RhodeCode Auth-Token based authentication is now in CE edition. - User groups: added autocomplete widget to be able to select members of other group as part of current group.