From a068e17e65a30273cb887fc586785d2635a4bb9c Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Wed, 22 Apr 2026 17:49:08 -0500 Subject: [PATCH] fixed up CHANGELOG and edited the TODO --- TODO.md | 17 +---------------- docs/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/TODO.md b/TODO.md index 682a75c..8e41a1e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +1,5 @@ # Future Directions for Amsterdam -After the point where it reaches feature parity with Venice circa 2006. - -## Pre-Launch Polish - -* ~~Policy page support.~~ -* ~~User agreement in a separate file rather than directly in settings.~~ -* ~~Support all customizations that were done with the EMinds instance of Venice.~~ -* ~~Gitea-like status page showing Go-specific internals.~~ -* ~~Build static Tailwind CSS file rather than using remote-loaded version. (Gate on debug/prod flag)~~ -* ~~Rate limiter.~~ -* ~~Better logging configuration.~~ - ## Immediate Cleanups Required * A better way to set up the database than `setup/database.sql`. Bring the table setup into the application somehow. @@ -27,12 +15,9 @@ After the point where it reaches feature parity with Venice circa 2006. * Should those be community "services" instead? * For Chat, if it's implemented, it should use XMPP. -## Architectural Goofs - -* ~~Conference Aliases are effectively in a system-wide namespace. Should be per-community.~~ - ## Additional Items +* Ensure design is responsive enough that we can use the site on mobile devices. * Decouple from MySQL, introduce other database support. Postgres and SQLite are the two priorities here. * Fix password storage. Straight SHA-1 hashes aren't gonna cut it. There are better ways. * Introduce OAuth authentication? (Related to above) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 94801c7..01826a0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release 0.2.0 - {{date}} + +### Bug Fixes + +* Architectural error: conference aliases now have community scope, rather than global scope. +* Fis to link for showing hidden posts. + +### Enhancements + +* Added database initialization, conversion from Venice, and migration scripts. +* Admin can now change the name of a user account (issue #2). +* Apple site icon added (issue #5). + ## Release 0.1.1 - April 11, 2020 * Fixed a bug in post link resolution at post time which was causing the conference alias to be set incorrectly (issue #3).