Skip to content

Latest commit

 

History

History
134 lines (94 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

134 lines (94 loc) · 7.24 KB

v1.11.1 (2024-05-16)

🔒 Security Issues

  • 18ff97b ️ bump tar and semantic-release

v1.11.0 (2024-05-01)

✨ New Features

  • 522e58d confirmation for owner reveal

v1.10.3 (2024-03-27)

🐛 Bug Fixes

  • f1f12ff fix pie chart label positions

v1.10.2 (2024-03-27)

🐛 Bug Fixes

v1.10.1 (2024-03-27)

🐛 Bug Fixes

  • 914bbb9 disable reveal button while loading story

v1.10.0 (2024-03-27)

✨ New Features

v1.9.2 (2024-03-27)

🐛 Bug Fixes

  • a5ce29e don't add placeholder votes to revealed stories

v1.9.1 (2023-11-15)

🐛 Bug Fixes

  • 3604e73 fix pie chart slice rotation

v1.9.0 (2023-09-21)

✨ New Features

  • 8efae62 skip to main content button

v1.8.0 (2023-09-21)

✨ New Features

  • 7ce00a3 link to release notes on homepage

v1.7.0 (2023-09-21)

✨ New Features

  • f0ca843 loading indicator in story view
  • 7313219 remember last used scale

🐛 Bug Fixes

  • ee5c50c fix dark mode toggle on profile import

v1.6.0 (2023-09-20)

✨ New Features

  • 87e0ce1 shorten story URLs with URI-coded base64 (#101) (Issues: #101)

v1.5.0 (2023-09-20)

✨ New Features

  • 6a8e99f add ❌ option to voting scales (#100) (Issues: #100)

v1.4.0 (2023-09-20)

✨ New Features

  • 1385552 export/import profile (#98) (Issues: #98)

v1.3.0 (2023-09-18)

✨ New Features

v1.2.1 (2023-09-15)

🐛 Bug Fixes

  • e77aa49 primary key for vote table (#94) (Issues: #94)

v1.2.0 (2023-09-14)

✨ New Features

v1.1.0 (2023-09-14)

✨ New Features

v1.0.0 (2023-09-14)

✨ New Features

  • 76d601d reorg and add more components
  • 32ed1fa sessions
  • 238c6e4 beginning of story actions
  • 9c9f6ef first pass at simple pie charts
  • c72e5f2 results table
  • e0e7395 dark mode
  • 63ef881 remember dark mode
  • 81f24ca less for media queries as variables
  • c797bdc add user to participants on load
  • 6bac932 remult data access layer and vue routing
  • 89b2f58 home component and route
  • 8146c58 npm run targets for front and back ends
  • e593600 serve back and front end from same app
  • 55e9dbc remember vote and properly store session id
  • 6b15b68 connect-history-api-fallback
  • 4f4afe2 server-sent events for story updates
  • f35b2fe rudimentary auth
  • 7c507c4 owner and reveal check
  • 2db28ee session username
  • ccb0c21 relative root URI for proxying
  • 44487d3 join story with empty vote
  • c15e2bc story creation (#81) (Issues: #81)
  • 3c467a8 user profile management (#82) (Issues: #82)

🐛 Bug Fixes

  • 74cb4de autoincrementing entity ID for vote
  • 0b172e4 use new method for setting base API URL
  • 97e1ff1 fixups
  • fbff78d try to fix dependency chain
  • 436dac6 protect against missing story in join route
  • 5518fb6 close eventsource on unmount

🔒 Security Issues

  • e327210 ️ do not allow vote ID to be updated via API
  • 789d436 ️ autofix non-breaking vulns
  • a7f45ef ️ never show other user ids