Releases: drahamim/invenflask
Releases · drahamim/invenflask
v2.4.3
v2.4.2
- 444ed71 fix: Checkin failed to mark assets available (#34)
https://github.com/org/repo/compare/v2.4.2...v2.4.2
v2.4.1
- dfb9371 fix: Add item details to individual summary page (#33)
https://github.com/org/repo/compare/v2.4.1...v2.4.1
v2.4.0
- 0f3d347 feat: add checked out assets to home page (#32)
https://github.com/org/repo/compare/v2.4.0...v2.4.0
v2.3.0
v2.2.0
- 45faf64 Merge pull request #29 from drahamim/21-ability-to-create-staff-that-are-outside-regular-org
- 00fd6db style: remove unused import and linting
- a9be8fb fix: check that staff id doesn't already exist
- 6361da9 chore: add create staff to nav bar
- e5d620a refactor: staff create route matches standard
- 6351bdb feat: add ability to add staff and edit staff
- 69c4508 ci: add full changelog link to releases
- 04ffe39 ci: better changelogs based on correct tag
- 1c065ce Merge pull request #28 from drahamim/fix_ci_changelog
- 0140898 Merge branch 'main' into fix_ci_changelog
- 38df7f9 ci: fix output of changelogscript
- 5cdcfcf Merge pull request #27 from drahamim/fix_ci_changelog
- 62cf2e1 ci: add changelog echo step
- 0e4f406 ci: fix changelog generator
https://github.com/org/repo/compare/v2.2.0...v2.2.0
v2.1.1
v2.1.0
- 0f8ef68 Merge pull request #25
- 7c9ebd4 Revert "20 bulk import staff (#22)" (#24)
- 0463c26 20 bulk import staff (#22)
- e0e0af4 chore: update dependencies list
- 92bdcaa chore: update readme to new import instructions
- 3f2e623 feat: bulk imports support staff and assets
- be505fa refactor: normalize schema for staffs table
- cd8b626 3 bulk create page for adding inventory quickly (#19)
- 6641daa Create dependabot.yml
- 3318ce2 Merge pull request #17 from drahamim/10-db-connections-leak
- 5020f34 style: lint check
- 7694c3a fix: db connections close after context close
- 4b3a4b1 fix: close db conn on app context teardown
- 2387e2f WIP: app.py db connection work
- 7bffbb2 chore: remove database.db from git
v2.0.2
- 3318ce2 Merge pull request #17 from drahamim/10-db-connections-leak
- 5020f34 style: lint check
- 7694c3a fix: db connections close after context close
- 4b3a4b1 fix: close db conn on app context teardown
- 2387e2f WIP: app.py db connection work
- 7bffbb2 chore: remove database.db from git
- f679338 Merge pull request #15 from drahamim/fix_config_file
- 995316b fix: config.toml not loaded with packaged flask
- 1beb968 Merge pull request #13 from drahamim/fix_rel_assets_upload
- b163a6b build: change release assets to be more flexible
- 4fc0892 build: fix asset upload for releases
v2.0.1
- f679338 Merge pull request #15 from drahamim/fix_config_file
- 995316b fix: config.toml not loaded with packaged flask
- 1beb968 Merge pull request #13 from drahamim/fix_rel_assets_upload
- b163a6b build: change release assets to be more flexible
- 4fc0892 build: fix asset upload for releases
- f1e9c23 Merge pull request #12 from cite-reader/packaging
- 4042326 feat!: pip-installable package
- 58f2d5f chore: add IntelliJ project config dir to gitignore