Releases: lucyparsons/OpenOversight
Releases · lucyparsons/OpenOversight
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
v0.7.6
What's Changed
- Move flake8 configs to pre-commit by @michplunkett in #1044
- Add image carousel for officers with multiple images by @michplunkett in #1046
- Sync
develop
withmain
by @michplunkett in #1049 - Address edit
Department
error by @michplunkett in #1048 - Re-add SMTP email provider by @sea-kelp in #1047
- Fix officer creation with notes and descriptions by @sea-kelp in #1053
- Remove pre-commit stored packages by @michplunkett in #1051
- Timezone-related improvements by @sea-kelp in #1055
- Syntax changes and model update changes by @michplunkett in #1056
- Update database relationship diagram by @michplunkett in #1057
Full Changelog: v0.7.0...v0.7.6
v0.7.5
What's Changed
- Remove
HiddenField
s and addcreated_by
toLicensePlate
andLocation
by @michplunkett in #1034 - Add create and last_update columns to models by @sea-kelp in #1032
- Address sql alchemy warning by @michplunkett in #1036
- Fix migration down_revision by @sea-kelp in #1039
- Add to test coverage and fix
label_data
form by @michplunkett in #1037 - Address PostgreSQL error by @michplunkett in #1040
- Move UUID creation to server (not DB) and remove comments by @michplunkett in #1041
- Address missing UUIDs in pre-existing users by @michplunkett in #1042
Full Changelog: v0.6.7...v0.7.5