Releases: shipsaas/docking
Releases · shipsaas/docking
v1.4.3
Release v1.4.3
Improvement
laravel/octaneto latest version- Both docker images (fpm & octane) are printing logs to sdtout, which you can hit
docker logs container_idto check what was going on (including backend error/exception) - (For sqlite user) When starting the container, it will print the UID & GID so that you can
chown UID:GID your_sqlite_file.sqlite
v1.4.2
Release v1.4.2
Our future will be bright - Jayce
This release introduces new DocKing's docker images, which removes the pain of preparing the .env file, running migration manually & building your own dev/production images.
New images will let you run DocKing within a single docker run or docker-compose up 🥰
To read more about the how-to & the available configuration, check out the documentation here:
- Development: https://docking.shipsaas.tech/getting-started/run-on-local/docker
- Production: https://docking.shipsaas.tech/deployment/docker
Happy Lunar New Year 🐉
v1.4.1
Release v1.4.1
No fate, nor destiny. Only tomorrow.
Features
- Search by keyword for Translations (key, name, translated texts) 🥰
- Search by keyword for Translation Groups (key or name) 🤠
Improvements
- Having proper pagination with pages (1,2,3,...) instead of "Next" and "Prev"
- Some minor improvements/bug fixing for the Console UI
v1.4.0
Release v1.4.0
Let's start the show
New Feature: Localization
- Manage the translation texts in DocKing 😎
- Use Laravel's API to get & compute the translated texts 🥹🔥
- Console UI: YES ✅
Documentation: https://docking.shipsaas.tech/getting-started/localization
Improvements
- Some minor UI fixes 👀
- Added more test cases and improved the overall coverage 🥰
Upgrade notes
- Pull/Checkout the new code.
php artisan migrateto migrate the new database changes.npm run buildto build the new UI changes.
v1.3.2
v1.3.1
Release v1.3.1
Improvements
- Bump version of packages #22 @sethsandaru
Upgrade Notes
- Pull/Checkout the new code
- composer install to update the dependency changes
v1.3.0
Release v1.3.0
Features
- DocKing x Octane (high-perf PHP runner) #20 @sethsandaru
- Pagination on Console UI #21 @sethsandaru
Improvements
- From #20 , added a Docker step to decrease the size of the Dev Image ⚡️
- Also from #20, added a new Docker Dev Image for Octane mode, using RoadRunner
Upgrade Notes
- Pull/Checkout the new code
composer installto update the dependency changesnpm run buildto build the new UI changes.
Documentation
v1.2.0
Release v1.2.0
New Features
- Custom Fonts #16 - Documentation
Improvement
- Bump Laravel version from v10.7.1 to v10.13.5
- Minor UI fixes in #16
Upgrade Notes
- Pull/Checkout the new code
composer installto update the dependency changesphp artisan migrateto migrate the new schema changesnpm run buildto build the new UI changes.
v1.1.2
v1.1.1
Release v1.1.1
New Features
- Now you can duplicate any template from UI / API #9 @sethsandaru
Improvement
- E2E test cases to validate:
- Render PDF async flow (with webhook notification)
- AWS S3 file persistence
Upgrade Notes
- Pull/Checkout the new code
npm run buildto build the new UI changes.
