|
| 1 | +## VERSION 2.4 |
| 2 | + |
| 3 | +Version 2.4 is packed with some great new stuff to make your Helpy experience better than ever. It also includes some important security updates |
| 4 | +to the underlying software running Helpy and its recommended your update as soon as possible. |
| 5 | + |
| 6 | +Security Updates: |
| 7 | + |
| 8 | +- Rails has been updated to 4.2.11.1 |
| 9 | +- Devise has been updated to 4.6.1 |
| 10 | +- Many other dependencies have been updated |
| 11 | + |
| 12 | +New features, improvements and fixes: |
| 13 | +- New: tag manager for controlling tags through the admin settings. |
| 14 | +- New: Tag picker on the agent ticket view |
| 15 | +- New: Quick KB search when creating or responding to tickets to add links to articles |
| 16 | +- New: Autosave for ticket replies and knowledgebase article editor |
| 17 | +- New: A number of new settings have been added to customize how Helpy works. |
| 18 | +- Fixed: support email addresses are now removed from the CC field automatically |
| 19 | +- Fixed: Flash wrapper width reduced @cr0vy |
| 20 | +- Fixed: Widget mixed content issue with Google Fonts @karser |
| 21 | +- Optimizations: A number of optimizations have been made to improve performance |
| 22 | +- Update: Email parsing has been improved, particularly for non English email |
| 23 | +- Update: Onboarding has been moved to the unlogged-in state. This only affects new installs |
| 24 | +- Docker: Uploads folder made writable @sarke |
| 25 | + |
| 26 | +## VERSION 2.3 |
| 27 | + |
| 28 | +This release includes a new theme contributed by the team at Seravo called "Nordic" (thanks @ottok, @elguitar, @simoke, @tlxo and anyone else I missed), along with a number of dependency updates, bug fixes, and improvements to the docker container. In addition ENV vars were added for remote file storage and database as a service (docker only) that should make it easier to work with Elastic Beanstalk/Kubernetes. |
| 29 | + |
| 30 | +Full list of improvements and fixes: |
| 31 | +- Dependency updates |
| 32 | +- Fix a bug which disabled validations for associated fields |
| 33 | +- Prevent a 500 when a topic is missing a user_id (direct result of missing validation above) |
| 34 | +- Resolved a lot of intermittent tests |
| 35 | +- New theme: Nordic |
| 36 | +- Enable clicking outside keyboard shortcuts modal to close |
| 37 | +- Conditional support for S3 compatible remote filestore using fog gem |
| 38 | +- Updates to Docker container from @ypcs and adds |
| 39 | + |
| 40 | + |
| 41 | +## VERSION 2.2 |
| 42 | + |
| 43 | +This release includes fixes to several serious vulnerabilities including: |
| 44 | + |
| 45 | +[CVE-2018-18886](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18886). This fixes a serious XSS vulnerability (Reported by @joanbono). This was fixed in the master branch several weeks ago, but if you are running a prior version, including 1.x releases, you should upgrade to `2.2.0` as soon as possible. |
| 46 | + |
| 47 | +Upgrades Rails to 4.2.11. This includes a fix to a significant security vulnerability in ActiveJob. |
| 48 | + |
| 49 | +Other improvements in this release include: |
| 50 | + |
| 51 | +- Bring dependencies up to date |
| 52 | +- Improved support for forwarded emails |
| 53 | +- Accept emails from users who use a number in the first part of their email or configured email name |
| 54 | +- Correctly handle emails with no subject |
| 55 | +- Add support for IMAP email |
| 56 | +- Prevent agents from accessing API |
| 57 | +- Harden agents ability to edit administrators |
| 58 | +- Rename Login to Sign in |
| 59 | +- Allow new users when admin creating an internal note |
| 60 | + |
| 61 | + |
| 62 | +## VERSION 2.1 |
| 63 | + |
| 64 | +This release builds on the awesomeness of version 2 by adding several new enhancements- |
| 65 | + |
| 66 | +- Editable header and footer for html ticket email to customers. |
| 67 | +- support for merge tokens (%customer_name% and %customer_email%) with more coming soon. |
| 68 | +- Ability to create a ticket with a note as the first post (useful for calls, walk ins, etc) |
| 69 | +- Refactor of settings backend and addition of ability to test smtp settings |
| 70 | +- Restrict API access from agents |
| 71 | + |
| 72 | +Upgrading: |
| 73 | + |
| 74 | +Make sure you run `bundle exec rake db:migrate` and also `bundle exec rake update:enable_templates` to turn on the templates feature. |
| 75 | + |
| 76 | +## VERSION 2.0 |
| 77 | + |
| 78 | +Version 2 includes a number of awesome improvements, listed below. This should be a fairly straightforward update for most people, make sure you: |
| 79 | + |
| 80 | +`bundle install` |
| 81 | +`bundle exec rake db:migrate` |
| 82 | + |
| 83 | +We have a live demo at https://demo.helpy.io/ The admin username is "admin@test.com" and admin password is "12345678" |
| 84 | + |
| 85 | +Updated/New Features: |
| 86 | + |
| 87 | +- Refreshed Admin UI |
| 88 | +- New Helpcenter theme: Singular |
| 89 | +- HTML support when responding to tickets |
| 90 | +- Nicer HTML alert emails |
| 91 | +- Nicer HTML responses to customers |
| 92 | +- HTML emails now include the full ticket history |
| 93 | +- UI for replying to tickets re-imagined |
| 94 | +- Inline customer editing |
| 95 | +- Channel and source reporting |
| 96 | +- New support for emoji's in ticket replies |
| 97 | +- Customize the colors of the admin UI |
| 98 | +- Ability to email customers from the create ticket dialogue |
| 99 | +- New internal ticket type |
| 100 | +- Set all ticket params from admin create ticket UI |
| 101 | +- Font Awesome 5 iconography |
| 102 | +- Improved support for CC and BCC recipients |
| 103 | +- Import/Export data in CSV |
| 104 | +- Comply with GDPR by deleting or anonymizing users |
0 commit comments