Skip to content

Koamishin Starterkit v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 03:46
· 1 commit to main since this release

Koamishin Starterkit v1.4.0 (Official Release)

Channel: Official
📦 Version: 1.4.0


What's Changed

✨ Features

  • feat(settings): revamp application details form fields (c2b7624)
  • feat(settings): add passkey management and sign-in to Inertia frontend (d4810cd)
  • feat: add social login settings, migration, and factory (8131ba3)
  • feat: enhance README with social login and modular architecture details (f007137)

🐛 Fixes

  • fix(workflow): render non-PR commits and detect breaking changes via ! (821b9c9)

♻️ Refactors

  • refactor: reorder use statements and update shield command in composer.json (1bed2b3)

🔧 Chores

  • ci: publish auto-release workflow as full release and reorder steps (7b22cf3)
  • ci(workflow): improve release notes with categorized changes and docker references (3bcd365)

📦 Other

References

🐳 Docker

Pull the official release image from GitHub Container Registry:

docker pull ghcr.io/koamishin/KoamiStarterKit:v1.4.0

Or run it directly:

docker run -p 8000:8000 ghcr.io/koamishin/KoamiStarterKit:v1.4.0

🔗 Links


🤖 Manual release triggered by yukazakiri