v1.1.0
- Remove
rotted
property from a link - Add new
is_dead
andis_web_archive
properties to a link - Update link title to indicate Web Archive/dead link on the fly, not in the database
- Update linkrot endpoint response to present updated information
- Add
Flask-DB
to handle database migrations - Run database migrations automatically when needed
- Rename gunicorn logs to match traditional web server log names
- Remove duplicated error log
Upgrading Note
If you are already running a webring instance, this release has breaking changes.
- An existing database needs to be moved from
db/database.db
todatabase/database.db
- All references to
/app/db
will need to be changed to/app/database
- Existing rotted status will not be preserved. All links will need to be re-checked. Additionally, link titles are no longer be rewritten and duplicate labels may appear.
Full Changelog: v1.0.5...v1.1.0