Skip to content

Latest commit

 

History

History
199 lines (121 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

199 lines (121 loc) · 4.48 KB

Changes

Hi! This is where we document all notable changes, including bug fixes, enhancements, and dependency updates. Dates should be inYYYY-MM-DD format and versions are in semantic versioning format.

0.1.4 2025-01-19

Added

  • Implemented manual submission creation form.
  • Styled submission list.
  • Added breadcrumbs on all pages to streamline navigation.
  • Defined a page to display a submission to authors or editors.

Maintenance

  • Updated all minor versions of vite, Typescript, Svelte, Supabase.

0.1.3 2025-01-12

Added

  • Initial progress on submissions schema.

Maintenance

  • Updated all minor versions of vite, Typescript, Svelte, Supabase.

0.1.2 2024-12-29

Added

  • Improved styling of expandable cards.

Maintenance

  • Updated all minor versions of dependencies, including Svelte, SvelteKit, and Vite.

0.1.1 2024-12-08

Added

  • When scholars volunteer for a venue for the first time, create a proposed transaction request for minter to approve, and allow minters to approve it, generating tokens and transferring them to the scholar.

Fixed

  • Redesigned cards to be collapsible, to simplify initial view, make data salient, and convey purpose.

0.1.0 2024-12-01

Fixed

  • Fixed RLS policy for volunteer insertion.

Added

  • Allow scholars to gift tokens.
  • Added pattern for explicit success feedback.

Maintenance

  • Updated all minor releases of dependencies.
  • Updated to vite 6.

0.0.10 2024-11-17

Added

  • Added number of tokens minted for a currency to the currency page.
  • Show number of tokens possed by a venue.
  • Show scholar's token count.
  • Show scholar's transactions.
  • Show venue's transactions.
  • Show currency's transactions.
  • Added approval status to transactions and updated security rules accordingly.
  • Minters mint tokens.
  • Venues can gift tokens to scholars.

Maintenance

  • Updated Svelte and Supabase point releases.

0.0.9 2024-11-10

Added

  • Defined tokens and transactions table and draft security rules.
  • List venues using a currency.
  • List minters on a currency.
  • Add and remove minters from currency.

Maintenance

  • Renamed SourceLink to VenueLink for consistency.
  • Upgraded Svelte, SvelteKit, Supabase dependencies.

0.0.8 2024-11-03

Added

  • Added ability to volunteer for a role and set expertise.
  • Added ability to stop volunteering for a role.
  • Added ability to invite scholars to roles and for scholars to accept and decline roles.
  • Added list of volunteer roles to profile.
  • Added list of venue volunteers.

Fixed

  • Fixed venues link on home page.

Maintenance

  • Upgraded Svelte, eslint, and dependencies.

0.0.7 2024-10-20

Added

  • Venue page: currency link, welcome amount, bidding toggle, role creation, editing, and deletion.

Fixed

  • A few typography improvements.
  • Deactivated hover feedback on inactive buttons.
  • Fixed rendering for missing name in venue proposal.

Maintenance

  • Upgraded to Svelte 5.0.

0.0.6 2024-10-13

Added

  • Subtitles for pages, with more consistent display.
  • Edit and delete support for a venue proposal.
  • Stewards can edit, delete, and approve a venue proposal.
  • List active venues.
  • Display venue title, description, and link.
  • Edit venue editors, title, and URL.

Fixed

  • Corrected automatic height on text areas.

0.0.5 2024-10-06

Added

  • Currency name and description display and editing.
  • Show proposed venues on the venues page.
  • Render proposed venue content.
  • Allow additional support to a proposal.

0.0.4 2024-09-28

Added

  • Visual design polish on components.
  • Added accessible notifications section.
  • Create currencies and exchanges.
  • Create currency route.

Maintenance

  • Updated Svelte and Supabase minor versions.
  • Updated GitHub checkout action dependencies.

0.0.3 2024-09-01

Maintenance

  • Updated Svelte and Supabase minor revisions.

0.0.2 2024-08-25

Added

  • Supabase scripts for documentation.
  • Basic email one-time password authenatication.

Maintenance

  • Updated Svelte and Supabase minor revisions
  • Migrated auth state to Svelte state class.

0.0.1 2024-08-04

Added

  • Created CHANGELOG.
  • Custom favicon.
  • Set up GitHub actions for unit and integration tests.
  • Configured Supabase, including continuous integration on dev and main branches to reciprocal-staging and reciprocal-production, respectively.
  • Added basic OTP authentication for dev purposes.

Updated

  • typescript, vite, vitest, svelte, prettier, playwright