diff --git a/CHANGELOG.md b/CHANGELOG.md index b67207b5e..3361af610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Changed - Updated EmailService, added new domains [#1690](https://github.com/pixelfed/pixelfed/pull/1690) -- Updated quill.js to v1.3.7 [#1692](https://github.com/pixelfed/pixelfed/pull/1690) +- Updated quill.js to v1.3.7 [#1692](https://github.com/pixelfed/pixelfed/pull/1692) - Cache ProfileController [#1700](https://github.com/pixelfed/pixelfed/pull/1700) - Updated ComposeUI v4, made cropping optional [#1702](https://github.com/pixelfed/pixelfed/pull/1702) - Updated DiscoverController, limit Loops to local only posts [#1703](https://github.com/pixelfed/pixelfed/pull/1703) @@ -43,7 +43,7 @@ ### Fixed -- Typo in Inbox prevented proper federation support +- Typo in Inbox prevented proper federation support [#1664](https://github.com/pixelfed/pixelfed/pull/1664) ## [v0.10.1 (2019-09-06)](https://github.com/pixelfed/pixelfed/compare/v0.10.0...v0.10.1) @@ -53,19 +53,19 @@ - Compose UI v4: a rework of the v3 flow to allow basic cropping and better support future post types - Profile badges show if a user is following you or is an admin - Show confirmation message when muting or blocking a user from a post -- Allow "read more" to be disabled on posts +- Allow "read more" to be disabled on posts [#1545](https://github.com/pixelfed/pixelfed/pull/1545) - Loops! Discover short videos - Preliminary support for profile PropertyValue metadata - Preliminary support for Direct Messages - Places! Run the artisan task `import:cities` - Emails are now validated and banned email domains are disallowed at signup. Artisan task `email:bancheck` will validate existing users. -- .env vars `REDIS_SCHEME` and `REDIS_PATH` allow for using Redis over a Unix socket instead of TCP +- .env vars `REDIS_SCHEME` and `REDIS_PATH` allow for using Redis over a Unix socket instead of TCP [#1602](https://github.com/pixelfed/pixelfed/pull/1602) - .env var `IMAGE_DRIVER` allows using imagick instead of gd ### Fixed -- Show delete button while composing video posts +- Show delete button while composing video posts [#1529](https://github.com/pixelfed/pixelfed/pull/1529) - Show pending follow requests on private profiles -- Allow muted users to comment on your posts +- Allow muted users to comment on your posts [#1537](https://github.com/pixelfed/pixelfed/pull/1537) - Bugs with carousel cursor and tooltips - Collections can now be deleted from collection page - Compose modal now indicates album media limits @@ -73,7 +73,7 @@ - Don't show Register link in navbar when registrations are closed ### Changed -- Use vue-masonry for Moment UI layout +- Use vue-masonry for Moment UI layout [#1536](https://github.com/pixelfed/pixelfed/pull/1536) - User post limit changed from 20/hr to 50/hr - Better mobile profile layout - Dark mode is now a bit bluer @@ -85,17 +85,17 @@ ## [v0.10.0 (2019-07-17)](https://github.com/pixelfed/pixelfed/compare/v0.9.6...v0.10.0) ### Added -- Collections! Add posts to Collections, similar to categories. -- Profile donate links: add links to Patreon, Liberapay, and OpenCollective on your profile +- Collections! Add posts to Collections, similar to categories. [#1511](https://github.com/pixelfed/pixelfed/pull/1511) +- Profile donate links: add links to Patreon, Liberapay, and OpenCollective on your profile [#1500](https://github.com/pixelfed/pixelfed/pull/1500) ### Fixed - Show correct mode when viewing followers / following ### Changed -- Profile model now uses snowflake id +- Profile model now uses snowflake id [#1502](https://github.com/pixelfed/pixelfed/pull/1502) ### Removed -- OStatus legacy code has been removed +- OStatus legacy code has been removed [#1510](https://github.com/pixelfed/pixelfed/pull/1510) ## [v0.9.6 (2019-07-10)](https://github.com/pixelfed/pixelfed/compare/v0.9.5...v0.9.6)