Releases: Kyria/LazyBlacksmith
Releases · Kyria/LazyBlacksmith
1.1.0
What's Changed
- Disable authenticated views when
ESI_SECRET_KEY
is not set (by @nmalaguti in #110) - Fix sqlalchemy warning for
activity_products__eager
(by @nmalaguti in #111) - Add docker-compose support (by @nmalaguti in #112)
- Changed version of Python from 3.7 to 3.9 in Dockerfile
- Update all the python dependencies to use more recent version of everything (mostly
Flask 2+
andCelery 5+
)- Fix Jinja2
contextfilter
to usepass_context
- Update
manage.py
andcelery_cli.py
to use Click instead of Flask-Script (these were kept for compatibility purpose, so people can still use them) - Update tasks to use the click decorators instead of Flask-Script
Command
class - Remove dependency to
Flask-Script
- Fix celery configs for
Celery 5+
- Fix celery calls in
Docker
entrypoint due to the version upgrade
- Fix Jinja2
1.0.7
1.0.6
- Add table sorter in almost all tables in the app (#105 @EmInterference)
- Fix SDE import from latest change (#105 @EmInterference)
- Fix some ESI operations to avoid deprecated warning
- Fix small issues in debug modes
- Fix virtualenv import to avoid issues on creation
1.0.5
1.0.4 - Bump esipy version and fix
Fix issue due to esipy upgrade to 1.2.0
1.0.3
- PR #81 - Fix rounding in decryptor dropdown (Thanks @FroutSarain)
- PR #79 - Fix non integer version in config.docker (for default config) (Thanks @FroutSarain)
- Add invention cost per manufacturing run in Invention page (summary and details). (Fixes #80)
1.0.2
1.0.1
1.0
Version 1.0
- Docker support https://hub.docker.com/repository/docker/anakhon/lazyblacksmith
- Updated requirements
- Removed bootstrap as submodule, updated to 4.4.1, fixed npm processes used in static builds
- Change in the migration files to make sure it works with MySQL/MariaDB and PostgreSQL
- Change the application tree:
- tasks have been moved in
lbtasks
- commands have been moved in
lbcmd
- tasks have been moved in