Skip to content

Releases: Aimsucks/Codex

1.0.4

05 Oct 20:46
f012dd4
Compare
Choose a tag to compare
  • Refactored website to use server actions instead of API queries from client components
  • Refactored plugin page to pass props down instead of using context provider
  • Refactored folders in app to move all unnecessary files out of indexed routes
  • Added metadata to links (hopefully)
  • Formatted imports with prettier-plugin-sort-imports

1.0.3

03 Oct 19:44
c364313
Compare
Choose a tag to compare
  • Added "sharp" package for image optimization
  • Moved file storage to a locally hosted instance of MinIO

1.0.2

03 Oct 16:12
8498603
Compare
Choose a tag to compare
  • Added steps to deployment process to automatically update server via a self-hosted runner
  • Updated various documentation and settings files (.dockerignore, .env.example, etc.)
  • Fixed various visual issues with the frontend
  • Updated plugin editing to use a form, added capability to upload icon files

1.0.1

02 Oct 20:23
5b22dee
Compare
Choose a tag to compare
  • Fixed site breaking when no presets are in a plugin

1.0.0

02 Oct 19:40
6f4db21
Compare
Choose a tag to compare
  • Initial website design
  • Users can edit plugins, create/edit/delete categories and presets
  • Initial permissioning system
  • Discord login

0.1.4

28 Sep 21:30
f819210
Compare
Choose a tag to compare
  • Updated API routes (subject to change once I start developing the frontend):
    • /api/v1/plugins/[name] will return information about the requested plugin without categories
    • /api/v1/plugins/[name]/categories will return all of the plugin's categories
  • Formatting pass on the code
  • Update docker-compose.yml Traefik configuration

0.1.3

27 Sep 22:48
c5d0475
Compare
Choose a tag to compare
  • Fixed Docker image building
  • Added "v1" to the API URL

0.1.2

27 Sep 22:09
53eeef3
Compare
Choose a tag to compare
fix: build next before starting it (2)

0.1.1

27 Sep 20:54
b1dc12a
Compare
Choose a tag to compare
fix: build next before starting it

0.1.0

27 Sep 20:46
ece4b48
Compare
Choose a tag to compare
fix: build error for unused page