From 3ed56f5c7658489656acec864674857fbda4d214 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Mon, 21 Nov 2016 17:21:51 -0200 Subject: [PATCH] version bump to 0.46.0 --- .sandstorm/sandstorm-pkgdef.capnp | 4 +- .snapcraft/edge/snapcraft.yaml | 2 +- .snapcraft/stable/snapcraft.yaml | 2 +- HISTORY.md | 70 ++++++++++++++++++++++++- package.json | 2 +- packages/rocketchat-lib/rocketchat.info | 2 +- 6 files changed, 75 insertions(+), 7 deletions(-) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index f8b25f27950f..7e5d713839bb 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Rocket.Chat"), - appVersion = 45, # Increment this for every release. + appVersion = 46, # Increment this for every release. - appMarketingVersion = (defaultText = "0.46.0-develop"), + appMarketingVersion = (defaultText = "0.46.0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.snapcraft/edge/snapcraft.yaml b/.snapcraft/edge/snapcraft.yaml index bf2c82e3dc03..ca591ac97bff 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.46.0-develop +version: 0.46.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index 5f12bfc952dd..0643e3019d8d 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.46.0-develop +version: 0.46.0 summary: Rocket.Chat server description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ confinement: strict diff --git a/HISTORY.md b/HISTORY.md index 81bbddf9fe73..44a7be270727 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,73 @@ # History +## 0.46.0, 2016-Nov-21 + +### Upgraded to meteor 1.4.2.3 - Now uses NodeJS 4.6.2 + +Add a csv plain text importer (#2689) +Add a verified email toast +Add an area to the warnings piece and allow defining users to be part of channels. +Add channel renames to the importer tool +Add debug to build scripts +Add Hyper.sh +Add missing dependencies to rocketchat:lib +Add more tests +Add option to hide user muted/unmuted messages +Add option to remove the filesize restriction +Add path prefix to sidenav layout (#4798) +Add reaction importing capability for Slack +Add REST endpoint to set user avatar +Add scrollbar into the snippet view page +Add setting to Forget user session on window close +Add snippet message plugin +Add snippet page and file creation +Add syntax highlighting when a snippet is created +Add tabBar english translation +Add user account tests +Allow private groups and add warnings to the importers +Bot-helpers bugfix and new features +Change default button colors and font-weight +Change Jitsi iframe width to auto +Change user rooms verifications to subscriptions +Change utf8 names validation label +Disabling the snippet feature by default +Do not trigger livechat integration if room still open +Enable broadcast connection logs when log level is 2 +Fix channels were the creator wasn't imported was causing issues (#4934, #4899, #3911) +Fix chevrons were backwards (#3581) +Fix errors related to user status on logout +Fix hubot-help path (#4807) +Fix ignore cdn_prefix setting if empty (#4546) +Fix LDAP filter users by their group (#4756) +Fix Message_AllowSnippeting setting checks +Fix sandstorm upload: UploadFS.Store.GetURL to return a relative URL +Fix slackbridge out to stop re-sending messages that go out +Fix the import progress not having the correct translations +Fix Url previews are broken (#4779) +Fixes the auto focus while using ctrl commands +Fixes the create new btn bug +List rocketchat:authorization as a dependency of rocketchat:lib +Move client tabs into tabBar folder +Provide the full avatar url when posting out to Slack +Reactions need to be ran as the user who reacted and fix edits not showing +Remove log and useless else condition. +Remove online status class from channels +Remove unused ChatSnippetMessage class +Remove unused mime-type dependency +Remove unused settings and add translation +Replace erroneous head tags with header tags +Sandstorm build: use node and npm from Meteor dev bundle, and don't use sudo. +Standardising buttons appearance +Support symbolic link integration +Update Autolinker to 1.3.2 +Update blaze +Update buffer to string conversion using utf8 +Update FileUpload.js +Update LESSHat from version: v3.0.2 (2014-06-17) to version: v4.1.0 (2016-07-19) +Using --headless instead of METEOR_PRETTY_OUTPUT=0 +Using border-with on CSS to control borders +Validate user access on file upload + ## 0.45.0, 2016-Oct-31 - Add global keydown event handler @@ -164,7 +232,7 @@ ## 0.40.0, 2016-Sep-20 -### IMPORTANT: Upgraded to meteor 1.4.1.1 - Now uses NodeJS 4.5 +### Upgraded to meteor 1.4.1.1 - Now uses NodeJS 4.5 - Add a minimalistic view for embedded layout - Add a setting to disable system notifications diff --git a/package.json b/package.json index fdb64e4db612..783b2f32ee13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.46.0-develop", + "version": "0.46.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 011a4ae4b5cb..e4ee9bd99123 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.46.0-develop" + "version": "0.46.0" }