API
- Feature: Private messages are now paginated, allowing for partial loading of conversations list (thanks to @negue)
- Content: Mystery items for July 2019
- Fix: Allow administrators to edit Challenge tasks (thanks to @BlkStormy)
- Fix: Correct spelling of "Nudibranchs" in pet quest (thanks to @citrusella)
- Docs: Correct typo in reset password route (thanks to @SunSparc)
- Docs: Clarify some API comments regarding Guild creation, GET challenge route, and Custom Day Start (thanks to @Alys)
- Chore: Bailey news announcement of mystery items and Habitica blog posts
Client
- Feature: Client implementation of private message pagination (thanks to @negue)
- Fix: Correct display of gear title in profile view (thanks to @reisturm)
- Fix: Correct z-indexing issue of Options dropdown at bottom of task list (thanks to @Frederikam)
- Fix: Remove superfluous "Equipment" heading in Market (thanks to @Scens)
- Fix: Enable keyboard shortcuts for autocompletion of username in chat (thanks to @jackcogdill)
- Fix: Change attribute order in equipment view to be consistent with order in user profile (thanks to @kogelnikp)
- Fix: Improved appearance and wording of "Reward User" options in administrator tools (thanks to @Alys)
- Fix: Remove task from Challenge list immediately upon deletion (thanks to @kogelnikp)
- Fix: Prompt for confirmation when user purchases an item using Gems or Hourglasses (thanks to @domtriola)
- Fix: Update various colors in SCSS to match current style guide
- Fix: Change "Add Task" button to diamond, unifying style with mobile UI
Repo
- Chore: Update
@google-cloud/trace-agent
,chromedriver
, andsvg-url-loader
packages per Greenkeeper recs