|
4 | 4 |
|
5 | 5 | ### Upgraded to meteor 1.4.2.3 - Now uses NodeJS 4.6.2
|
6 | 6 |
|
7 |
| -Add a csv plain text importer (#2689) |
8 |
| -Add a verified email toast |
9 |
| -Add an area to the warnings piece and allow defining users to be part of channels. |
10 |
| -Add channel renames to the importer tool |
11 |
| -Add debug to build scripts |
12 |
| -Add Hyper.sh |
13 |
| -Add missing dependencies to rocketchat:lib |
14 |
| -Add more tests |
15 |
| -Add option to hide user muted/unmuted messages |
16 |
| -Add option to remove the filesize restriction |
17 |
| -Add path prefix to sidenav layout (#4798) |
18 |
| -Add reaction importing capability for Slack |
19 |
| -Add REST endpoint to set user avatar |
20 |
| -Add scrollbar into the snippet view page |
21 |
| -Add setting to Forget user session on window close |
22 |
| -Add snippet message plugin |
23 |
| -Add snippet page and file creation |
24 |
| -Add syntax highlighting when a snippet is created |
25 |
| -Add tabBar english translation |
26 |
| -Add user account tests |
27 |
| -Allow private groups and add warnings to the importers |
28 |
| -Bot-helpers bugfix and new features |
29 |
| -Change default button colors and font-weight |
30 |
| -Change Jitsi iframe width to auto |
31 |
| -Change user rooms verifications to subscriptions |
32 |
| -Change utf8 names validation label |
33 |
| -Disabling the snippet feature by default |
34 |
| -Do not trigger livechat integration if room still open |
35 |
| -Enable broadcast connection logs when log level is 2 |
36 |
| -Fix channels were the creator wasn't imported was causing issues (#4934, #4899, #3911) |
37 |
| -Fix chevrons were backwards (#3581) |
38 |
| -Fix errors related to user status on logout |
39 |
| -Fix hubot-help path (#4807) |
40 |
| -Fix ignore cdn_prefix setting if empty (#4546) |
41 |
| -Fix LDAP filter users by their group (#4756) |
42 |
| -Fix Message_AllowSnippeting setting checks |
43 |
| -Fix sandstorm upload: UploadFS.Store.GetURL to return a relative URL |
44 |
| -Fix slackbridge out to stop re-sending messages that go out |
45 |
| -Fix the import progress not having the correct translations |
46 |
| -Fix Url previews are broken (#4779) |
47 |
| -Fixes the auto focus while using ctrl commands |
48 |
| -Fixes the create new btn bug |
49 |
| -List rocketchat:authorization as a dependency of rocketchat:lib |
50 |
| -Move client tabs into tabBar folder |
51 |
| -Provide the full avatar url when posting out to Slack |
52 |
| -Reactions need to be ran as the user who reacted and fix edits not showing |
53 |
| -Remove log and useless else condition. |
54 |
| -Remove online status class from channels |
55 |
| -Remove unused ChatSnippetMessage class |
56 |
| -Remove unused mime-type dependency |
57 |
| -Remove unused settings and add translation |
58 |
| -Replace erroneous head tags with header tags |
59 |
| -Sandstorm build: use node and npm from Meteor dev bundle, and don't use sudo. |
60 |
| -Standardising buttons appearance |
61 |
| -Support symbolic link integration |
62 |
| -Update Autolinker to 1.3.2 |
63 |
| -Update blaze |
64 |
| -Update buffer to string conversion using utf8 |
65 |
| -Update FileUpload.js |
66 |
| -Update LESSHat from version: v3.0.2 (2014-06-17) to version: v4.1.0 (2016-07-19) |
67 |
| -Using --headless instead of METEOR_PRETTY_OUTPUT=0 |
68 |
| -Using border-with on CSS to control borders |
69 |
| -Validate user access on file upload |
| 7 | +- Add a csv plain text importer (#2689) |
| 8 | +- Add a verified email toast |
| 9 | +- Add an area to the warnings piece and allow defining users to be part of channels. |
| 10 | +- Add channel renames to the importer tool |
| 11 | +- Add debug to build scripts |
| 12 | +- Add Hyper.sh |
| 13 | +- Add missing dependencies to rocketchat:lib |
| 14 | +- Add more tests |
| 15 | +- Add option to hide user muted/unmuted messages |
| 16 | +- Add option to remove the filesize restriction |
| 17 | +- Add path prefix to sidenav layout (#4798) |
| 18 | +- Add reaction importing capability for Slack |
| 19 | +- Add REST endpoint to set user avatar |
| 20 | +- Add scrollbar into the snippet view page |
| 21 | +- Add setting to Forget user session on window close |
| 22 | +- Add snippet message plugin |
| 23 | +- Add snippet page and file creation |
| 24 | +- Add syntax highlighting when a snippet is created |
| 25 | +- Add tabBar english translation |
| 26 | +- Add user account tests |
| 27 | +- Allow private groups and add warnings to the importers |
| 28 | +- Bot-helpers bugfix and new features |
| 29 | +- Change default button colors and font-weight |
| 30 | +- Change Jitsi iframe width to auto |
| 31 | +- Change user rooms verifications to subscriptions |
| 32 | +- Change utf8 names validation label |
| 33 | +- Disabling the snippet feature by default |
| 34 | +- Do not trigger livechat integration if room still open |
| 35 | +- Enable broadcast connection logs when log level is 2 |
| 36 | +- Fix channels were the creator wasn't imported was causing issues (#4934, #4899, #3911) |
| 37 | +- Fix chevrons were backwards (#3581) |
| 38 | +- Fix errors related to user status on logout |
| 39 | +- Fix hubot-help path (#4807) |
| 40 | +- Fix ignore cdn_prefix setting if empty (#4546) |
| 41 | +- Fix LDAP filter users by their group (#4756) |
| 42 | +- Fix Message_AllowSnippeting setting checks |
| 43 | +- Fix sandstorm upload: UploadFS.Store.GetURL to return a relative URL |
| 44 | +- Fix slackbridge out to stop re-sending messages that go out |
| 45 | +- Fix the import progress not having the correct translations |
| 46 | +- Fix Url previews are broken (#4779) |
| 47 | +- Fixes the auto focus while using ctrl commands |
| 48 | +- Fixes the create new btn bug |
| 49 | +- List rocketchat:authorization as a dependency of rocketchat:lib |
| 50 | +- Move client tabs into tabBar folder |
| 51 | +- Provide the full avatar url when posting out to Slack |
| 52 | +- Reactions need to be ran as the user who reacted and fix edits not showing |
| 53 | +- Remove log and useless else condition. |
| 54 | +- Remove online status class from channels |
| 55 | +- Remove unused ChatSnippetMessage class |
| 56 | +- Remove unused mime-type dependency |
| 57 | +- Remove unused settings and add translation |
| 58 | +- Replace erroneous head tags with header tags |
| 59 | +- Sandstorm build: use node and npm from Meteor dev bundle, and don't use sudo. |
| 60 | +- Standardising buttons appearance |
| 61 | +- Support symbolic link integration |
| 62 | +- Update Autolinker to 1.3.2 |
| 63 | +- Update blaze |
| 64 | +- Update buffer to string conversion using utf8 |
| 65 | +- Update FileUpload.js |
| 66 | +- Update LESSHat from version: v3.0.2 (2014-06-17) to version: v4.1.0 (2016-07-19) |
| 67 | +- Using --headless instead of METEOR_PRETTY_OUTPUT=0 |
| 68 | +- Using border-with on CSS to control borders |
| 69 | +- Validate user access on file upload |
70 | 70 |
|
71 | 71 | ## 0.45.0, 2016-Oct-31
|
72 | 72 |
|
|
0 commit comments