Skip to content

Releases: Kyria/LazyBlacksmith

1.1.0

27 May 15:14
Compare
Choose a tag to compare

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+ and Celery 5+)
    • Fix Jinja2 contextfilter to use pass_context
    • Update manage.py and celery_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

1.0.7

22 May 15:41
9961d46
Compare
Choose a tag to compare
  • Fix EVE Online login image ( #109 )
  • Remove the need to use image files and use images.evetech.net instead (#109)

Thanks @nmalaguti

1.0.6

19 May 00:01
Compare
Choose a tag to compare
  • 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

27 Apr 15:36
Compare
Choose a tag to compare

PR #91 - Added fixes from @BtbN (thanks!)

  • npm dependencies
  • updates for SQLAlchemy 1.4 + fix of deprecated args

1.0.4 - Bump esipy version and fix

16 Aug 00:43
Compare
Choose a tag to compare

Fix issue due to esipy upgrade to 1.2.0

1.0.3

23 May 22:44
e0521d5
Compare
Choose a tag to compare
  • 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

27 Mar 19:29
Compare
Choose a tag to compare

Update tasks to add try/except blocks and db rollback to prevent issues.

1.0.1

27 Mar 18:12
4b01259
Compare
Choose a tag to compare

Fix chmod in the dockerfile

1.0

07 Mar 18:17
db23384
Compare
Choose a tag to compare
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

v0.1.1

24 Mar 18:12
af47987
Compare
Choose a tag to compare

Add the ability to provide IDs of items instead of just blueprints for manufacturing, invention and reactions.