Skip to content

Commit

Permalink
version bump to 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Aug 30, 2016
1 parent 43b474c commit 8de3205
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (

appVersion = 38, # Increment this for every release.

appMarketingVersion = (defaultText = "0.37.1"),
appMarketingVersion = (defaultText = "0.38.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
35 changes: 35 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
## NEXT

## 0.38.0, 2016-Aug-30

- Action links improvements
- Add global event unread-changed-by-subscription
- Add role to disable/enable channel preview (#4127)
- Add room setting to require code to join Room (#4126)
- Add the timer for disconnecting, one minute after going in the background it'll disconnect
- Add Ubuntu 16.04-under 30 seconds snap deployment using SNAPS
- Added File Uploaded text on attachments to i18n
- Added option to populate Rocket Chat with LDAP users (import them) (#4054)
- Changes rtl check in ChatMessages class (#4049)
- Check message timestamp before notifying users
- Do not check for last admin while updating a user
- Don't send offline emails to users who aren't active
- Fix mispelling for seriliazedDescriptor
- Fix multiple notifications (closes #3517) (#4074)
- Fix offering Sandstorm grains without a title
- Fix the verbs in Sandstorm activity events
- Fix user update check for last admin
- Fixed buttons margins and upload file list
- Formatting and adding some missing permissions to standard roles
- Handle locations when disabled
- Improve lazy loading of custom fields and translations
- Improve stream broadcast connection (#4119)
- Improvements/login and registration (#4073)
- Less borders (#4101)
- Make sure Sandstorm.notify is always called for DMs
- Open room correctly after creation and new messages
- Set gitlabs scope to 'api', the only support scope.
- Set message.ts if empty on sendMessage method
- Update moment locales
- Update to Autolinker.js 0.28.0
- Update to depend only on the gMaps API key, add i18n strings for geolocaiotn sharing
- Updated loginform a11y and UX - labels instead of placeholders (#4075)

## 0.37.1, 2016-Aug-17

- Allow deletion of records with same id on settings
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.37.1"
"version": "0.38.0"
}

1 comment on commit 8de3205

@garychapman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've found a few bugs in this release. It's probably easier to describe how to reproduce:

  1. (after meteor reset and rebuilding) Create a new user, and then log in
  2. Click on #general in the CHANNELS list
  3. Click the (i)nformation icon on the top right to display the channel settings pane
  4. Open the Administration pane
  5. Select Rooms or Users - neither view displays, and the browser debug console will show various errors

Clicking on other items in the Admin menu (View Logs, Mailer, Integrations) also causes various exceptions to be thrown.

I've included a screenshot where I've also circled some display glitches which occur intermittently.

I'm running Windows 10.

screenshot

Please sign in to comment.