##// END OF EJS Templates
docs: updated changelog for 4.4.0
marcink -
r800:09c29e08 default
parent child Browse files
Show More
@@ -0,0 +1,78 b''
1 |RCE| 4.4.0 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2016-09-16
8
9
10 General
11 ^^^^^^^
12
13 - UI: introduced Polymer webcomponents into core application. RhodeCode will
14 be now shipped together with Polymer framework webcomponents. Most of
15 dynamic UI components that require large amounts of interaction
16 will be done now with Polymer.
17 - live-notifications: use rhodecode-toast for live notifications instead of
18 toastr jquery plugin.
19 - Svn: moved svn http support out of labs settings. It's tested and stable now.
20
21
22 New Features
23 ^^^^^^^^^^^^
24
25 - Integrations: integrations can now be configure on whole repo group to apply
26 same integrations on multiple projects/groups at once.
27 - Integrations: added scopes on integrations, scopes are: Global,
28 Repository Group (with/without children), Repositories, Root Repositories Only.
29 It will allow to configure exactly which projects use which integrations.
30 - Integrations: show branches/commits separately when posting push events
31 to hipchat/slack, fixes #4192.
32 - Pull-requests: summary page now shows update dates for pull request to
33 easier see which one were receantly updated.
34 - UI: hidden inline comments will be shown in side view when browsing the diffs
35 - Diffs: added inline comments toggle into pull requests diff view. #2884
36 - Live-chat: added summon reviewers functionality. You can now request
37 presence from online users into a chat for collaborative code-review.
38 This requires channelstream to be enabled.
39 - UX: added a static 502 page for gateway error. Once configured via
40 Nginx or Apache it will present a custom RhodeCode page while
41 backend servers are offline. Fixes #4202.
42
43
44 Security
45 ^^^^^^^^
46
47 - Passwords: forced password change will not allow users to put in the
48 old password as new one.
49
50
51 Performance
52 ^^^^^^^^^^^
53
54 - Vcs: refactor vcs-middleware to handle order of .ini file backends in
55 detection of vcs protocol. Detection ends now on first match and speeds
56 overall transaction speed.
57 - Summary: Improve the algorithm and performance of detection README files
58 inside summary page. In some cases we reduced cold-cache time from 50s to 1s.
59 - Safari: improved speed of large diffs on Safari browser.
60 - UX: remove position relative on diff td as it causes very slow
61 rendering in browsers.
62
63 Fixes
64 ^^^^^
65
66 - UX: change confirm password widget to have spacing between the fields to
67 match rest of ui, fixes: #4200.
68 - UX: show multiple tags/branches in changelog/summary instead of
69 truncating them.
70 - My-account: fix test notifications for IE10+
71 - Vcs: change way refs are retrieved for git so same name branch/tags and
72 remotes can be supported, fixes #298.
73 - Lexers: added small extensions table to extend syntax highlighting for file
74 sources. Fixes #4227.
75 - Search: fix bug where file path link was wrong when the repository name was
76 in the file path, fixes #4228
77 - Fixed INT overflow bug
78 - Events: send pushed commits always in the correct in order.
@@ -1,86 +1,87 b''
1 1 .. _rhodecode-release-notes-ref:
2 2
3 3 Release Notes
4 4 =============
5 5
6 6 |RCE| 4.x Versions
7 7 ------------------
8 8
9 9 .. toctree::
10 10 :maxdepth: 1
11 11
12 release-notes-4.4.0.rst
12 13 release-notes-4.3.1.rst
13 14 release-notes-4.3.0.rst
14 15 release-notes-4.2.1.rst
15 16 release-notes-4.2.0.rst
16 17 release-notes-4.1.2.rst
17 18 release-notes-4.1.1.rst
18 19 release-notes-4.1.0.rst
19 20 release-notes-4.0.1.rst
20 21 release-notes-4.0.0.rst
21 22
22 23 |RCE| 3.x Versions
23 24 ------------------
24 25
25 26 .. toctree::
26 27 :maxdepth: 1
27 28
28 29 release-notes-3.8.4.rst
29 30 release-notes-3.8.3.rst
30 31 release-notes-3.8.2.rst
31 32 release-notes-3.8.1.rst
32 33 release-notes-3.8.0.rst
33 34 release-notes-3.7.1.rst
34 35 release-notes-3.7.0.rst
35 36 release-notes-3.6.1.rst
36 37 release-notes-3.6.0.rst
37 38 release-notes-3.5.2.rst
38 39 release-notes-3.5.1.rst
39 40 release-notes-3.5.0.rst
40 41 release-notes-3.4.1.rst
41 42 release-notes-3.4.0.rst
42 43 release-notes-3.3.4.rst
43 44 release-notes-3.3.3.rst
44 45 release-notes-3.3.2.rst
45 46 release-notes-3.3.1.rst
46 47 release-notes-3.3.0.rst
47 48 release-notes-3.2.3.rst
48 49 release-notes-3.2.2.rst
49 50 release-notes-3.2.1.rst
50 51 release-notes-3.2.0.rst
51 52 release-notes-3.1.1.rst
52 53 release-notes-3.1.0.rst
53 54 release-notes-3.0.2.rst
54 55 release-notes-3.0.1.rst
55 56 release-notes-3.0.0.rst
56 57
57 58 |RCE| 2.x Versions
58 59 ------------------
59 60
60 61 .. toctree::
61 62 :maxdepth: 1
62 63
63 64 release-notes-2.2.8.rst
64 65 release-notes-2.2.7.rst
65 66 release-notes-2.2.6.rst
66 67 release-notes-2.2.5.rst
67 68 release-notes-2.2.4.rst
68 69 release-notes-2.2.3.rst
69 70 release-notes-2.2.2.rst
70 71 release-notes-2.2.1.rst
71 72 release-notes-2.2.0.rst
72 73 release-notes-2.1.0.rst
73 74 release-notes-2.0.2.rst
74 75 release-notes-2.0.1.rst
75 76 release-notes-2.0.0.rst
76 77
77 78 |RCE| 1.x Versions
78 79 ------------------
79 80
80 81 .. toctree::
81 82 :maxdepth: 1
82 83
83 84 release-notes-1.7.2.rst
84 85 release-notes-1.7.1.rst
85 86 release-notes-1.7.0.rst
86 87 release-notes-1.6.0.rst
General Comments 0
You need to be logged in to leave comments. Login now