All Versions
13
Latest Version
Avg Release Cycle
47 days
Latest Release
1509 days ago

Changelog History
Page 1

  • v2.8.0 Changes

    February 28, 2020

    ๐Ÿ”– Version 2.8 contains important security updates and the following new features:

    • ๐Ÿ†• NEW It is now possible create users one at a time, with or without inviting them.
    • ๐Ÿ†• NEW When creating tickets by API, you can now specify the CC and BCC for the new ticket.
    • ๐Ÿ†• NEW A new API for viewing and editing taggings has been added (thanks @schmidt)
    • ๐Ÿ†• NEW A honeypot (anti spam) feature was added to the new ticket form (thanks @schmidt)
    • ๐Ÿ”„ CHANGE Assigning an agent no longer automatically marks the ticket as "pending".
    • โฌ†๏ธ CHANGE The whitelist of allowable file attachments has been significantly changed and made more flexible (see upgrade notes below).
    • ๐Ÿ›  FIX A bug was fixed that displays the proper error message when a non supported file attachment is made in the web UI
    • ๐Ÿ›  FIX #1576 The right menu no longer gets stuck open when turbolinks is enabled
    • ๐Ÿ›  FIX #1581 Radio buttons are now properly aligned in the mobile responsive view of the Singular theme

    โฌ†๏ธ IMPORTANT UPGRADE NOTES:

    ๐Ÿš€ This release of Helpy includes a change to the way file attachments are handled. Previous versions used a default "whitelist" of file types where were allowed and was generally limited to the most common image and doc foramts.

    ๐Ÿ”ง This version adds configuration settings which can be modified by API that allow you to set your own whitelist of filetypes which should be allowed, or a blacklist of filetypes that should be rejected. In addition, the default whitelist has been removed, and Helpy now ships with a short blacklist of files that could be considered "risky." Files with these extensions are blacklisted by default:

    '''ade, adp, apk, appx, appxbundle, bat, cab, chm, cmd, com, cpl, dll, dmg, exe, hta, ins, isp, iso, jar, js, jse, lib,
    lnk, mde, msc, msi, msix, msixbundle, msp, mst, nsh, pif, ps1, scr, sct, .shb, sys, vb, vbe, vbs, vxd, wsc, wsf, wsh'''

    NOTE: Do not provide values for both blacklist and whitelist, as they will conflict and it will be impossible for customers to attach files.

  • v2.7.0 Changes

    November 04, 2019

    ๐Ÿš€ The 2.7 release of Helpy is here, with several great new features to help you better provide great customer support. There are also some severe security patches in gems and modules that Helpy relies on. It is highly recommended you update to 2.7 as soon as possible. See the UPGRADING.md file for more information.

    • ๐Ÿ†• New nested categories feature lets you create sub categories with a drag and drop UI to group and administer them.
    • โšก๏ธ All open source themes are updated to support nested categories
    • ๐Ÿ†• New API setting for default reply type
    • Site URL is now validated

    ๐Ÿ› Bug Fixes:

    • Webhooks preference did not always save
    • Customers list view does not always load
    • ๐Ÿ›  Fixed a bug that prevented logging in if ticketing, knowledge base and forums were all turned off
  • v2.6.0 Changes

    August 20, 2019

    ๐Ÿš€ This release fixes several edge case bugs and adds a couple new API features and an all new Ukrainian language translation. Specifically:

    ๐Ÿ› Bug Fixes:

    • Translated versions are now properly included in the search index #1375
    • The CC address is now persisted if you change the assignment of a ticket while editing the reply #1387
    • Agents can now create an unassigned ticket #1317
    • ๐Ÿ“„ A rare bug that docs unclickable on mobile has been resolved #1371

    API:

    • A new endpoint has been added to get specifics of the currently logged in user #1242 @trevormerritt
    • Categories can now be filtered by visibility (public/private/internal) #1269
    • Forum topics now respect a limit param #1357 @elguitar
    • The User entity is now included with topics and posts #1318

    Misc:

    • โœ… Can now specify a theme environment var when running test suite #1253 @azul
  • v2.5.1 Changes

    July 22, 2019

    ๐Ÿš€ This release includes numerous security updates and should be installed as soon as possible. Make sure you run bundle exec rake db:migrate as this release also includes a new feature for tracking the availability of agents that requires the addition of a new attribute to the User model.

    Overall, this version includes:

    • โž• Added new status attribute to users to describe availability of agents
    • โž• Added new API endpoint for setting the availability of agents
    • Scope assignment dropdowns to only include 'available' agents
    • ๐Ÿ‘Œ Improvement to the French translation
    • ๐Ÿ›  Fixed a bug with updating ticket views in version 2.5.0
    • โšก๏ธ Updated many dependencies
  • v2.5.0 Changes

    May 29, 2019

    ๐Ÿš€ This release adds important new functionality for managing incoming spam email tickets (particularly from parse webhook services such as Sendgrid or Mandrill). Two new settings have been added that use the spam assassin score provided by these providers to either block tickets outright, or filter them to the spam
    โฌ†๏ธ folder. In addition, dependencies have been upgraded.

    • ๐Ÿ”ฆ Expose trash and Spam tickets navigation in the left ticketing nav
    • โž• Adds two settings to adjust how Helpy filters spam (when using Sendgrid, Mandrill, etc.)
    • Stores the spam score of incoming emails in the Topic table
    • Adds the ability to do bulk actions on all tickets matching a search
    • โž• Adds the option to "empty the trash", permanently deleting all messages in the trash

    โšก๏ธ See UPDATING.md for details on how to update.

  • v2.4.3 Changes

    May 13, 2019

    ๐Ÿš€ This release fixes a bug in the way autosaving was handled.

    • Autosave functionality improved
    • โž• Added a button to clear autosaved draft if present
    • โœ‚ Removed autosave from KB editor
    • โšก๏ธ Depenedencies updated
  • v2.4.2 Changes

    April 30, 2019

    ๐Ÿš€ This release updates dependencies and fixes an issue with the docker container which prevented it from booting.

    • โšก๏ธ Dependencies updated
    • ๐Ÿš‘ Critical security update for Nokogiri
    • ๐Ÿ›  Fixed: Docker container would not boot
  • v2.4.1 Changes

    April 03, 2019

    ๐Ÿš€ This release fixes a couple thing from the last release, in addition to updating some dependencies. Specifically:

    • โšก๏ธ Resetting passwords works again- this was a regression with the update of Devise
    • ๐Ÿท Tags are now shown in alphabetical order- helpful if you have a large number
    • ๐Ÿท Tag management is now paginated- again helpful if you have a large number

    Also

    • Some additional navigation was added into the knowledgebase editor
  • v2.4 Changes

    ๐Ÿ”– 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 โšก๏ธ to the underlying software running Helpy and its recommended your update as soon as possible.

    โšก๏ธ Security Updates:

    • โšก๏ธ Rails has been updated to 4.2.11.1
    • โšก๏ธ Devise has been updated to 4.6.1
    • โšก๏ธ Many other dependencies have been updated

    ๐Ÿ†• New features, improvements and fixes:

    • ๐Ÿ†• New: tag manager for controlling tags through the admin settings.
    • ๐Ÿ†• New: Tag picker on the agent ticket view
    • ๐Ÿ†• New: Quick KB search when creating or responding to tickets to add links to articles
    • ๐Ÿ†• New: Autosave for ticket replies and knowledgebase article editor
    • ๐Ÿ†• New: A number of new settings have been added to customize how Helpy works.
    • ๐Ÿ›  Fixed: support email addresses are now removed from the CC field automatically
    • ๐Ÿ›  Fixed: Flash wrapper width reduced @cr0vy
    • ๐Ÿ›  Fixed: Widget mixed content issue with Google Fonts @karser
    • ๐ŸŽ Optimizations: A number of optimizations have been made to improve performance
    • โšก๏ธ Update: Email parsing has been improved, particularly for non English email
    • โšก๏ธ Update: Onboarding has been moved to the unlogged-in state. This only affects new installs
    • ๐Ÿณ Docker: Uploads folder made writable @sarke
  • v2.3 Changes

    ๐Ÿš€ 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.

    ๐Ÿ›  Full list of improvements and fixes:

    • โšก๏ธ Dependency updates
    • ๐Ÿ›  Fix a bug which disabled validations for associated fields
    • Prevent a 500 when a topic is missing a user_id (direct result of missing validation above)
    • โœ… Resolved a lot of intermittent tests
    • ๐Ÿ†• New theme: Nordic
    • Enable clicking outside keyboard shortcuts modal to close
    • ๐Ÿ‘ Conditional support for S3 compatible remote filestore using fog gem
    • โšก๏ธ Updates to Docker container from @ypcs and adds