fixed up CHANGELOG and edited the TODO

This commit is contained in:
2026-04-22 17:49:08 -05:00
parent 57088e4680
commit a068e17e65
2 changed files with 14 additions and 16 deletions
+1 -16
View File
@@ -1,17 +1,5 @@
# Future Directions for Amsterdam # 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 ## Immediate Cleanups Required
* <s>A better way to set up the database than `setup/database.sql`. Bring the table setup into the application somehow. * <s>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? * Should those be community "services" instead?
* For Chat, if it's implemented, it should use XMPP. * 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 ## 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. * 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. * Fix password storage. Straight SHA-1 hashes aren't gonna cut it. There are better ways.
* Introduce OAuth authentication? (Related to above) * Introduce OAuth authentication? (Related to above)
+13
View File
@@ -1,5 +1,18 @@
# Changelog # 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 ## 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). * Fixed a bug in post link resolution at post time which was causing the conference alias to be set incorrectly (issue #3).