diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index e0e595428adfc4ecbe7056a4173ab7c6c8f00cbb..fdffa84ab690ffacbeda0ea620e75f4ae2a41f69 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 43, # Increment this for every release. - appMarketingVersion = (defaultText = "0.43.0-develop"), + appMarketingVersion = (defaultText = "0.43.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 23abd838eeecfb1690ea6c6d60fc63006032252a..d0069b4d5c8f19bcd4e204a9f9b581303fe36e72 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.43.0-develop +version: 0.43.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 ada6c35101a230b545202272ab1cb9686fa6de63..f85ab6daf0dacef34a9b1525a65e94a2bd255ae5 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -7,7 +7,7 @@ # 5. `snapcraft snap` name: rocketchat-server -version: 0.43.0-develop +version: 0.43.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 5f469b67f932ee4db17be86f359c35f5b97a0772..25e8f1886343c8da43dcd082a7918420efb09201 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,31 @@ # History +## 0.43.0, 2016-Oct-17 + +- Add @here support for only notifying users that are active +- Add base support for config via webservices +- Add basic killswitch to enable/disable IRC functionality +- Add oplog state to startup message +- Add site name to html meta title via server side inject +- Add transition to main-content +- Add validations to transcript sending method +- Adds options for ldap connect and idle timeout +- Allow outgoing integrations to post as the triggering user +- Fix email formatting and swal alert going out of widget +- Fix Firefox DnD by checking types of drag event +- Fix match on livechat department save +- Fix select custom field validation +- Fix stuck in login page after logout +- Fix the slack and hipchat importers on users importing +- Fix transcript to users without email +- METEOR@1.4.1.2 +- Migrated IRC config defaults to web admin panel and mapped to variables. +- Package development status provided as an alert to users. Caveat emptor. +- Remove mapReduces from statistics +- Schedule syncedcron to run every one hour at the startup minute +- Set babel cache directory for integrations +- Switch snap from imagemagick to graphicsmagick + ## 0.42.0, 2016-Oct-04 - Add dependency to package with avatar template diff --git a/package.json b/package.json index 6bfc27b4dc1196fe32189693c4674279309ebf90..f87629c785ff9b70c063d96f43fe878b68e282ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Rocket.Chat", "description": "The Ultimate Open Source WebChat Platform", - "version": "0.43.0-develop", + "version": "0.43.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" diff --git a/packages/rocketchat-lib/rocketchat.info b/packages/rocketchat-lib/rocketchat.info index 456ad7c1d42d5baffda8667aa6de8e25bc58788c..75410f7e38bd462b0c69543f266e916eda85b5f0 100644 --- a/packages/rocketchat-lib/rocketchat.info +++ b/packages/rocketchat-lib/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "0.43.0-develop" + "version": "0.43.0" }