Skip to content

Release 0.5.22

Compare
Choose a tag to compare
@prnk28 prnk28 released this 11 Dec 22:17
· 18 commits to develop since this release

Changelog

  • d9a2689 bump: version 0.5.21 → 0.5.22
  • 08d8c7e chore: update debian distribution to jammy
  • 4dd23f1 docs: add Cloudsmith badge to README
  • 0ebc988 feat: Implement passkey-based authentication and registration flow
  • 9b8af84 docs: update changelog file path
  • ff1ccd7 bump: version 0.5.20 → 0.5.21
  • 3176cc6 ci(deploy): improve network start/stop process in CI
  • 9ba387f fix: use Unix domain sockets for devnet processes
  • c87dffd ci(deploy): remove feature branch from deploy workflow
  • 0cf69f5 refactor: remove unnecessary git fetch step in deploy workflow
  • babab1e ci(deploy): improve devnet deployment workflow
  • 6f5b079 fix: correct workflow name and improve devnet deployment process
  • 9908669 feat: allow manual triggering of deployment workflow
  • c2f3e66 chore: update Devnet deployment workflow runner
  • b24c466 chore: update CI workflow runner to use devnet
  • fcca387 ci: remove unnecessary condition in deploy workflow
  • 97cc6a0 ci: improve devnet deployment workflow by adding conditional restart
  • 7375653 refactor: remove obsolete interchain test dependencies
  • 72f42af style: improve form layout and spacing
  • 0a2b91c refactor: update index views to use new nebula components
  • 83b8fc5 style: Improve mobile responsiveness for Container component
  • 0d4f294 fix: correct title of profile creation page
  • 305efbe feat: add start-tui command for interactive mode
  • 23f077c refactor: move Wasm related code to pkg/common/wasm
  • d667c3c refactor: migrate config package to pkg directory
  • 0502f52 refactor: migrate to new configuration system and model definitions
  • 40f50bf refactor: move session package to pkg directory
  • 0e0a467 docs: Trigger documentation builds on main, master, and develop branches
  • 5b78465 feat: add coin selection and update passkey input in registration form
  • e2f24ee refactor: Refactor registration forms to use UI components
  • aa43770 refactor: move gateway config to vault package
  • 45bc823 refactor: improve command line flag descriptions and variable names
  • 1250468 refactor: refactor hway command to use echo framework for server
  • e94ce3b refactor: Update root command to load EnvImpl from cobra flags
  • ebb89fa refactor: Modify command flags and environment loading logic in cmds.go
  • 648b089 feat: add hway command for Sonr DID gateway
  • 0befb6d docs: update CNAME to point to onsonr.dev
  • 35f2ad6 refactor: improve build process and move process-compose.yaml
  • e139aee refactor: remove unused devbox.json and related configurations
  • b57bea6 feat: Conditionally install process-compose only if binary not found
  • 1828d2e feat: Add process-compose support with custom start and down commands
  • 04d929a feat: implement passkey registration flow
  • b51c366 style: adjust styling of index page and registration form
  • bd1ea50 feat: Improve createProfile form layout with wider max-width and enhanced spacing
  • af4c66b feat: improve index page UI with new navigation buttons and remove redundant settings buttons
  • 2d1f820 feat: Make input rows responsive with grid layout for mobile and desktop
  • 179add9 refactor: Improve mobile layout responsiveness for Rows and Columns components
  • 9d32642 refactor: Remove max-w-fit from Rows component
  • fb234ed refactor: replace session package with context package
  • bb7724e refactor: rename database initialization function
  • c67a782 refactor: move session management to dedicated database module
  • 518109e refactor: remove unused UI components related to wallet and index pages
  • e38a045 feat: enhance index page with additional settings buttons and style adjustments
  • ba82d70 refactor: consolidate handlers into single files
  • f366dd8 feat: implement passkey-based authentication
  • dc6f02a refactor: move gateway and vault packages to internal directory
  • b81bdeb refactor: Move registration form components to dedicated directory
  • 6127d80 style: Improve mobile responsiveness for create profile form
  • 49c8a8c feat: add support for Cloudsmith releases
  • e2e0c35 refactor: remove unused devbox package
  • 1de6eda feat: add go dependency and enhance devbox environment variables
  • 000a089 fix: rename devbox start script to up and remove stop script
  • 0a68ab6 feat: update create profile form placeholders and handle
  • 54e5176 fix: Consolidate archive configuration and add LICENSE file
  • 4eb294d refactor: remove devbox configuration
  • e3b8f2c refactor: move vault package to app directory
  • c158904 refactor: improve code structure within gateway package
  • f250082 refactor: move gateway package to app directory
  • 67432d3 refactor: move vault package internal components to root
  • 0ff4299 refactor: migrate layout imports to common styles package
  • 8ceb890 refactor: Move form templates and styles to common directory
  • 6fbcb7c feat: add DID-based authentication middleware
  • f8d3623 refactor: consolidate authentication and DID handling logic
  • ce3d073 feat: Add validation for human verification slider sum in CreateProfile form
  • 0e8b92e feat: implement passkey registration flow
  • 27d4dfc refactor: Improve WebAuthn credential handling and validation in register finish route
  • 38096db fix: Improve cross-browser passkey credential handling and encoding
  • bbb093b refactor: remove profile card component
  • 98bdf92 feat: Update WebAuthn credential handling with modern browser standards
  • e572d7a fix: Remove commented-out code in passkey registration script
  • aff4e35 feat: Streamline passkey registration with automatic form submission
  • 9972c5e refactor: Simplify passkey registration UI and move profile component inline
  • 2915ba2 refactor: Update credential logging with transport and ID type
  • 3d9264d refactor: Update register handler to use protocol.CredentialDescriptor struct
  • d030dbc refactor: Update credential handling to use protocol.CredentialDescriptor
  • 60cede3 feat: Add credential parsing and logging in register finish handler
  • 7ef06e8 feat: Add credential details row with icon after passkey creation
  • e8475db feat: Add form validation for passkey credential input
  • 3353d9f feat: implement passkey registration flow
  • 893631e feat: Add hidden input to store passkey credential data for form submission
  • 2286708 refactor: improve profile card styling and functionality
  • 553cff3 feat: add CI workflow for deploying network
  • 7806c07 feat: add hway binary support and Homebrew formula
  • b7a40ac feat: remove username from passkey creation
  • 5280209 feat: implement passkey registration flow
  • e0ebe92 feat: add passkey creation functionality
  • 5c3966a fix: remove line-clamp from tailwind config
  • 38ca7b2 refactor: Simplify session management and browser information extraction
  • d9f2b21 refactor: Update PeerInfo to extract and store comprehensive device information
  • fb9f412 docs: Update CNAME to point to www.onsonr.dev
  • 4087fdd refactor: improve address display in property details
  • 6bb2c21 refactor: remove unused documentation generation script
  • dae0169 refactor: replace sonr/pkg/styles/layout with nebula/ui/layout
  • b65e844 refactor: migrate UI components to nebula module
  • c64c506 feat: add CNAME for onsonr.dev domain
  • 889186e docs: Force update of GitHub Pages deployment
  • 9b3c897 docs(github): update workflow to remove redundant branch configuration
  • cfce4ba fix: remove unnecessary background and restart settings from process-compose.yaml
  • 3cb72d8 fix: suppress process-compose server output and log to file
  • cb6fb10 docs: Add keywords to improve documentation searchability
  • 0c5f052 build: add newline for better readability
  • c36dc53 refactor: improve scopes.json structure and update scripts for better usability
  • 4af64c8 docs: remove --force flag from mkdocs gh-deploy