Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
d1639c62
Commit
d1639c62
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
version version bump to 0.22.0
parent
3e36b6c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.sandstorm/sandstorm-pkgdef.capnp
+2
-2
2 additions, 2 deletions
.sandstorm/sandstorm-pkgdef.capnp
HISTORY.md
+44
-0
44 additions, 0 deletions
HISTORY.md
packages/rocketchat-lib/rocketchat.info
+1
-1
1 addition, 1 deletion
packages/rocketchat-lib/rocketchat.info
with
47 additions
and
3 deletions
.sandstorm/sandstorm-pkgdef.capnp
+
2
−
2
View file @
d1639c62
...
...
@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 1
8
, # Increment this for every release.
appVersion = 1
9
, # Increment this for every release.
appMarketingVersion = (defaultText = "0.2
1
.0"),
appMarketingVersion = (defaultText = "0.2
2
.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.
...
...
This diff is collapsed.
Click to expand it.
HISTORY.md
+
44
−
0
View file @
d1639c62
## NEXT
## 0.22.0, 2016-Mar-14
-
Add AES encryption routines
-
Add CDN config option for file upload
-
Add icon to show OTR status in channel title
-
Add option to disable integration and scripts
-
Add Off-The-Record funtionallity
-
Add RocketChat.promises API
-
Allow outgoing scripts to call HTTP
-
Allow processOutgoingResponseScript to process erros
-
Allow send message and continue with the request
-
Always notifies livechat messages - Closes #2212
-
Better rendering of message attachment text
-
Client validation of valid types for upload
-
Close #1635; Add textarea for adding custom CSS/JS
-
Close #2494; Close all opened rooms on logout
-
Enables notification by displaying "Encrypted message" instead of the hash or the actual message
-
Fix bug when changing room name to same value
-
Fix code indentation - closes #2454
-
Moves change of language to preferences
-
Requires current password to change profile settings
-
Fixes #691; Adds sorting to channels list.
-
Fixes S3 config without acl
-
Improve UI of new messages bar
-
Improved send button
-
Move custom OAuth to OAuth section of admin panel
-
Moved all fileupload settings to package
-
Moving files to expose functions
-
Pass request as object to process_incoming_request
-
Protect file uploads on S3
-
Readding autocomplete to message input box - fixes #2489
-
Reduce font-size of new messages bar
-
Refactor for file upload response handlers API
-
Removed Meteor Error copy-pasted problem
-
Renaming files to match the storage config
-
Shows a send button if there is a message in the text box
-
Stops using tmeasday:errors and use toastr instead
-
Support for delete uploaded files
-
Support for region and bucketUrl S3 configs
-
Support multiple upload file handlers
-
Support to upload files to S3
-
Trim slashes from Site_Url - closes #2462
-
Upload files to file system support
## 0.21.0, 2016-Mar-07
-
Add ability for users to delete their own accounts
...
...
This diff is collapsed.
Click to expand it.
packages/rocketchat-lib/rocketchat.info
+
1
−
1
View file @
d1639c62
{
"version": "0.2
1
.0"
"version": "0.2
2
.0"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment