Skip to content

Releases: namesakefyi/namesake

v0.14.0

12 Dec 22:44
9a5e058
Compare
Choose a tag to compare

Minor Changes

  • bdc6e19: Add end-to-end form creation and form filling with SurveyJS

Patch Changes

  • 872064c: Default the user role to admin during signup when the environment is set to development.
  • f0e6afe: Upgrade to React 19

v0.13.0

05 Dec 01:24
1467c8e
Compare
Choose a tag to compare

Minor Changes

  • 6174fc5: Allow editing quest costs and time required directly from the quest page
  • 422078e: Improve rich text editing experience
  • eebd9b6: Link uploaded forms to quests
  • 957070c: Improve error handling for changes to user settings
  • d800201: Add navigation links and logo to the 404 page

Patch Changes

  • 9bcdce2: Fix redirect logic for authenticated and unauthenticated users
  • 1469449: Fix rich text rendering and saving

v0.12.0

26 Nov 17:23
91763cd
Compare
Choose a tag to compare

Minor Changes

  • 401f59e: Display additional context beside time required
  • ef382a1: Allow setting and modifying user state of residence and state of birth
  • 4477d33: Unify display of user settings and make it simpler to change themes
  • 8e92c3b: Display selected theme name in user menu
  • 913fbde: Simplify quest grouping UX

v0.11.0

23 Nov 07:47
405f3e2
Compare
Choose a tag to compare

Minor Changes

  • f2a5bc2: Display statuses in main navigation, improve nav display
  • fa35737: Display estimated costs for each quest
  • 824da1c: Redesign app layout for optimal line length and taller scroll area
  • 03cc1ec: Display time required to complete a quest

Patch Changes

  • ccc1aee: Adjust responsive padding and margins
  • e0d7266: Use Lucide icons

v0.10.0

16 Nov 00:56
c92d609
Compare
Choose a tag to compare

Minor Changes

  • ba1c5a9: Add additional statuses for tracking core quests and improve status selection for quests
  • 061a174: Update sidebar with disclosure sections and section counts
  • 9a7282a: Support grouping quests by category, status, and date added
  • 8cfffcf: Display readability score alongside quest content editor

Patch Changes

  • 301c273: Fix bug that would prevent the quests sidebar from rendering if the same group by method was selected and the localStorage result set to undefined

v0.9.0

02 Nov 20:15
fede124
Compare
Choose a tag to compare

Minor Changes

  • 7c317df: Support adding URLs to quests, combine questSteps into single markdown field

Patch Changes

  • 7c317df: Fix redirecting after sign in and sign out

v0.8.0

28 Oct 04:52
2f8c044
Compare
Choose a tag to compare

Minor Changes

  • 20b2fc6: Add /browse route for browsing quests

Patch Changes

  • 106b38d: Display confirmation toasts on success actions throughout the app
  • a50b65d: Add quest categories
  • 8ff044b: Skip top-level redirects in main nav
  • e77c33b: Improve login screen tab switching

v0.7.0

21 Oct 23:04
bc2a0a5
Compare
Choose a tag to compare

Minor Changes

  • 6078c8a: Improve sidebar design
  • b8f60bc: Update sidebar nav and add quest sorting
  • d2eac45: Support hiding and showing completed quests

Patch Changes

  • 6078c8a: Fix user quest sorting
  • 103e0d9: Display tooltip on reset password button

v0.6.0

20 Oct 01:40
840dd5d
Compare
Choose a tag to compare

Minor Changes

  • 28d720f: Add quest completion meter

Patch Changes

  • f35921f: Update signin page design

v0.5.0

15 Oct 19:42
aa532ab
Compare
Choose a tag to compare

Minor Changes

  • 39e80bc: Replace magic link signin with password form