6.1.0
6.1.0 - 02/01/2020
This release changes the database schema, so you will need to run docker-compose run --rm app bin/rake db:migrate
if you have an existing Quepid.
- Cloning cases now carries any magic variables and their values along to the new case #55 by @epugh fixes #37
- Only treat field content that begins with "http" as a link. #35 by @pfries fixes #34
- Update Elasticsearch logo. #38 by @moshebla
- Remove sqlite from gem, no longer used. #41 by @epugh fixes #40
- Better look and UI experience for the dev panel. #39 by @moshebla
- Show or don't show the T&C's link based on the Quepid configuration. #42 by @epugh fixes #44 by @flaxsearch.
- Add Query button activates in response to query text entered. #43 by @moshebla
- Prevent duplicate queries when using bulk query importer. #49 by @epugh fixes #48
- Production oriented Docker Compose setup for Quepid is ready! Install guide at https://github.com/o19s/quepid/wiki/Installation-Guide. #36 by @epugh was based on original work in #33 by @synhershko. Thanks!
- Update the sample TMDB dataset for Elasticsearch to support
thumb:poster_path
in the field listing. #53 by @epugh - Collapse query results well from bottom (in addition to the top) #28 by @epugh fixes #20 by @peterdm. Thanks @ychaker for reviewing PR.
- Explain Other on ES 6 and 7 Broken. o19s/splainer-search#74 by @worleydl fixes #25.
- Support for embeds of audio/image/video via
media:
. #62 by @worleydl fixes #56 by @flaxsearch - Autocomplete in Case Setup Wizard properly handles
media:
andthumb:
prefixes. Nice refactoring for more prefixes. #46 by @moshebla with refactor by @worleydl. - Post the onboarding wizard you would often see your queries being stalled in loading. Only workaround was to reload the Javascript app. #69 by @worleydl fixes #66
- app.quepid.com needs to get explicit consent from users to receive emails related to Quepid and related features. Introducing a new
customize_quepid.rb
file in initializers to start supporting more customizations of Quepid. #68 by @worleydl. - Only show cookie acceptance popup if COOKIES_URL is set. #71 by @epugh fixes #70 by @epugh.