Releases: lucyparsons/OpenOversight
Releases · lucyparsons/OpenOversight
v0.8.4
What's Changed
- Address Dependabot alerts by @michplunkett in #1137
- Standardize model
__repr__
functions by @michplunkett in #1140 - Add 🐍 version
3.13
to build process by @michplunkett in #1113 - Restructure application routing by @michplunkett in #1141
- Update database relationship diagram by @michplunkett in #1144
- Add DB diagram function to
Makefile
by @michplunkett in #1146 - Add generic
__repr__
andto_dict
functions by @michplunkett in #1143 - Add static
Department
functions by @michplunkett in #1150 - Remove audit fields from
Description
download by @michplunkett in #1151 - Bump cryptography from 44.0.0 to 44.0.1 by @dependabot in #1153
- Revert "Delete
create_db.py
(#1000)" by @abandoned-prototype in #1152
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Address Selenium warnings by @michplunkett in #1135
- Replace X links with Bluesky links by @michplunkett in #1134
- Update CPD complaint link by @michplunkett in #1136
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Update pre-commit libraries by @michplunkett in #1118
- Remove Bootstrap3 by @b-meson in #1123
- Add invalid ID tests for
main.views
by @michplunkett in #1124 - Remove unnecessary
mockdata
parameters by @michplunkett in #1126 - Add donate link to footer by @michplunkett in #1127
- Add links to other instances by @michplunkett in #1128
- Update packages with vulnerabilities by @michplunkett in #1130
- Finish audit fields for
users
table by @michplunkett in #1129 - Use Flask-Migrate in
Makefile
by @michplunkett in #1132 - Fix the
/find
department sort by @michplunkett in #1133
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Fix
Donate
link by @michplunkett in #1112 - Address
SQLAlchemy
deprecation warnings by @michplunkett in #1111 - Bump zipp from 3.16.0 to 3.19.1 by @dependabot in #1110
- Bump pip from 23.1.2 to 23.3 by @dependabot in #1071
- Update
Flask-WTF
to address test warnings by @michplunkett in #1114 - Update documentation by @michplunkett in #1116
- Address database warnings and deprecated syntax by @michplunkett in #1115
- Remove
transaction.rollback()
and usesession
fixture by @michplunkett in #1117 - Fix database fixture and password unit test by @sea-kelp in #1120
- Use docker compose v2 plugin by @sea-kelp in #1121
- Add user profile tests by @michplunkett in #1119
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump gunicorn from 20.1.0 to 22.0.0 by @dependabot in #1097
- Create test-specific 🐳 file by @michplunkett in #1082
- Allow MPO image upload by @sea-kelp in #1098
- Address Coveralls bug by @michplunkett in #1100
- Bump authlib from 1.2.1 to 1.3.1 by @dependabot in #1103
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #1104
- Replace
flake8
withruff
by @michplunkett in #1101 - Add content warnings for videos/links by @sea-kelp in #1102
- Change CI step name by @michplunkett in #1107
- Disable pycache generation by @sea-kelp in #1108
- Upgrade to Bootstrap 5 by @sea-kelp in #1105
- Remove
black
and useruff
formatter by @michplunkett in #1106 - Fix nav bar links on mobile by @sea-kelp in #1109
Full Changelog: v0.7.11...v0.8.0
v0.7.11
What's Changed
- Add default Officer Overtime value by @Spraynard in #1083
- Fix link edit/delete buttons showing when not logged in by @sea-kelp in #1086
- Update PR template by @michplunkett in #1084
- Bump pillow from 10.0.1 to 10.2.0 by @dependabot in #1088
- Fix issue where carousel controls were no longer showing up by @sea-kelp in #1090
- Remove broken DB details link by @michplunkett in #1092
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #1093
- Fix upload bug by @sea-kelp in #1095
Full Changelog: v0.7.10...v0.7.11
v0.7.10
What's Changed
- Replace inline styles with external css by @brrusselburg in #1073
- Add missing
alt tags by @brrusselburg in #1074
- Update font-awesome icons by @michplunkett in #1076
- Test code on 🐍
3.12
by @michplunkett in #1080 - Fix
Departments
pagination automatic filter application by @Spraynard in #1078
New Contributors
- @brrusselburg made their first contribution in #1073
- @Spraynard made their first contribution in #1078
Full Changelog: v0.7.9...v0.7.10
v0.7.9
What's Changed
- Invalidate session on email/pw update by @sea-kelp in #1068
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #1069
- Make url_for work with all endpoints by @abandoned-prototype in #1070
Full Changelog: v0.7.8...v0.7.9
version 0.7.8
- Fixing an issue that broke the prod deployment
v0.7.7
- Releases are now automatically deployed to production.
- test and database improvements