diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index bebb8d08f6e..95ec13f481c 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 47, # Increment this for every release. - appMarketingVersion = (defaultText = "0.47.0-develop"), + appMarketingVersion = (defaultText = "0.47.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 2b5db0e6cf4..84b067752dc 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.47.0-develop +version: 0.47.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 dd5d765e04c..634e5a7c338 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.47.0-develop +version: 0.47.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 83fb60c8b1f..66727ec4fb0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,61 @@ # History +## 0.47.0, 2016-Dec-06 + +- Add 'clear OEmbed cache now' button +- Add a method and rest api to clean up a channel's history +- Add ability to choose a department from the API to livechat +- Add channel history rest api +- Add channel history rest api which is slack compatiable. +- Add ecmascript to all packages with coffeescript +- Add feature to clear OEmbed cache after user-defined amount of time +- Add heirarchy and refactor colour variables +- Add method do check if process is running inside docker +- Add migrations, label, toggle for minor colors +- Add option to disable file uploads in direct messages +- Add the feature to hide the file sharing btn and some fixes +- Allow load css from subdir +- Allow setting border colours in imports +- Allow simpler pinning and unpinning via the methods, only require _id and rid. +- Allow use expressions/variables as colors +- Change custom account box items to button +- Convert the channels.history from post to get +- Fix 'user is typing' break line +- Fix bug with Disable Embed for Users +- Fix button/bg colors and contrast +- Fix code that check for empty object +- Fix file list in cordova +- Fix improper use of head tag (replace with header) +- Fix improve unread mark +- Fix issue #4387, crash when using StartTLS and LDAP +- Fix issue #4813 +- Fix jitsi lib load in sub dir +- Fix login logo in subdir +- Fix missed styles and cull transparent variables +- Fix oauth client when client had previously authorized +- Fix redirectUrl after custom oauth successful login initiated by iframe command, fixes #5042 (#5043) +- Fix sandstorm call setPath on navigation +- Fix set user's email from REST API +- Fix to stop changing the instance IP if running in docker +- Fix windows issues on startup +- Improved performance of sidebar rendering. Fixed RTL sidebar opening. +- Inject meta tag via Inject.rawHead +- Load permissions styles through theme methods +- Migrating from GoogleSiteVerification_id to Meta_google-site-verification +- Move less mixins into separate import +- No longer allow invisible agents get livechats +- Recommend using meteor npm start +- Remove c from function param +- Remove the default value for the latest on the getChannelHistory +- Rename action-buttons-color primary-action-color +- Restore migrations post merge upstream versions +- Serve theme.css through WebApp.rawConnectHandlers +- Show 'connecting to agent..' message option on LIveChat client +- Simplify button classes, remove color names +- Update action link and permissions colors to use theme variables +- Updated to autolinker 1.4.0 +- Use toastr from npm + ## 0.46.0, 2016-Nov-21 ### Upgraded to meteor 1.4.2.3 - Now uses NodeJS 4.6.2 diff --git a/package.json b/package.json index a1cc56bddf0..0384480f1b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.47.0-develop", + "version": "0.47.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index e56b5d6f0a0..c6bf3804d42 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.47.0-develop" + "version": "0.47.0" }