Releases: davewalker5/NatureRecorderPy
Releases · davewalker5/NatureRecorderPy
Version 1.0.30
- Support for Microsoft Edge
- Locust file updates to handle user login and CSRF
Version 1.0.28
When entering sightings:
- Default Gender to "Unknown"
- Default the "with young" indicator to "No"
- Hide the number, gender and "with young" indicators when a category is selected for which they're not relevant
Version 1.0.27
- Implement date picker on date entry fields
Version 1.0.26
- Conceal password entry on login page
Version 1.0.25
- Add the ability to delete records of all types from the UI
Version 1.0.24
- Support addition of simple text notes to a sighting
1.0.23: Merge pull request #36 from davewalker5/flask-app-factory
- Implement Flask application factory
- Implement Flask app configuration
- Implement random secret key for Flask app
- Implement .env for storage of sensitive configuration data
Version 1.0.22
- Added the "species by date" report to report on sightings of a species at a given location over time
Version 1.0.21
Implement authentication to access the application
Version 1.0.20
- Refactor the location reports into a single report that shows a combined dataset and multiple charts
- Open the location report in a new browser tab