Ver Fonte

Update CHANGELOG.md

Added additional links to pull requests
okpierre há 5 anos atrás
pai
commit
ec51ae832e
1 ficheiros alterados com 11 adições e 11 exclusões
  1. 11 11
      CHANGELOG.md

+ 11 - 11
CHANGELOG.md

@@ -9,7 +9,7 @@
 
 
 ### Changed
 ### Changed
 - Updated EmailService, added new domains [#1690](https://github.com/pixelfed/pixelfed/pull/1690)
 - 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)
     
     
     
     
 ## [v0.10.3 (2019-09-08)](https://github.com/pixelfed/pixelfed/compare/v0.10.2...v0.10.3)
 ## [v0.10.3 (2019-09-08)](https://github.com/pixelfed/pixelfed/compare/v0.10.2...v0.10.3)
@@ -36,7 +36,7 @@
 
 
 ### Fixed
 ### 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)
 ## [v0.10.1 (2019-09-06)](https://github.com/pixelfed/pixelfed/compare/v0.10.0...v0.10.1)
@@ -46,19 +46,19 @@
 - Compose UI v4: a rework of the v3 flow to allow basic cropping and better support future post types
 - 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
 - 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
 - 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
 - Loops! Discover short videos
 - Preliminary support for profile PropertyValue metadata
 - Preliminary support for profile PropertyValue metadata
 - Preliminary support for Direct Messages
 - Preliminary support for Direct Messages
 - Places! Run the artisan task `import:cities` 
 - 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.
 - 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
 - .env var `IMAGE_DRIVER` allows using imagick instead of gd
 
 
 ### Fixed
 ### 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
 - 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
 - Bugs with carousel cursor and tooltips
 - Collections can now be deleted from collection page
 - Collections can now be deleted from collection page
 - Compose modal now indicates album media limits
 - Compose modal now indicates album media limits
@@ -66,7 +66,7 @@
 - Don't show Register link in navbar when registrations are closed
 - Don't show Register link in navbar when registrations are closed
 
 
 ### Changed
 ### 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
 - User post limit changed from 20/hr to 50/hr
 - Better mobile profile layout
 - Better mobile profile layout
 - Dark mode is now a bit bluer
 - Dark mode is now a bit bluer
@@ -78,17 +78,17 @@
 ## [v0.10.0 (2019-07-17)](https://github.com/pixelfed/pixelfed/compare/v0.9.6...v0.10.0)
 ## [v0.10.0 (2019-07-17)](https://github.com/pixelfed/pixelfed/compare/v0.9.6...v0.10.0)
 
 
 ### Added
 ### 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
 ### Fixed
 - Show correct mode when viewing followers / following
 - Show correct mode when viewing followers / following
 
 
 ### Changed
 ### Changed
-- Profile model now uses snowflake id
+- Profile model now uses snowflake id [#1502](https://github.com/pixelfed/pixelfed/pull/1502)
 
 
 ### Removed
 ### 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)
 ## [v0.9.6 (2019-07-10)](https://github.com/pixelfed/pixelfed/compare/v0.9.5...v0.9.6)