Releases: Kegbot/kegbot-server
v1.3.0 (2022-08-10)
Read the summarized releases notes and changelog at the Kegbot docs site.
All changes
- Allow deletion of tokens from web. Issue #337 by @patfreeman in #343
- added mini keg size by @jromer94 in #331
- Fix order of operations by @patfreeman in #342
- Prevent divide by zero error when keg volume is set to zero by @jamesggraf in #353
- Fixed keg list error by @jamesggraf in #354
- Skip notifications for inactive users by @patfreeman in #349
- Added Drinks tab to drinker detail page by @patfreeman in #347
- Allow deleting drinks from Kegbot Admin drinks page by @patfreeman in #348
- Update variable name to make this compatible with MySQL versions later than v5.7.5 by @wangela in #356
- Don't require user to be active in order to view the user's details and sessions. by @tannergifford in #350
- Update to Django 1.11 by @mik3y in #358
- Django 1.11 compat: fix management commands. by @mik3y in #361
- Fix plugins by @mik3y in #360
- bugfix: fix #336: usernames with dot rejected by api. by @mik3y in #362
- twitter: option to tweet/disable system session join events. by @mik3y in #363
- Add a create controller view. by @mik3y in #364
- Create CODE_OF_CONDUCT.md by @mik3y in #366
- Update requirements based on pip-compile. by @mik3y in #367
- Use whitenoise for static file serving. by @mik3y in #368
- Remove cruft, update docs, get tests passing by @mik3y in #377
- Merge v1.3-dev changes into master by @mik3y in #378
- Bump django from 1.11.2 to 1.11.28 by @dependabot in #379
- Upgrade to Python 3 by @mik3y in #383
- Fix: admin drink deletions not updating stats/sessions by @mik3y in #384
- docs: auto-link github issues by @mik3y in #386
- Update README; update RTD build by @mik3y in #387
- Update to Django 2.2 by @mik3y in #388
- Add docker build Github Action by @mik3y in #391
- Update Slack invitation link by @mik3y in #392
- Add docker publish github action by @mik3y in #394
- update gunicorn & docker build; fix admin urls by @mik3y in #395
- Make initial setup & upgrade easier by @mik3y in #397
- Add support for running in Heroku by @mik3y in #398
- Add black; auto-format all files. by @mik3y in #399
- Add docker buildx action for arm builds by @mik3y in #401
- Update actions by @mik3y in #402
- Bump python deps by @mik3y in #403
- Add SMTP email config vars back in by @patfreeman in #400
- actions: put the docker builds back together by @mik3y in #404
- tag docker builds with build information by @mik3y in #405
- add support for KEGBOT_INSECURE_SHARED_API_KEY by @mik3y in #406
- Allow lazy typing of link code by @patfreeman in #407
- Add API endpoints to add remove tap temp sensors by @johnnyruz in #409
- Fix 500 error on logout in prod by @patfreeman in #408
- actions: disable registry access when username/password unavailable by @mik3y in #411
- honor record_date of posted drinks by @patfreeman in #414
- build: switch to poetry (from pipenv) by @mik3y in #417
- Increment gevent version by @mattforscale in #418
- Fix issue #419 by @mattforscale in #420
- Various cleanups by @mik3y in #422
- Update to django 3.2 by @mik3y in #423
- Remove
KegbotBackend
; use nativeJSONField
; fix up test fixtures by @mik3y in #425 - docker: switch back to debian base image by @mik3y in #426
- deps: specify django 3.2.14 explicitly by @mik3y in #427
- Update docs theme. by @mik3y in #428
- Update docker builder by @mik3y in #429
- docker: try alternative cache impl by @mik3y in #430
- Update install docs by @mik3y in #431
- Introduce v2 api by @mik3y in #433
- Misc small updates to config for v1.3 by @mik3y in #434
- docker: switch releases to ghcr.io by @mik3y in #435
- Add email configuration to KegbotSite by @mik3y in #436
- core: replace celery with rq by @mik3y in #437
New Contributors
- @patfreeman made their first contribution in #343
- @jromer94 made their first contribution in #331
- @jamesggraf made their first contribution in #353
- @wangela made their first contribution in #356
- @tannergifford made their first contribution in #350
- @dependabot made their first contribution in #379
- @johnnyruz made their first contribution in #409
- @mattforscale made their first contribution in #418
Full Changelog: v1.2.3...v1.3.0
v1.3.0b1
Beta release of the v1.3 update.
https://kegbot-server.readthedocs.io/en/latest/release-notes/changelog.html
v1.2.3 (2015-01-12)
- Allow users to change e-mail addresses.
- Added "bugreport" admin page.
- Fix invitation email footer.
- Full Changelog: v1.2.2...v1.2.3
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.2.2 (2015-01-03)
- New command
kegbot bugreport
collects various system information. - Bugfix: Crash on end keg button (#326).
- Bugfix: Unicode error during
kegbot upgrade
(#328). - Full Changelog: v1.2.1...v1.2.2
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.2.1 (2014-12-02)
- Fixed
run_gunicorn
launcher. - Full Changelog: v1.2.0...v1.2.1
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.2.0 (2014-12-01)
- Keg management improvements: The new "Keg Room" view shows kegs by status, and allows kegs to be manually moved between "available" and "finished" states.
- Fancy keg graphics.
- Backup file format has changed. Downgrade to v1.1 to restore from an earlier file format.
- Django 1.7 update.
- Flow sensing and multiuser features can be hidden.
- Statistics now properly consider local timezone (#199).
- Some new keg sizes are supported (#318).
- Keg full volume and beverage type can be edited (#279).
- Full Changelog: v1.1.1...v1.2.0
v1.1.1 (2014-11-11)
- API: New endpoint:
drinks/last
. - Newly-created meters now default to FT330-RJ calibration values.
- Kegadmin: Kegs can be deleted from the "Edit Keg" screen.
- The
kegbot restore
command can run against an unzipped directory. - Full Changelog: v1.1.0...v1.1.1
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.1.0 (2014-09-19)
- Fullscreen mode.
- New keg artwork.
- New internal beverage fields: IBU, SRM, star rating, and color.
- Full Changelog: v1.0.2...v1.1.0
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.0.2 (2014-08-21)
- Bugfix: Issue #309 (cannot reset password on private sites).
- Redis logging backend is configurable; see :ref:
settings
(thanks Jared). - Bugfix: Issue #313 (
link/
matching on usernames). - Full Changelog: v1.0.1...v1.0.2
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/
v1.0.1 (2014-07-21)
- Bugfix: Issue #302 (api
status/
endpoint). - Full Changelog: v1.0.0...v1.0.1
For full release notes and upgrade instructions, see the docs at http://docs.kegbot.org/