matrix-public-archive/CHANGELOG.md

25 lines
2.1 KiB
Markdown
Raw Normal View History

2023-05-11 15:26:02 -06:00
# 0.2.0 - _upcoming_
- Prevent Cloudflare from overriding our own 504 timeout page, https://github.com/matrix-org/matrix-public-archive/pull/228
2023-05-23 11:30:19 -06:00
- Catch NSFW rooms with underscores, https://github.com/matrix-org/matrix-public-archive/pull/231
2023-06-29 17:59:54 -06:00
- Fix `18+` false positives with NSFW check, https://github.com/matrix-org/matrix-public-archive/pull/279
2023-06-02 16:21:06 -06:00
- Fix room cards sorting in the wrong direction on Firefox, https://github.com/matrix-org/matrix-public-archive/pull/261
2023-06-06 10:34:46 -06:00
- Remove `libera.chat` as a default since their rooms are not accessible in the archive, https://github.com/matrix-org/matrix-public-archive/pull/263
2023-06-09 15:07:26 -06:00
- Add reason why the archive bot is joining the room, https://github.com/matrix-org/matrix-public-archive/pull/262
2023-06-21 19:30:38 -06:00
- Add `/faq` redirect, https://github.com/matrix-org/matrix-public-archive/pull/265
2023-06-22 01:24:25 -06:00
- Use `rel=canonical` link to de-duplicate event permalinks, https://github.com/matrix-org/matrix-public-archive/pull/266, https://github.com/matrix-org/matrix-public-archive/pull/269
2023-06-22 00:55:57 -06:00
- Prevent join event spam with stable `reason`, https://github.com/matrix-org/matrix-public-archive/pull/268
2023-06-27 16:18:25 -06:00
- Don't allow previewing `shared` history rooms, https://github.com/matrix-org/matrix-public-archive/pull/239
2023-06-27 23:24:20 -06:00
- Contributed by [@tulir](https://github.com/tulir)
2023-06-28 17:15:18 -06:00
- Update FAQ to explain `world_readable` only, https://github.com/matrix-org/matrix-public-archive/pull/277
2023-06-28 19:30:31 -06:00
- Indicate when the room was set to `world_readable` and by who, https://github.com/matrix-org/matrix-public-archive/pull/278
2023-06-30 02:09:26 -06:00
- Only show `world_readable` rooms in the room directory, https://github.com/matrix-org/matrix-public-archive/pull/276
2023-06-27 16:18:25 -06:00
Developer facing:
- Fix eslint trying to look at `node_modules/`, https://github.com/matrix-org/matrix-public-archive/pull/275
2023-05-11 15:26:02 -06:00
# 0.1.0 - 2023-05-11
- Initial public release with good enough functionality to be generally available including: room directory homepage, room archive view with calendar jump-to-date, drill-down with the time selector, following room upgrades (tombstone/predecessor), and more. Completed milestone: https://github.com/matrix-org/matrix-public-archive/milestone/1