Skip to content

Releases: lumium-technologies/lumium

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 10:17

0.3.0 2022-12-15 (89dae76...258f75e)

Features

  • automatically download recovery codes as .txt (24c1632)
  • add input errors (86a424f)
  • add formik to create (720255f)
  • add formik to signin page (60ee2d8)
  • add formik to signup (4851bdc)
  • add formik to reset-password page, add resend button back (a6303f1)
  • add version to footer (514e65c)
api
renderer
  • hash password to 256 bits as key (eb2ec48)
workspace
  • client-side workspace setup (25d9df6)

Bug Fixes

  • request button sends email on first click (05da5a2)
  • misspelling of datacy (1973d54)
  • webpack config for wasm, bugs in wasm (723963c)
  • remove useless console log, useless binding (b59b8d1)
  • useApi hook (ebb79f1)
api
renderer
  • binding parameter type (84740a3)
  • request payload serialization for workspace creation (76ff9db)
  • accidental double-handlich of `Result` (c37a1b5)

Merged Branches

Performance Improvements

renderer
  • don't optimize for small code size (f655e80)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 23:52

0.2.0 2022-12-06 (f9c39e9...7ffba76)

Features

  • add more sections to landing page (e23e4ff)
  • add axios interceptor (3403982)
  • implement workspace key and recovery code generation (9a0d56a)
  • add error message for empty fields (3b4abd4)
  • add reset password field error messages (053512c)
  • add authenticator component (d37770c)
  • add account page for testing (54239f1)
  • add private space creation (f7214dd)
  • add feature to choose create or join space (1140ba0)
  • add logo to signin and signup (9f83467)
  • add navbar to landingpage (e9af8fa)
  • add dark/white mode (9dce815)
  • make logo clickable in auth (6867859)
  • add logo to reset-pw page (f286a96)
  • add redirection for auth if invalid auth url (633f61e)
landing
  • add landing page template (2108cc6)

Bug Fixes

Merged Branches

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Nov 17:54

0.1.2 2022-11-23 (642acfb...1da6d38)

Bug Fixes

Merged Branches

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Nov 15:42

0.1.1 2022-11-23 (c6ed976...c6ed976)

Merged Branches