Files
sub2api-mobile/CHANGELOG.md
2026-03-09 19:07:56 +08:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

[Unreleased]

Added

  • Open-source baseline documentation:
    • README.md expanded for setup, architecture, release, and security notes
    • LICENSE (MIT)
    • CONTRIBUTING.md
    • CODE_OF_CONDUCT.md
    • SECURITY.md
    • CHANGELOG.md
  • New admin creation flows:
    • app/users/create-user.tsx for creating users via /api/v1/admin/users
    • app/accounts/create.tsx for creating accounts via /api/v1/admin/accounts
  • New users tab quick action to open the create-user screen.

Changed

  • Repository naming aligned to sub2api-mobile in public docs.
  • Request URL composition in src/lib/admin-fetch.ts now handles duplicated /api//api/v1 prefixes safely.
  • Better admin request error handling for invalid server responses.
  • Server settings screen removed the "current compatible sub2api version" display block.