Skip to content

Releases: XIYUEKONGLING/OpenProfile

Dev. v2026.01.11.A

Choose a tag to compare

@github-actions github-actions released this 11 Jan 12:16

What's Changed

  • feat: implement database migrations and force-creation logic (@XIYUEKONGLING)

Contributors

  • XIYUEKONGLING (1 commits)

Full Changelog: DEV.20260108C...DEV.20260111A

Dev. v2026.01.08.C

Choose a tag to compare

@github-actions github-actions released this 08 Jan 02:46

What's Changed

  • feat: refine changelog formatting in release workflow (@XIYUEKONGLING)
  • feat: add asset library statistics to system status (@XIYUEKONGLING)
  • feat: optimize account cleanup service using direct deletion (@XIYUEKONGLING)
  • feat: use visibility enum for asset library statistics (@XIYUEKONGLING)
  • feat: optimize profile count retrieval in system status (@XIYUEKONGLING)
  • feat: add FriendsOnly and Authenticated options to Visibility enum (@XIYUEKONGLING)
  • feat: remove redundant comment from Resource asset type (@XIYUEKONGLING)
  • feat: implement cross-library asset lookup support (@XIYUEKONGLING)
  • feat: include system assets in static generation (@XIYUEKONGLING)
  • docs: update API documentation for asset lookup and visibility rules (@XIYUEKONGLING)
  • feat: add search support to system assets lookup (@XIYUEKONGLING)
  • feat: implement asset search filtering by category, notes, and tags (@XIYUEKONGLING)
  • feat: include suspended and banned accounts in static generation (@XIYUEKONGLING)
  • feat: include projects and memberships for all account types in static generation (@XIYUEKONGLING)

Contributors

  • XIYUEKONGLING (14 commits)

Full Changelog: DEV.20260108B...DEV.20260108C

Release v1.0.0

Choose a tag to compare

@XIYUEKONGLING XIYUEKONGLING released this 07 Jan 15:31

Dev. v2026.01.08.B

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:35

What's Changed

  • feat: improve changelog formatting in release workflow (@XIYUEKONGLING)
  • feat: refine changelog formatting and archive structure in release workflow (@XIYUEKONGLING)

Contributors

  • XIYUEKONGLING (2 commits)

Full Changelog: DEV.20260108A...DEV.20260108B

Dev. v2026.01.08.A

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:27

What's Changed

  • feat: implement asset library entities and database configuration (@XIYUEKONGLING)
  • feat: switch to database migrations in development environment (@XIYUEKONGLING)
  • feat: restrict usage of system asset type in validation (@XIYUEKONGLING)
  • feat: refine account navigation property configuration (@XIYUEKONGLING)
  • feat: implement asset library request and response DTOs (@XIYUEKONGLING)
  • feat: implement asset library service and management controllers (@XIYUEKONGLING)
  • feat: consolidate asset retrieval endpoints to JSON format (@XIYUEKONGLING)
  • feat: implement size limit setting for asset library (@XIYUEKONGLING)
  • feat: seed asset library and gallery size limit settings (@XIYUEKONGLING)
  • feat: document asset library API endpoints (@XIYUEKONGLING)
  • feat: move OrganizationController to Organization namespace (@XIYUEKONGLING)
  • feat: implement organization asset management (@XIYUEKONGLING)
  • feat: document organization asset library API endpoints (@XIYUEKONGLING)
  • feat: implement asset library static generation (@XIYUEKONGLING)
  • feat: implement organization notification management controller (@XIYUEKONGLING)
  • feat: document organization notification API endpoints (@XIYUEKONGLING)
  • feat: implement account deletion cooldown and background cleanup service (@XIYUEKONGLING)
  • feat: document deletion countdown API endpoints (@XIYUEKONGLING)
  • feat: use DeletedAt field for account deletion tracking (@XIYUEKONGLING)
  • feat: implement github release workflow (@XIYUEKONGLING)
  • feat: simplify release workflow and unify archive format (@XIYUEKONGLING)
  • feat: optimize release workflow and simplify shell scripts (@XIYUEKONGLING)
  • feat: remove redundant comment in release workflow (@XIYUEKONGLING)
  • feat: enhance release workflow and automate changelog generation (@XIYUEKONGLING)

Contributors

  • XIYUEKONGLING (24 commits)

Full Changelog: RELEASE.1.0.0.0...DEV.20260108A

Dev. v2026.01.07.A

Choose a tag to compare

@XIYUEKONGLING XIYUEKONGLING released this 07 Jan 14:48

Dev. v2026.01.06.A

Choose a tag to compare

@XIYUEKONGLING XIYUEKONGLING released this 06 Jan 01:24
DEV.20260106A

feat: add endpoint to retrieve member permissions in organizations

Dev. v2026.01.05.B

Choose a tag to compare

@XIYUEKONGLING XIYUEKONGLING released this 05 Jan 07:19
DEV.20260105B

docs: refine API documentation and standardize endpoint paths

Dev. v2026.01.05.A

Choose a tag to compare

@XIYUEKONGLING XIYUEKONGLING released this 05 Jan 05:35

This is the first public development release. Most core features are now functional.

Highlights

  • Frontend: Full Web UI is ready.
  • Generator: Supports exporting and deploying static sites.
  • Backend: Auth, Profiles, Organizations, and Admin tools.

Note

This is an Alpha release. There may be logic bugs or edge cases. Please report any issues you find via GitHub Issues.