-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83ea9e1
commit 9572b0b
Showing
6 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
- [email protected] | ||
- 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.43.0-develop" | ||
"version": "0.43.0" | ||
} |