Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yurug/maplume
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.1
Choose a base ref
...
head repository: yurug/maplume
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 3 commits
  • 56 files changed
  • 2 contributors

Commits on Feb 21, 2026

  1. Fix missing avatarData in login response causing registration errors

    The /api/auth/login endpoint was not returning avatarData in the user
    object, while the client expected it per the LoginResponse type.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    yurug and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    3b475c4 View commit details
    Browse the repository at this point in the history
  2. Add social features: refactor context, split database, add tests and …

    …party chat
    
    - Refactor SocialContext into modular actions (auth, friends, messages, parties, shares)
    - Split monolithic database.ts into domain-specific modules (users, friends, parties, shares, messages, connection)
    - Add party chat component and messaging support
    - Add ErrorBoundary component
    - Add comprehensive tests for AppContext, SocialContext, and crypto
    - Add party message size limits and config
    - Improve e2e tests (fix entry edit test)
    - Update API types and i18n translations
    - Add social feature spec and test account utilities
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    yurug and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    73bf521 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Release v1.7.0

    yurug committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    cc5f33a View commit details
    Browse the repository at this point in the history
Loading