Releases: Aimsucks/Codex
Releases · Aimsucks/Codex
1.0.4
- 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
1.0.2
- 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
1.0.0
0.1.4
- 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