2019-06-29 22:27:26 -06:00
# Release Notes
2020-04-17 19:56:43 -06:00
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.9...dev)
### Added
2020-11-18 23:45:20 -07:00
- Direct Messages ([d63569c ](https://github.com/pixelfed/pixelfed/commit/d63569c ))
2021-01-17 12:51:37 -07:00
- ActivityPubFetchService for signed GET requests ([8763bfc5 ](https://github.com/pixelfed/pixelfed/commit/8763bfc5 )) ([3ee1215a ](https://github.com/pixelfed/pixelfed/commit/3ee1215a ))
2020-04-20 22:26:02 -06:00
- Custom content warnings for remote posts ([6afc61a4 ](https://github.com/pixelfed/pixelfed/commit/6afc61a4 ))
2020-05-15 23:01:02 -06:00
- Thai translations ([74cd536 ](https://github.com/pixelfed/pixelfed/commit/74cd536 ))
- Added Bookmarks to v1 api ([99cb48c5 ](https://github.com/pixelfed/pixelfed/commit/99cb48c5 ))
2020-05-24 16:57:58 -06:00
- Added New Post notification to Timeline ([a0e7c4d5 ](https://github.com/pixelfed/pixelfed/commit/a0e7c4d5 ))
2020-05-25 21:42:41 -06:00
- Add Instagram Import ([e2a6bdd0 ](https://github.com/pixelfed/pixelfed/commit/e2a6bdd0 ))
2020-05-29 23:32:25 -06:00
- Add notification preview to NotificationCard ([28445e27 ](https://github.com/pixelfed/pixelfed/commit/28445e27 ))
2020-06-21 00:56:55 -06:00
- Add Grid Mode to Timelines ([c1853ca8 ](https://github.com/pixelfed/pixelfed/commit/c1853ca8 ))
2020-07-12 21:28:25 -06:00
- Add MediaPathService ([c54b29c5 ](https://github.com/pixelfed/pixelfed/commit/c54b29c5 ))
2020-07-14 17:05:28 -06:00
- Add Media Tags ([711fc020 ](https://github.com/pixelfed/pixelfed/commit/711fc020 ))
2020-07-20 08:39:17 -06:00
- Add MediaTagService ([524c6d45 ](https://github.com/pixelfed/pixelfed/commit/524c6d45 ))
2020-07-26 22:06:37 -06:00
- Add MediaBlocklist feature ([ba1f7e7e ](https://github.com/pixelfed/pixelfed/commit/ba1f7e7e ))
2020-08-13 18:06:34 -06:00
- New Discover Layout, add trending hashtags, places and posts ([c251d41b ](https://github.com/pixelfed/pixelfed/commit/c251d41b ))
2020-11-18 23:45:20 -07:00
- Add Password change email notification ([de1cca4f ](https://github.com/pixelfed/pixelfed/commit/de1cca4f ))
2020-11-26 00:40:11 -07:00
- Add shared inbox ([4733ca9f ](https://github.com/pixelfed/pixelfed/commit/4733ca9f ))
2020-11-27 19:55:19 -07:00
- Add federated photo filters ([0a5a0e86 ](https://github.com/pixelfed/pixelfed/commit/0a5a0e86 ))
2020-12-05 00:10:48 -07:00
- Add AccountInterstitial model and controller ([8766ccfe ](https://github.com/pixelfed/pixelfed/commit/8766ccfe ))
2020-12-05 00:29:27 -07:00
- Add Blurhash encoder ([fad102bf ](https://github.com/pixelfed/pixelfed/commit/fad102bf ))
2020-12-10 22:07:18 -07:00
- Add autospam feature ([b892bcf0 ](https://github.com/pixelfed/pixelfed/commit/b892bcf0 ))
2020-12-12 21:06:37 -07:00
- Add hCaptcha ([082c1ccb ](https://github.com/pixelfed/pixelfed/commit/082c1ccb ))
2020-12-26 20:17:22 -07:00
- Add StatusView model to store views for discover algorithm ([7a68ee94 ](https://github.com/pixelfed/pixelfed/commit/7a68ee94 ))
2021-01-17 19:51:21 -07:00
- Add Year in Review feature (mysql only) ([f32072a3 ](https://github.com/pixelfed/pixelfed/commit/f32072a3 ))
2020-04-17 19:56:43 -06:00
### Updated
2020-04-17 20:44:02 -06:00
- Updated PostComponent, fix remote urls ([42716ccc ](https://github.com/pixelfed/pixelfed/commit/42716ccc ))
2020-04-19 13:53:38 -06:00
- Updated PostComponent, fix missing like button on comments ([132c1dce ](https://github.com/pixelfed/pixelfed/commit/132c1dce ))
2020-04-19 19:32:45 -06:00
- Updated PostComponent.vue, fix load more comments button ([847599ad ](https://github.com/pixelfed/pixelfed/commit/847599ad ))
2020-04-20 20:23:47 -06:00
- Updated 2FA Checkpoint, add username + logout button and numeric inputmode ([26affb11 ](https://github.com/pixelfed/pixelfed/commit/26affb11 ))
2020-04-20 20:53:42 -06:00
- Updated RemoteProfile, fix missing content warnings ([e487527a ](https://github.com/pixelfed/pixelfed/commit/e487527a ))
2020-04-20 22:42:18 -06:00
- Updated RemotePost component, fix missing like button on comments ([7ef90565 ](https://github.com/pixelfed/pixelfed/commit/7ef90565 ))
2020-04-21 19:46:21 -06:00
- Updated PublicApiControllers, fix block/mutes filtering on public timeline ([08383dd4 ](https://github.com/pixelfed/pixelfed/commit/08383dd4 ))
2020-04-21 23:15:10 -06:00
- Updated FixUsernames command, fixes remote username search ([0f943f67 ](https://github.com/pixelfed/pixelfed/commit/0f943f67 ))
2020-04-24 13:55:22 -06:00
- Updated Timeline component, fix mod tools ([b1d5eb05 ](https://github.com/pixelfed/pixelfed/commit/b1d5eb05 ))
2020-04-26 23:11:17 -06:00
- Updated Profile.vue component, fix pagination bug ([46767810 ](https://github.com/pixelfed/pixelfed/commit/46767810 ))
- Updated purify config, fix microformats support ([877023fb ](https://github.com/pixelfed/pixelfed/commit/877023fb ))
2020-04-26 23:34:31 -06:00
- Updated LikeController, fix likes_count bug ([996866cb ](https://github.com/pixelfed/pixelfed/commit/996866cb ))
- Updated AccountController, added followRequestJson method ([483548e2 ](https://github.com/pixelfed/pixelfed/commit/483548e2 ))
- Updated UserInvite model, added sender relation ([591a1929 ](https://github.com/pixelfed/pixelfed/commit/591a1929 ))
- Updated migrations, added UIKit ([fcab5010 ](https://github.com/pixelfed/pixelfed/commit/fcab5010 ))
- Updated AccountTransformer, added last_fetched_at attribute ([38b0233e ](https://github.com/pixelfed/pixelfed/commit/38b0233e ))
- Updated StoryItemTransformer, increase story length to 5 seconds ([924e424c ](https://github.com/pixelfed/pixelfed/commit/924e424c ))
2020-04-27 21:07:01 -06:00
- Updated StatusController, fix reblog_count bug ([1dc65e93 ](https://github.com/pixelfed/pixelfed/commit/1dc65e93 ))
2020-04-27 21:29:44 -06:00
- Updated NotificationCard.vue component, add follow requests at top of card, remove card-header ([5e48ffca ](https://github.com/pixelfed/pixelfed/commit/5e48ffca ))
2020-04-27 21:36:16 -06:00
- Updated RemoteProfile.vue component, add warning for empty profiles and last_fetched_at ([66f44a9d ](https://github.com/pixelfed/pixelfed/commit/66f44a9d ))
2020-04-28 00:18:02 -06:00
- Updated ApiV1Controller, enforce public timeline setting ([285bd485 ](https://github.com/pixelfed/pixelfed/commit/285bd485 ))
2020-05-15 21:21:11 -06:00
- Updated SearchController, fix self search bug and rank local matches higher ([f67fada2 ](https://github.com/pixelfed/pixelfed/commit/f67fada2 ))
- Updated FederationController, improve webfinger logic, fixes ([#2180 ](https://github.com/pixelfed/pixelfed/issues/2180 )) ([302ff874 ](https://github.com/pixelfed/pixelfed/commit/302ff874 ))
- Updated ApiV1Controller, fix broken auth check on public timelines. Fixes ([#2168 ](https://github.com/pixelfed/pixelfed/issues/2168 )) ([aa49afc7 ](https://github.com/pixelfed/pixelfed/commit/aa49afc7 ))
- Updated SearchApiV2Service, fix offset bug ([#2116 ](https://github.com/pixelfed/pixelfed/issues/2116 )) ([a0c0c84d ](https://github.com/pixelfed/pixelfed/commit/a0c0c84d ))
- Updated api routes, fixes ([#2114 ](https://github.com/pixelfed/pixelfed/issues/2114 )) ([50bbeddd ](https://github.com/pixelfed/pixelfed/commit/50bbeddd ))
2020-05-19 21:29:41 -06:00
- Updated SiteController, add legacy profile/webfinger redirect ([cfaa248c ](https://github.com/pixelfed/pixelfed/commit/cfaa248c ))
- Updated checkpoint view, fix recovery code bug ([3385583f ](https://github.com/pixelfed/pixelfed/commit/3385583f ))
2020-05-23 01:40:08 -06:00
- Updated Inbox, move expensive HTTP Signature validation to job queue ([f2ae45e5a ](https://github.com/pixelfed/pixelfed/commit/f2ae45e5a ))
- Updated MomentUI, fix bugs and improve UI ([90b89cb8 ](https://github.com/pixelfed/pixelfed/commit/90b89cb8 ))
2020-05-24 02:07:39 -06:00
- Updated PostComponent, improve embed model. Fixes ([#2189 ](https://github.com/pixelfed/pixelfed/issues/2189 )) ([b12e504e ](https://github.com/pixelfed/pixelfed/commit/b12e504e ))
2020-05-24 03:25:31 -06:00
- Updated PostComponent, hide edit button after 24 hours. Fixes ([#2188 ](https://github.com/pixelfed/pixelfed/issues/2188 )) ([a1fee6a2 ](https://github.com/pixelfed/pixelfed/commit/a1fee6a2 ))
- Updated AP Inbox, add follow notifications ([b8819fbb ](https://github.com/pixelfed/pixelfed/commit/b8819fbb ))
2020-06-13 00:42:29 -06:00
- Updated Api Transformers, fixes ([#2234 ](https://github.com/pixelfed/pixelfed/issues/2234 )) ([63007891 ](https://github.com/pixelfed/pixelfed/commit/63007891 ))
- Updated ApiV1Controller, fix instance endpoint ([#2233 ](https://github.com/pixelfed/pixelfed/issues/2233 )) ([b7ee9981 ](https://github.com/pixelfed/pixelfed/commit/b7ee9981 ))
- Updated AP Inbox, remove trailing comma ([5c443548 ](https://github.com/pixelfed/pixelfed/commit/5c443548 ))
- Updated AP Helpers, update bio + name ([4bee8397 ](https://github.com/pixelfed/pixelfed/commit/4bee8397 ))
- Updated Profile component, add bookmark loader ([c8d5edc9 ](https://github.com/pixelfed/pixelfed/commit/c8d5edc9 ))
2020-06-18 01:11:32 -06:00
- Updated PostComponent, add recent posts ([b289f2f6 ](https://github.com/pixelfed/pixelfed/commit/b289f2f6 ))
2020-06-18 21:04:20 -06:00
- Updated ApiV1Controller, add status ancestor and descendant context ([a0bde855 ](https://github.com/pixelfed/pixelfed/commit/a0bde855 ))
2020-06-18 23:05:43 -06:00
- Updated NotificationCard, improve popover image scaling ([0153e596 ](https://github.com/pixelfed/pixelfed/commit/0153e596 ))
2020-06-24 20:23:56 -06:00
- Updated StoryController, fix deprecated getClientSize() use ([725fc6c6 ](https://github.com/pixelfed/pixelfed/commit/725fc6c6 ))
2020-06-29 23:00:14 -06:00
- Updated ComposeModal, fix rotate icon direction. Fixes ([#2241 ](https://github.com/pixelfed/pixelfed/issues/2241 )) ([e8a14640 ](https://github.com/pixelfed/pixelfed/commit/e8a14640 ))
- Updated Timeline.vue, add profile links to grid mode ([fa40f51b ](https://github.com/pixelfed/pixelfed/commit/fa40f51b ))
- Updated Timeline.vue, hide like counts on grid mode. Fixes ([#2293 ](https://github.com/pixelfed/pixelfed/issues/2293 )) ([cc18159f ](https://github.com/pixelfed/pixelfed/commit/cc18159f ))
- Updated Timeline.vue, make grid mode photos clickable. Fixes ([#2292 ](https://github.com/pixelfed/pixelfed/issues/2292 )) ([6db68184 ](https://github.com/pixelfed/pixelfed/commit/6db68184 ))
- Updated ComposeModal.vue, use vue tooltips. Fixes ([#2142 ](https://github.com/pixelfed/pixelfed/issues/2142 )) ([2b753123 ](https://github.com/pixelfed/pixelfed/commit/2b753123 ))
2020-07-12 21:28:25 -06:00
- Updated AccountController, prevent blocking admins. ([2c440b48 ](https://github.com/pixelfed/pixelfed/commit/2c440b48 ))
- Updated Api controllers to use MediaPathService. ([58864212 ](https://github.com/pixelfed/pixelfed/commit/58864212 ))
2020-07-20 08:39:17 -06:00
- Updated notification components, add modlog and tagged notification types ([51862b8b ](https://github.com/pixelfed/pixelfed/commit/51862b8b ))
- Updated StoryController, allow video stories. ([b3b220b9 ](https://github.com/pixelfed/pixelfed/commit/b3b220b9 ))
- Updated InternalApiController, add media tags. ([ee93f459 ](https://github.com/pixelfed/pixelfed/commit/ee93f459 ))
- Updated ComposeModal.vue, add media tagging. ([421ea022 ](https://github.com/pixelfed/pixelfed/commit/421ea022 ))
- Updated NotificationTransformer, add modlog and tagged types. ([49dab6fb ](https://github.com/pixelfed/pixelfed/commit/49dab6fb ))
2020-07-21 19:53:14 -06:00
- Updated comments, fix remote reply bug. ([f330616 ](https://github.com/pixelfed/pixelfed/commit/f330616 ))
2020-07-21 20:30:01 -06:00
- Updated PostComponent, add tagged people to mobile layout. ([7a2c2e78 ](https://github.com/pixelfed/pixelfed/commit/7a2c2e78 ))
2020-07-24 19:50:30 -06:00
- Updated Tag People, allow untagging yourself. ([c9452639 ](https://github.com/pixelfed/pixelfed/commit/c9452639 ))
2020-07-25 21:01:24 -06:00
- Updated ComposeModal.vue, add 451 http code warning. ([b213dcda ](https://github.com/pixelfed/pixelfed/commit/b213dcda ))
- Updated Profile.vue, add empty follower modal placeholder. ([b542a3c5 ](https://github.com/pixelfed/pixelfed/commit/b542a3c5 ))
- Updated private profiles, add context menu to mute, block or report. ([487c4ffc ](https://github.com/pixelfed/pixelfed/commit/487c4ffc ))
2020-07-26 22:06:37 -06:00
- Updated webfinger util, fix bug preventing username with dots. ([c2d194af ](https://github.com/pixelfed/pixelfed/commit/c2d194af ))
2020-07-26 22:18:18 -06:00
- Updated upload endpoints with MediaBlocklist checks. ([597378bf ](https://github.com/pixelfed/pixelfed/commit/597378bf ))
2020-08-01 23:28:03 -06:00
- Updated Timeline.vue component, fixes ([#2352 ](https://github.com/pixelfed/pixelfed/issues/2352 )) and ([#2343 ](https://github.com/pixelfed/pixelfed/issues/2343 )). ([e134a9ac ](https://github.com/pixelfed/pixelfed/commit/e134a9ac ))
2020-08-04 23:58:46 -06:00
- Updated PostComponent.vue, improve MetroUI and fixes ([#2363 ](https://github.com/pixelfed/pixelfed/issues/2363 )). ([0c8ebf26 ](https://github.com/pixelfed/pixelfed/commit/0c8ebf26 ))
- Updated Timeline.vue, fixes ([#2363 ](https://github.com/pixelfed/pixelfed/issues/2363 )). ([f53f10fd ](https://github.com/pixelfed/pixelfed/commit/f53f10fd ))
2020-08-05 01:12:46 -06:00
- Updated Profile.vue, add atom feed link to context menu. Fixes ([#2313 ](https://github.com/pixelfed/pixelfed/issues/2313 )). ([89f29072 ](https://github.com/pixelfed/pixelfed/commit/89f29072 ))
2020-08-05 22:41:21 -06:00
- Updated Hashtag.vue, add nsfw toggle. Fixes ([#2225 ](https://github.com/pixelfed/pixelfed/issues/2225 )). ([e5aa506c ](https://github.com/pixelfed/pixelfed/commit/e5aa506c ))
- Updated Timeline.vue, move compose button. ([9cad8f77 ](https://github.com/pixelfed/pixelfed/commit/9cad8f77 ))
2020-08-11 00:26:11 -06:00
- Updated status embed, allow photo albums. Fixes ([#2374 ](https://github.com/pixelfed/pixelfed/issues/2374 )). ([d11fac0d ](https://github.com/pixelfed/pixelfed/commit/d11fac0d ))
2020-08-13 18:53:22 -06:00
- Updated DiscoverController, fixes ([#2378 ](https://github.com/pixelfed/pixelfed/issues/2378 )). ([8e7f4f9d ](https://github.com/pixelfed/pixelfed/commit/8e7f4f9d ))
2020-08-15 23:17:10 -06:00
- Updated SearchController, update version. ([8d923d77 ](https://github.com/pixelfed/pixelfed/commit/8d923d77 ))
2020-08-15 23:38:08 -06:00
- Updated email confirmation middleware, add 2FA to allow list. Fixes ([#2385 ](https://github.com/pixelfed/pixelfed/issues/2385 )). ([27f3b29c ](https://github.com/pixelfed/pixelfed/commit/27f3b29c ))
2020-08-24 18:55:20 -06:00
- Updated NotificationTransformer, fixes ([#2389 ](https://github.com/pixelfed/pixelfed/issues/2389 )). ([c4506ebd ](https://github.com/pixelfed/pixelfed/commit/c4506ebd ))
2020-08-25 19:06:43 -06:00
- Updated Profile + Timeline components, simplify UI. ([38d28ab4 ](https://github.com/pixelfed/pixelfed/commit/38d28ab4 ))
2020-09-07 12:44:14 -06:00
- Updated Profile component, make modals scrollable. ([d1c664fa ](https://github.com/pixelfed/pixelfed/commit/d1c664fa ))
2020-09-22 16:57:08 -06:00
- Updated PostComponent, fixes #2351 . ([7a62a42a ](https://github.com/pixelfed/pixelfed/commit/7a62a42a ))
2020-11-21 18:34:13 -07:00
- Updated DirectMessageController, fix pgsql bug. ([f1c28e7d ](https://github.com/pixelfed/pixelfed/commit/f1c28e7d ))
2020-11-21 20:25:15 -07:00
- Updated RegisterController, make the minimum user password length configurable. ([09479c02 ](https://github.com/pixelfed/pixelfed/commit/09479c02 ))
- Updated AuthServiceProvider, added support for configurable OAuth tokens and refresh tokens lifetime. ([7cfae612 ](https://github.com/pixelfed/pixelfed/commit/7cfae612 ))
2020-11-21 20:47:50 -07:00
- Updated EmailService, make case insensitive. ([1b41d664 ](https://github.com/pixelfed/pixelfed/commit/1b41d664 ))
2020-11-25 18:43:04 -07:00
- Updated DiscoverController, fix trending api. ([2ab2c9a ](https://github.com/pixelfed/pixelfed/commit/2ab2c9a ))
- Updated Dark Mode layout. ([d6f8170 ](https://github.com/pixelfed/pixelfed/commit/d6f8170 ))
2020-11-26 00:45:10 -07:00
- Updated federation config, make sharedInbox enabled by default. ([6e3522c0 ](https://github.com/pixelfed/pixelfed/commit/6e3522c0 ))
2020-11-30 22:21:27 -07:00
- Updated PostComponent, change timestamp format. ([e51665f6 ](https://github.com/pixelfed/pixelfed/commit/e51665f6 ))
- Updated PostComponent, use proper username context for reply mentions. Fixes ([#2421 ](https://github.com/pixelfed/pixelfed/issues/2421 )). ([dac06088 ](https://github.com/pixelfed/pixelfed/commit/dac06088 ))
2020-12-05 00:05:33 -07:00
- Updated Navbar, added profile avatar. ([19abf1b4 ](https://github.com/pixelfed/pixelfed/commit/19abf1b4 ))
- Updated package.json, add blurhash. ([cc1b081a ](https://github.com/pixelfed/pixelfed/commit/cc1b081a ))
2020-12-05 00:29:27 -07:00
- Updated Status model, fix thumb nsfw caching. ([327ef138 ](https://github.com/pixelfed/pixelfed/commit/327ef138 ))
- Updated User model, add interstitial relation. ([bd321a72 ](https://github.com/pixelfed/pixelfed/commit/bd321a72 ))
- Updated StatusStatelessTransformer, add missing attributes. ([4d22426d ](https://github.com/pixelfed/pixelfed/commit/4d22426d ))
- Updated media pipeline, add blurhash support. ([473e0495 ](https://github.com/pixelfed/pixelfed/commit/473e0495 ))
- Updated DeleteAccountPipeline, add AccountInterstitial and DirectMessage purging. ([b3078f27 ](https://github.com/pixelfed/pixelfed/commit/b3078f27 ))
- Updated ComposeModal.vue component, reuse sharedData. ([e28d022f ](https://github.com/pixelfed/pixelfed/commit/e28d022f ))
2020-12-09 21:44:04 -07:00
- Updated ApiController, return status object after deletion. ([0718711d ](https://github.com/pixelfed/pixelfed/commit/0718711d ))
- Updated InternalApiController, add interstitial logic. ([20681bcf ](https://github.com/pixelfed/pixelfed/commit/20681bcf ))
- Updated PublicApiController, improve stateless object caching. ([342e7a50 ](https://github.com/pixelfed/pixelfed/commit/342e7a50 ))
- Updated StatusController, add interstitial logic. ([003caf7e ](https://github.com/pixelfed/pixelfed/commit/003caf7e ))
2020-12-09 21:59:56 -07:00
- Updated middleware, add AccountInterstitial support. ([19d6e7df ](https://github.com/pixelfed/pixelfed/commit/19d6e7df ))
2020-12-09 22:24:27 -07:00
- Updated BaseApiController, add favourites method. ([76353ca9 ](https://github.com/pixelfed/pixelfed/commit/76353ca9 ))
2020-12-09 22:48:35 -07:00
- Updated dockerfile, fix composer issue. ([ef45c4b21 ](https://github.com/pixelfed/pixelfed/commit/ef45c4b21 ))
- Updated reply/comment view, improve layout and include child reply. ([2eca670e ](https://github.com/pixelfed/pixelfed/commit/2eca670e ))
2020-12-10 01:07:07 -07:00
- Updated Collections, add custom limit. ([048642be ](https://github.com/pixelfed/pixelfed/commit/048642be ))
2020-12-10 22:12:03 -07:00
- Updated AccountInterstitialController, add autospam type. ([c67f0c57 ](https://github.com/pixelfed/pixelfed/commit/c67f0c57 ))
2020-12-10 22:58:52 -07:00
- Updated Profile model, improve counter caching. ([4a14e970 ](https://github.com/pixelfed/pixelfed/commit/4a14e970 ))
2020-12-12 22:56:00 -07:00
- Updated ComposeModal, fix filter bug on safari. ([8e3e7586 ](https://github.com/pixelfed/pixelfed/commit/8e3e7586 ))
2020-12-13 11:41:10 -07:00
- Updated StatusStatelessController, remove unused attributes. ([d0d46807 ](https://github.com/pixelfed/pixelfed/commit/d0d46807 ))
2020-12-13 15:45:20 -07:00
- Updated Profile, fix follower counter bug. ([d06bec9c ](https://github.com/pixelfed/pixelfed/commit/d06bec9c ))
2020-12-13 16:09:32 -07:00
- Updated NotificationTransformer, add missing types. ([3a428366 ](https://github.com/pixelfed/pixelfed/commit/3a428366 ))
- Updated StatusService, fix json bug. ([1ea2db74 ](https://github.com/pixelfed/pixelfed/commit/1ea2db74 ))
2020-12-13 17:29:11 -07:00
- Updated NotificationTransformer, handle tagged deletes. ([881fa865 ](https://github.com/pixelfed/pixelfed/commit/881fa865 ))
2020-12-13 17:40:39 -07:00
- Updated horizon config, add new default values. ([90c8a721 ](https://github.com/pixelfed/pixelfed/commit/90c8a721 ))
- Updated ComposeModal, add maxlength attribute to alt text input. Fixes ([#2490 ](https://github.com/pixelfed/pixelfed/issues/2490 )). ([526b5531 ](https://github.com/pixelfed/pixelfed/commit/526b5531 ))
2020-12-13 22:56:55 -07:00
- Updated PublicApiController, add state endpoint. ([9fc5a80c ](https://github.com/pixelfed/pixelfed/commit/9fc5a80c ))
- Updated PostComponent, add reply modal. ([a10d851f ](https://github.com/pixelfed/pixelfed/commit/a10d851f ))
2020-12-14 01:00:31 -07:00
- Updated Timeline, remove simple mode and set labs deprecation date. ([df9c3adf ](https://github.com/pixelfed/pixelfed/commit/df9c3adf ))
2020-12-14 22:32:25 -07:00
- Updated 2FA setup, fix qrcode handler. ([cd2661fc ](https://github.com/pixelfed/pixelfed/commit/cd2661fc ))
2020-12-14 23:55:01 -07:00
- Updated avatars, use jpeg default. ([f6528c84 ](https://github.com/pixelfed/pixelfed/commit/f6528c84 ))
2020-12-15 01:04:25 -07:00
- Updated antispam bouncer, change recent from 1 week to 3 months. ([7d818197 ](https://github.com/pixelfed/pixelfed/commit/7d818197 ))
2020-12-17 23:22:35 -07:00
- Updated Post components, fix remote post and profile urls. ([cfcf17f3 ](https://github.com/pixelfed/pixelfed/commit/cfcf17f3 ))
2021-01-19 19:39:36 -07:00
- Updated migrations, fix broken oauth change. ([4a885c88 ](https://github.com/pixelfed/pixelfed/commit/4a885c88 ))
- Updated LikeController, store status_profile_id and is_comment attributes. ([799a4cba ](https://github.com/pixelfed/pixelfed/commit/799a4cba ))
2020-12-27 14:46:08 -07:00
- Updated Profile, fix status count. ([6dcd472b ](https://github.com/pixelfed/pixelfed/commit/6dcd472b ))
2020-12-27 17:55:35 -07:00
- Updated StatusService, cast response to array. ([0fbde91e ](https://github.com/pixelfed/pixelfed/commit/0fbde91e ))
2020-12-27 18:01:27 -07:00
- Updated status model, use scope over deprecated visibility attribute. ([f70826e1 ](https://github.com/pixelfed/pixelfed/commit/f70826e1 ))
2020-12-27 18:15:49 -07:00
- Updated Follower model, increase hourly limit from 30 to 150. ([b9b84e6f ](https://github.com/pixelfed/pixelfed/commit/b9b84e6f ))
2021-01-03 22:06:53 -07:00
- Updated StatusController, fix scope bug. ([7dc3739c ](https://github.com/pixelfed/pixelfed/commit/7dc3739c ))
2021-01-06 20:35:43 -07:00
- Updated AP helpers, fixed federation bug. ([a52564f3 ](https://github.com/pixelfed/pixelfed/commit/a52564f3 ))
2021-01-07 00:26:56 -07:00
- Updated Helpers, cache profiles. ([1f672ecf ](https://github.com/pixelfed/pixelfed/commit/1f672ecf ))
2021-01-12 21:52:53 -07:00
- Updated DiscoverController, improve trending api performance. ([d8d3331f ](https://github.com/pixelfed/pixelfed/commit/d8d3331f ))
2021-01-17 19:51:21 -07:00
- Updated InboxWorker, fix race condition in account deletes. ([4a4d8f00 ](https://github.com/pixelfed/pixelfed/commit/4a4d8f00 ))
- Updated StoryItemTransformer, increase story duration from 5 seconds to 10 seconds. ([5b0b14fc ](https://github.com/pixelfed/pixelfed/commit/5b0b14fc ))
2021-01-19 19:39:36 -07:00
- Updated StatusController, add view method. ([0cfc12c5 ](https://github.com/pixelfed/pixelfed/commit/0cfc12c5 ))
- Updated MediaPathService, add story method. ([aac44309 ](https://github.com/pixelfed/pixelfed/commit/aac44309 ))
- Updated StatusDelete job, handle cloud storage media deletes. ([4b1a0fd7 ](https://github.com/pixelfed/pixelfed/commit/4b1a0fd7 ))
- Updated ImageOptimizePipeline, add skip_optimize and MediaStorageService support. ([234f72f3 ](https://github.com/pixelfed/pixelfed/commit/234f72f3 ))
- Updated Media model, add cdn support to url and thumbnailUrl methods. ([57fa889d ](https://github.com/pixelfed/pixelfed/commit/57fa889d ))
- Updated MediaController, remove deprecated endpoint. ([8132db74 ](https://github.com/pixelfed/pixelfed/commit/8132db74 ))
- Updated api controllers, deprecate old endpoints. ([4415af1b ](https://github.com/pixelfed/pixelfed/commit/4415af1b ))
- Updated mobile apis, add blurhash. ([cf40526e ](https://github.com/pixelfed/pixelfed/commit/cf40526e ))
- Updated Image media util, store dimensions of media not thumbnail. ([40bd64aa ](https://github.com/pixelfed/pixelfed/commit/40bd64aa ))
- Updated MediaTransformers, include meta attribute with focus and dimensions. ([f8cbe1e4 ](https://github.com/pixelfed/pixelfed/commit/f8cbe1e4 ))
2021-01-24 14:28:25 -07:00
- Updated storage, add remote media cache directory. ([0eabbfdd ](https://github.com/pixelfed/pixelfed/commit/0eabbfdd ))
- Updated backup config, prevents gateway timeouts for large databases using mysql. ([9cd4bd74 ](https://github.com/pixelfed/pixelfed/commit/9cd4bd74 ))
- Updated MediaPipeline, handle cloud object storage. ([be6d12fc ](https://github.com/pixelfed/pixelfed/commit/be6d12fc ))
- Updated AP Helpers, use MediaStoragePipeline. ([01a1ffd6 ](https://github.com/pixelfed/pixelfed/commit/01a1ffd6 ))
- Updated RemoteProfile component, change thumbnail url. ([c1118956 ](https://github.com/pixelfed/pixelfed/commit/c1118956 ))
- Updated blade views. ([9683e846 ](https://github.com/pixelfed/pixelfed/commit/9683e846 ))
- Updated cache config, use phpredis by default. ([ed6877df ](https://github.com/pixelfed/pixelfed/commit/ed6877df ))
2021-01-24 15:48:00 -07:00
- Updated components, fix url rewriter. Closes #2538 . ([e8cc66dc ](https://github.com/pixelfed/pixelfed/commit/e8cc66dc ))
- Updated UserCreate command, closes #2581 . ([b2b8c9f9 ](https://github.com/pixelfed/pixelfed/commit/b2b8c9f9 ))
2020-04-17 19:56:43 -06:00
## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9)
2020-01-08 15:39:58 -07:00
### Added
2020-03-14 22:51:55 -06:00
- Added Profile Following Search ([e3280c11 ](https://github.com/pixelfed/pixelfed/commit/e3280c11 ))
- Added Trusted Devices to Sudo Mode ([0c82c970 ](https://github.com/pixelfed/pixelfed/commit/0c82c970 ))
2020-03-24 21:11:56 -06:00
- Added reply modal to posts and timelines ([974e6bda ](https://github.com/pixelfed/pixelfed/commit/974e6bda ))
2020-04-08 21:36:18 -06:00
- Added remote posts and profiles ([95bce31e ](https://github.com/pixelfed/pixelfed/commit/95bce31e ))
2020-04-10 22:00:11 -06:00
- Added Labs deprecation page ([9b215001 ](https://github.com/pixelfed/pixelfed/commit/9b215001 ))
2020-04-17 16:34:47 -06:00
- Added new landing page ([84e203a9 ](https://github.com/pixelfed/pixelfed/commit/84e203a9 ))
2020-04-10 22:00:11 -06:00
2020-01-29 20:53:32 -07:00
### Fixed
2020-02-17 00:01:49 -07:00
- Stories on postgres instances ([5ffa71da ](https://github.com/pixelfed/pixelfed/commit/5ffa71da ))
2020-01-29 20:53:32 -07:00
### Updated
2020-01-29 23:06:08 -07:00
- Updated StatusController, restrict edits to 24 hours ([ae24433b ](https://github.com/pixelfed/pixelfed/commit/ae24433b ))
- Updated RateLimit, add max post edits per hour and day ([51fbfcdc ](https://github.com/pixelfed/pixelfed/commit/51fbfcdc ))
2020-01-31 19:42:13 -07:00
- Updated Timeline.vue, move announcements from sidebar to top of timeline ([228f5044 ](https://github.com/pixelfed/pixelfed/commit/228f5044 ))
2020-02-02 23:21:27 -07:00
- Updated lexer autolinker and extractor, add support for mentioned usernames containing dashes, periods and underscore characters ([f911c96d ](https://github.com/pixelfed/pixelfed/commit/f911c96d ))
2020-02-04 21:05:31 -07:00
- Updated Story apis, move FE to v0 and add v1 for oauth clients ([92654fab ](https://github.com/pixelfed/pixelfed/commit/92654fab ))
2020-02-07 02:08:38 -07:00
- Updated robots.txt ([25101901 ](https://github.com/pixelfed/pixelfed/commit/25101901 ))
2020-02-13 21:05:40 -07:00
- Updated mail panel blade view, fix markdown bug ([cbc63b04 ](https://github.com/pixelfed/pixelfed/commit/cbc63b04 ))
2020-02-14 20:49:32 -07:00
- Updated self-diagnosis checks ([03f808c7 ](https://github.com/pixelfed/pixelfed/commit/03f808c7 ))
2020-02-14 22:12:40 -07:00
- Updated DiscoverController, fixes #2009 ([b04c7170 ](https://github.com/pixelfed/pixelfed/commit/b04c7170 ))
2020-02-16 01:38:08 -07:00
- Updated DeleteAccountPipeline, fixes [#2016 ](https://github.com/pixelfed/pixelfed/issues/2016 ), a bug affecting account deletion.
- Updated PlaceController, fixes [#2017 ](https://github.com/pixelfed/pixelfed/issues/2017 ), a postgres bug affecting country pagination in the places directory ([dd5fa3a4 ](https://github.com/pixelfed/pixelfed/commit/dd5fa3a4 ))
2020-02-19 13:22:43 -07:00
- Updated confirm email blade view, remove html5 entity that doesn't display properly ([aa26fa1d ](https://github.com/pixelfed/pixelfed/commit/aa26fa1d ))
2020-02-19 22:59:37 -07:00
- Updated ApiV1Controller, fix update_credentials endpoint ([a73fad75 ](https://github.com/pixelfed/pixelfed/commit/a73fad75 ))
- Updated AdminUserController, add moderation method ([a4cf21ea ](https://github.com/pixelfed/pixelfed/commit/a4cf21ea ))
- Updated BaseApiController, invalidate session after account deletion ([826978ce ](https://github.com/pixelfed/pixelfed/commit/826978ce ))
- Updated AdminUserController, add account deletion handler ([9be19ad8 ](https://github.com/pixelfed/pixelfed/commit/9be19ad8 ))
2020-03-24 21:11:56 -06:00
- Updated ContactController, fixes [#2042 ](https://github.com/pixelfed/pixelfed/issues/2042 ) ([c9057e87 ](https://github.com/pixelfed/pixelfed/commit/c9057e87 ))
2020-03-05 14:45:35 -07:00
- Updated Media model, fix remote media preview ([9947050b ](https://github.com/pixelfed/pixelfed/commit/9947050b ))
2020-03-14 13:15:27 -06:00
- Updated PostComponent, improve likes modal ([664fd272 ](https://github.com/pixelfed/pixelfed/commit/664fd272 ))
- Updated StoryViewer, preload media ([336571d0 ](https://github.com/pixelfed/pixelfed/commit/336571d0 ))
- Updated StoryCompose, add expand label for lightbox preview ([fdf59753 ](https://github.com/pixelfed/pixelfed/commit/fdf59753 ))
2020-03-14 22:03:39 -06:00
- Updated session config, increase session timeout from 2 days to 60 days ([b8795271 ](https://github.com/pixelfed/pixelfed/commit/b8795271 ))
2020-03-18 16:54:49 -06:00
- Updated WebfingerService, cache lookup ([8b9faf31 ](https://github.com/pixelfed/pixelfed/commit/8b9faf31 ))
- Updated v1 notifications api, fix optional params ([4e3c952c ](https://github.com/pixelfed/pixelfed/commit/4e3c952c ))
2020-03-24 21:11:56 -06:00
- Updated ApiV1Controller, fix unfavourite bug [#2088 ](https://github.com/pixelfed/pixelfed/issues/2088 ) ([3a828522 ](https://github.com/pixelfed/pixelfed/commit/3a828522 ))
- Updated SharePipeline, fix item relation bug ([b5899648 ](https://github.com/pixelfed/pixelfed/commit/b5899648 ))
- Updated Profile.vue, add v-once to thumbnails to prevent re-render ([a54685f6 ](https://github.com/pixelfed/pixelfed/commit/a54685f6 ))
- Updated SearchResults.vue, improve layout ([7e41b4ae ](https://github.com/pixelfed/pixelfed/commit/7e41b4ae ))
2020-03-24 21:23:12 -06:00
- Updated PostMenu.vue, fix styling of list-group ([4c3b0b7d ](https://github.com/pixelfed/pixelfed/commit/4c3b0b7d ))
- Updated PostComponent.vue, update styling ([844566b9 ](https://github.com/pixelfed/pixelfed/commit/844566b9 ))
- Updated NotificationCard.vue, fix share notifications ([3cb676b1 ](https://github.com/pixelfed/pixelfed/commit/3cb676b1 ))
2020-03-24 22:20:14 -06:00
- Updated PostComponent.vue, remove like count from title, fixes [#2091 ](https://github.com/pixelfed/pixelfed/issues/2091 ) ([6026998c ](https://github.com/pixelfed/pixelfed/commit/6026998c ))
2020-03-30 19:35:16 -06:00
- Updated SearchController, add WebfingerService support ([869b4ff7 ](https://github.com/pixelfed/pixelfed/commit/869b4ff7 ))
- Updated Profile model, use change_count for version ([0eae9f8b ](https://github.com/pixelfed/pixelfed/commit/0eae9f8b ))
2020-04-10 22:00:11 -06:00
- Updated Timeline.vue, add remote post/profile links ([d4147083 ](https://github.com/pixelfed/pixelfed/commit/d4147083 ))
- Updated StoryTimelineComponent, added list prop for new timeline layout ([1692a95a ](https://github.com/pixelfed/pixelfed/commit/1692a95a ))
- Updated blank layout, add sharedData js ([4a293ed9 ](https://github.com/pixelfed/pixelfed/commit/4a293ed9 ))
2020-04-11 22:16:13 -06:00
- Updated oauth api, allow multiple redirect_uris. Fixes #[2106 ](https://github.com/pixelfed/pixelfed/issues/2106 ) ([0540a28a ](https://github.com/pixelfed/pixelfed/commit/0540a28a ))
- Updated ActivityPub Outbox, fixes #[2100 ](https://github.com/pixelfed/pixelfed/issues/2100 ) ([c84cee5a ](https://github.com/pixelfed/pixelfed/commit/c84cee5a ))
2020-04-16 15:09:13 -06:00
- Updated ApiV1Controller, fixes #[2112 ](https://github.com/pixelfed/pixelfed/issues/2112 ) ([324ccd0a ](https://github.com/pixelfed/pixelfed/commit/324ccd0a ))
2020-04-16 15:19:27 -06:00
- Updated StatusTransformer, fixes #[2113 ](https://github.com/pixelfed/pixelfed/issues/2113 ) ([eefa6e0d ](https://github.com/pixelfed/pixelfed/commit/eefa6e0d ))
2020-04-17 16:34:47 -06:00
- Updated InternalApiController, limit remote profile ui to remote profiles ([d918a68e ](https://github.com/pixelfed/pixelfed/commit/d918a68e ))
2020-04-17 19:43:33 -06:00
- Updated NotificationCard, fix pagination bug #[2019 ](https://github.com/pixelfed/pixelfed/issues/2019 ) ([32beaad5 ](https://github.com/pixelfed/pixelfed/commit/32beaad5 ))
2020-11-21 20:25:15 -07:00
-
2020-04-11 22:16:13 -06:00
2020-01-29 20:53:32 -07:00
## [v0.10.8 (2020-01-29)](https://github.com/pixelfed/pixelfed/compare/v0.10.7...v0.10.8)
### Added
2020-01-16 23:09:21 -07:00
- Added ```BANNED_USERNAMES` `` .env var, an optional comma separated string to ban specific usernames from being used ([6cdd64c6 ](https://github.com/pixelfed/pixelfed/commit/6cdd64c6 ))
2020-01-27 21:17:17 -07:00
- Added RestrictedAccess middleware for Restricted Mode ([17c1a83d ](https://github.com/pixelfed/pixelfed/commit/17c1a83d ))
2020-01-28 23:14:42 -07:00
- Added FailedJob garbage collection ([5d424f12 ](https://github.com/pixelfed/pixelfed/commit/5d424f12 ))
2020-01-28 23:56:44 -07:00
- Added Password Reset garbage collection ([829c41e1 ](https://github.com/pixelfed/pixelfed/commit/829c41e1 ))
2020-01-08 15:39:58 -07:00
### Fixed
- Fixed Story Compose bug affecting postgres instances ([#1918 ](https://github.com/pixelfed/pixelfed/pull/1918 ))
2020-01-14 19:59:11 -07:00
- Fixed header background bug on MomentUI profiles ([#1933 ](https://github.com/pixelfed/pixelfed/pull/1933 ))
2020-01-16 22:37:35 -07:00
- Fixed TRUST_PROXIES configuration ([#1941 ](https://github.com/pixelfed/pixelfed/pull/1941 ))
2020-01-17 20:56:20 -07:00
- Fixed settings page default language ([4223a11e ](https://github.com/pixelfed/pixelfed/commit/4223a11e ))
2020-01-19 21:52:18 -07:00
- Fixed DeleteAccountPipeline bug that did not use proper media paths ([578d2f35 ](https://github.com/pixelfed/pixelfed/commit/578d2f35 ))
2020-04-11 19:44:11 -06:00
- Fixed mastoapi StatusTransformer, fix in_reply_to_id cast to string instead of int ([6ed00c94 ](https://github.com/pixelfed/pixelfed/commit/6ed00c94 ))
2020-01-08 15:39:58 -07:00
2020-01-20 21:44:27 -07:00
### Updated
- Updated presenter components, load fallback image on errors ([273170c5 ](https://github.com/pixelfed/pixelfed/commit/273170c5 ))
2020-01-21 15:10:01 -07:00
- Updated Story model, hide json attribute by default ([de89403c ](https://github.com/pixelfed/pixelfed/commit/de89403c ))
2020-01-21 15:21:01 -07:00
- Updated compose view, add deprecation notice for v3 ([57e155b9 ](https://github.com/pixelfed/pixelfed/commit/57e155b9 ))
2020-01-22 16:01:44 -07:00
- Updated StoryController, orientate story media and strip exif ([07a13fcf ](https://github.com/pixelfed/pixelfed/commit/07a13fcf ))
2020-01-22 19:51:17 -07:00
- Updated admin reports, fixed 404 bug ([dbd5c4cf ](https://github.com/pixelfed/pixelfed/commit/dbd5c4cf ))
2020-01-22 22:16:45 -07:00
- Updated AdminController, abstracted dashboard stats to AdminStatsService ([41abe9d2 ](https://github.com/pixelfed/pixelfed/commit/41abe9d2 ))
2020-01-27 20:24:12 -07:00
- Updated StoryCompose component, added upload progress page ([2de3c56f ](https://github.com/pixelfed/pixelfed/commit/2de3c56f ))
2020-01-27 20:56:54 -07:00
- Updated instance config, cleanup and add restricted mode ([3be32597 ](https://github.com/pixelfed/pixelfed/commit/3be32597 ))
2020-01-27 21:17:17 -07:00
- Update RelationshipSettings Controller, fixes #1605 ([4d2da2f1 ](https://github.com/pixelfed/pixelfed/commit/4d2da2f1 ))
2020-01-28 23:38:29 -07:00
- Updated password reset, now expires after 24 hours ([829c41e1 ](https://github.com/pixelfed/pixelfed/commit/829c41e1 ))
2020-01-28 23:56:44 -07:00
- Updated nav layout ([73249dc2 ](https://github.com/pixelfed/pixelfed/commit/73249dc2 ))
2020-01-29 00:14:43 -07:00
- Updated views with noscript warnings ([eaca43a6 ](https://github.com/pixelfed/pixelfed/commit/eaca43a6 ))
2020-01-08 15:39:58 -07:00
### Changed
## [v0.10.7 (2020-01-07)](https://github.com/pixelfed/pixelfed/compare/v0.10.6...v0.10.7)
2019-09-30 00:55:29 -06:00
### Added
2019-10-14 22:54:00 -06:00
- Added drafts API endpoint for Camera Roll ([bad2ecde ](https://github.com/pixelfed/pixelfed/commit/bad2ecde ))
2019-11-22 22:44:13 -07:00
- Added AccountService ([885a1258 ](https://github.com/pixelfed/pixelfed/commit/885a1258 ))
2019-11-23 21:45:25 -07:00
- Added post embeds ([1fecf717 ](https://github.com/pixelfed/pixelfed/commit/1fecf717 ))
2019-12-04 21:21:43 -07:00
- Added profile embeds ([fb7a3cf0 ](https://github.com/pixelfed/pixelfed/commit/fb7a3cf0 ))
2019-12-14 13:02:38 -07:00
- Added Force MetroUI labs experiment ([#1889 ](https://github.com/pixelfed/pixelfed/pull/1889 ))
2020-01-08 15:39:58 -07:00
- Added Stories, to enable add ```STORIES_ENABLED=true` `` to ` ``.env` `` and run ` ``php artisan config:cache && php artisan cache:clear` ``. If opcache is enabled you may need to reload the web server.
2019-09-30 00:55:29 -06:00
### Fixed
2019-10-11 18:01:26 -06:00
- Fixed like and share/reblog count on profiles ([86cb7d09 ](https://github.com/pixelfed/pixelfed/commit/86cb7d09 ))
- Fixed non federating self boosts ([0c59a55e ](https://github.com/pixelfed/pixelfed/commit/0c59a55e ))
2019-10-14 22:54:00 -06:00
- Fixed CORS issues with API endpoints ([6d6f517d ](https://github.com/pixelfed/pixelfed/commit/6d6f517d ))
2019-10-15 21:53:29 -06:00
- Fixed mixed albums not appearing on timelines ([e01dff45 ](https://github.com/pixelfed/pixelfed/commit/e01dff45 ))
2019-09-30 00:55:29 -06:00
### Changed
2019-10-14 22:54:00 -06:00
- Removed ```relationship` `` from ` ``AccountTransformer` `` ([4d084ac5 ](https://github.com/pixelfed/pixelfed/commit/4d084ac5 ))
- Updated ```notification` `` api endpoint to use ` ``NotificationService` `` ([f4039ce2 ](https://github.com/pixelfed/pixelfed/commit/f4039ce2 )) ([6ef7597 ](https://github.com/pixelfed/pixelfed/commit/6ef7597 ))
- Update footer to use localization for the ```Places` `` link ([39712714 ](https://github.com/pixelfed/pixelfed/commit/39712714 ))
- Updated ComposeModal.vue, added a caption counter. Fixes [#1722 ](https://github.com/pixelfed/pixelfed/issues/1722 ). ([009c6ee8 ](https://github.com/pixelfed/pixelfed/commit/009c6ee8 ))
2019-10-11 18:01:26 -06:00
- Updated Notifications to use the NotificationService ([f4039ce2 ](https://github.com/pixelfed/pixelfed/commit/f4039ce218f93a5578225dfdba66f0359c8fc72c ))
2019-10-14 22:54:00 -06:00
- Updated PrivacySettings controller, clear cache after updating ([d8d11d7b ](https://github.com/pixelfed/pixelfed/commit/d8d11d7b ))
- Updated BaseApiController, add timestamp to signed media previews for client side cache invalidation ([73c08987 ](https://github.com/pixelfed/pixelfed/commit/73c08987 ))
- Updated AdminInstanceController, remove db transaction from instance scan ([5773434a ](https://github.com/pixelfed/pixelfed/commit/5773434a ))
- Updated Help Center view, added outdated warning ([0e611d00 ](https://github.com/pixelfed/pixelfed/commit/0e611d00 ))
2019-10-14 23:51:19 -06:00
- Updated language view, added English version of language names ([ebb998d2 ](https://github.com/pixelfed/pixelfed/commit/ebb998d2 ))
- Updated app.js, added App.utils like ```.format.count` ``, ` ``.filters` `` and ` ``.emoji` `` ([34c13b6e ](https://github.com/pixelfed/pixelfed/commit/34c13b6e ))
- Updated CollectionCompose.vue component, fix api namespace change ([71ed965c ](https://github.com/pixelfed/pixelfed/commit/71ed965c ))
- Updated PostComponent, mark caption sensitive if post is and use util.emoji ([35d51215 ](https://github.com/pixelfed/pixelfed/commit/35d51215 ))
- Updated Profile.vue component, use formatted counts ([30f14961 ](https://github.com/pixelfed/pixelfed/commit/30f14961 ))
- Updated Timeline.vue component, use formatted counts, util.emoji and increase pagination limit to 5 ([abfc9fe7 ](https://github.com/pixelfed/pixelfed/commit/abfc9fe7 ))
2019-10-15 21:53:29 -06:00
- Updated album presenters, use better carousel ([31b114cc ](https://github.com/pixelfed/pixelfed/commit/31b114cc )) ([0617fada ](https://github.com/pixelfed/pixelfed/commit/0617fada )) ([767fc887 ](https://github.com/pixelfed/pixelfed/commit/767fc887 ))
- Updated Timeline.vue component, remove tap for lightbox as it conflicts with new carousel ([96e25ad2 ](https://github.com/pixelfed/pixelfed/commit/96e25ad2 ))
- Updated ComposeModal.vue, added album support, editing and UI tweaks ([3aaad81e ](https://github.com/pixelfed/pixelfed/commit/3aaad81e ))
- Updated InternalApiController, increase license limit to 140 to match UI counter ([b3c18aec ](https://github.com/pixelfed/pixelfed/commit/b3c18aec ))
2019-10-15 23:41:23 -06:00
- Updated album carousels, fix height bug ([8380822a ](https://github.com/pixelfed/pixelfed/commit/8380822a ))
2019-10-17 00:17:45 -06:00
- Updated MediaController, add timestamp to signed preview url ([49efaae9 ](https://github.com/pixelfed/pixelfed/commit/49efaae9 ))
- Updated BaseApiController, uncache verify_credentials method ([3fa9ac8b ](https://github.com/pixelfed/pixelfed/commit/3fa9ac8b ))
2019-10-17 01:18:08 -06:00
- Updated StatusHashtagService, reduce cached hashtag count ttl from 6 hours to 5 minutes ([126886e8 ](https://github.com/pixelfed/pixelfed/commit/126886e8 ))
- Updated Hashtag.vue component, added formatted posts count ([c71f3dd1 ](https://github.com/pixelfed/pixelfed/commit/c71f3dd1 ))
2019-10-18 13:41:42 -06:00
- Updated FixLikes command, fix postgres support ([771f9c46 ](https://github.com/pixelfed/pixelfed/commit/771f9c46 ))
2019-10-18 21:28:57 -06:00
- Updated Settings, hide sponsors feature until re-implemented in Profile UI ([c4dd8449 ](https://github.com/pixelfed/pixelfed/commit/c4dd8449 ))
2019-11-01 20:15:56 -06:00
- Updated Status view, added ```video` `` open graph tag support ([#1799 ](https://github.com/pixelfed/pixelfed/pull/1799 ))
- Updated AccountTransformer, added ```local` `` attribute ([d2a90f11 ](https://github.com/pixelfed/pixelfed/commit/d2a90f11 ))
2019-11-10 19:53:12 -07:00
- Updated Laravel framework from v5.8 to v6.x ([3aff6de33 ](https://github.com/pixelfed/pixelfed/commit/3aff6de33 ))
2019-11-10 20:43:27 -07:00
- Updated FollowerController to fix bug affecting private profiles ([a429d961 ](https://github.com/pixelfed/pixelfed/commit/a429d961 ))
2019-11-10 20:54:35 -07:00
- Updated StatusTransformer, added ```local` `` attribute ([484bb509 ](https://github.com/pixelfed/pixelfed/commit/484bb509 ))
2019-11-12 20:46:54 -07:00
- Updated PostComponent, fix bug affecting MomentUI and non authenticated users ([7b3fe215 ](https://github.com/pixelfed/pixelfed/commit/7b3fe215 ))
2019-11-13 23:21:19 -07:00
- Updated FixUsernames command to allow usernames containing ```.` `` ([e5d77c6d ](https://github.com/pixelfed/pixelfed/commit/e5d77c6d ))
2019-11-22 22:44:13 -07:00
- Updated landing page, add age check ([d11e82c3 ](https://github.com/pixelfed/pixelfed/commit/d11e82c3 ))
- Updated ApiV1Controller, add ```mobile_apis` `` to /api/v1/instance endpoint ([57407463 ](https://github.com/pixelfed/pixelfed/commit/57407463 ))
- Updated PublicTimelineService, add video media scopes ([7b00eba3 ](https://github.com/pixelfed/pixelfed/commit/7b00eba3 ))
- Updated PublicApiController, add AccountService ([5ebd2c8a ](https://github.com/pixelfed/pixelfed/commit/5ebd2c8a ))
2019-12-07 19:44:44 -07:00
- Updated CommentController, fix scope bug ([45ecad2a ](https://github.com/pixelfed/pixelfed/45ecad2a ))
- Updated CollectionController, increase limit from 18 to 50. ([c2826fd3 ](https://github.com/pixelfed/pixelfed/c2826fd3 ))
2019-10-11 18:01:26 -06:00
## Deprecated
2019-09-30 00:55:29 -06:00
## [v0.10.6 (2019-09-30)](https://github.com/pixelfed/pixelfed/compare/v0.10.5...v0.10.6)
2019-09-24 12:10:17 -06:00
### Added
2019-09-24 20:39:06 -06:00
- Added ```/api/v1/accounts/update_credentials` `` endpoint [6afd6970 ](https://github.com/pixelfed/pixelfed/commit/6afd6970 )
- Added ```/api/v1/accounts/{id}/followers` `` endpoint [41c91cba ](https://github.com/pixelfed/pixelfed/commit/41c91cba )
- Added ```/api/v1/accounts/{id}/following` `` endpoint [607eb51b ](https://github.com/pixelfed/pixelfed/commit/607eb51b )
- Added ```/api/v1/accounts/{id}/statuses` `` endpoint [8ce6c1f2 ](https://github.com/pixelfed/pixelfed/commit/8ce6c1f2 )
2019-09-24 21:38:33 -06:00
- Added ```/api/v1/accounts/{id}/follow` `` endpoint [f3839026 ](https://github.com/pixelfed/pixelfed/commit/f3839026 )
2019-09-24 22:59:37 -06:00
- Added ```/api/v1/accounts/{id}/unfollow` `` endpoint [fadc96b2 ](https://github.com/pixelfed/pixelfed/commit/fadc96b2 )
2019-09-25 00:08:01 -06:00
- Added ```/api/v1/accounts/relationships` `` endpoint [4b9f7d6b ](https://github.com/pixelfed/pixelfed/commit/4b9f7d6b )
- Added ```/api/v1/accounts/search` `` endpoint [b1fccf6d ](https://github.com/pixelfed/pixelfed/commit/b1fccf6d )
2019-09-25 01:04:13 -06:00
- Added ```/api/v1/blocks` `` endpoint [ac9f1bc0 ](https://github.com/pixelfed/pixelfed/commit/ac9f1bc0 )
2019-09-25 01:10:42 -06:00
- Added ```/api/v1/accounts/{id}/block` `` endpoint [c6b1ed97 ](https://github.com/pixelfed/pixelfed/commit/c6b1ed97 )
- Added ```/api/v1/accounts/{id}/unblock` `` endpoint [35226c99 ](https://github.com/pixelfed/pixelfed/commit/35226c99 )
2019-09-25 01:18:37 -06:00
- Added ```/api/v1/custom_emojis` `` endpoint [6e43431a ](https://github.com/pixelfed/pixelfed/commit/6e43431a )
2019-09-25 02:23:05 -06:00
- Added ```/api/v1/domain_blocks` `` endpoint [83a6313f ](https://github.com/pixelfed/pixelfed/commit/83a6313f )
2019-09-25 02:31:35 -06:00
- Added ```/api/v1/endorsements` `` endpoint [1f16221e ](https://github.com/pixelfed/pixelfed/commit/1f16221e )
2019-09-25 13:47:29 -06:00
- Added ```/api/v1/favourites` `` endpoint [b9cc06da ](https://github.com/pixelfed/pixelfed/commit/b9cc06da )
2019-09-25 21:10:43 -06:00
- Added ```/api/v1/statuses/{id}/favourite` `` endpoint [4edeba17 ](https://github.com/pixelfed/pixelfed/commit/4edeba17 )
- Added ```/api/v1/statuses/{id}/unfavourite` `` endpoint [437e18e3 ](https://github.com/pixelfed/pixelfed/commit/437e18e3 )
2019-09-25 23:48:22 -06:00
- Added ```/api/v1/filters` `` endpoint [b3d82edd ](https://github.com/pixelfed/pixelfed/commit/b3d82edd )
- Added ```/api/v1/follow_requests` `` endpoint [97269136 ](https://github.com/pixelfed/pixelfed/commit/97269136 )
- Added ```/api/v1/follow_requests/{id}/authorize` `` endpoint [7bdd9b2a ](https://github.com/pixelfed/pixelfed/commit/7bdd9b2a )
- Added ```/api/v1/follow_requests/{id}/reject` `` endpoint [62aa922a ](https://github.com/pixelfed/pixelfed/commit/62aa922a )
- Added ```/api/v1/suggestions` `` endpoint [e52aeeed ](https://github.com/pixelfed/pixelfed/commit/e52aeeed )
- Added ```/api/v1/lists` `` endpoint [2a106c4e ](https://github.com/pixelfed/pixelfed/commit/2a106c4e )
- Added ```/api/v1/accounts/{id}/lists` `` endpoint [dba172df ](https://github.com/pixelfed/pixelfed/commit/dba172df )
- Added ```/api/v1/lists/{id}/accounts` `` endpoint [dba172df ](https://github.com/pixelfed/pixelfed/commit/dba172df )
- Added ```/api/v1/media` `` endpoint [39f3e313 ](https://github.com/pixelfed/pixelfed/commit/39f3e313 )
- Added ```/api/v1/media/{id}` `` endpoint [fcf231f4 ](https://github.com/pixelfed/pixelfed/commit/fcf231f4 )
- Added ```/api/v1/mutes` `` endpoint [b280d183 ](https://github.com/pixelfed/pixelfed/commit/b280d183 )
- Added ```/api/v1/accounts/{id}/mute` `` endpoint [3e98dce4 ](https://github.com/pixelfed/pixelfed/commit/3e98dce4 )
- Added ```/api/v1/accounts/{id}/unmute` `` endpoint [41c96ddd ](https://github.com/pixelfed/pixelfed/commit/41c96ddd )
2019-09-26 01:38:39 -06:00
- Added ```/api/v1/notifications` `` endpoint [39449f36 ](https://github.com/pixelfed/pixelfed/commit/39449f36 )
2019-09-27 01:10:27 -06:00
- Added ```/api/v1/timelines/home` `` endpoint [cf3405d8 ](https://github.com/pixelfed/pixelfed/commit/cf3405d8 )
- Added ```/api/v1/conversations` `` endpoint [336f9069 ](https://github.com/pixelfed/pixelfed/commit/336f9069 )
- Added ```/api/v1/timelines/public` `` endpoint [f3eeb9c9 ](https://github.com/pixelfed/pixelfed/commit/f3eeb9c9 )
- Added ```/api/v1/statuses/{id}/card` `` endpoint [92251208 ](https://github.com/pixelfed/pixelfed/commit/92251208 )
- Added ```/api/v1/statuses/{id}/reblogged_by` `` endpoint [118006ed ](https://github.com/pixelfed/pixelfed/commit/118006ed )
- Added ```/api/v1/statuses/{id}/favourited_by` `` endpoint [5cdff57d ](https://github.com/pixelfed/pixelfed/commit/5cdff57d )
2019-09-29 01:28:54 -06:00
- Added POST ```/api/v1/statuses` `` endpoint [3aa729a3 ](https://github.com/pixelfed/pixelfed/commit/3aa729a3 )
- Added DELETE ```/api/v1/statuses` `` endpoint [0a20b832 ](https://github.com/pixelfed/pixelfed/commit/0a20b832 )
- Added POST ```/api/v1/statuses/{id}/reblog` `` endpoint [43cef282 ](https://github.com/pixelfed/pixelfed/commit/43cef282 )
- Added POST ```/api/v1/statuses/{id}/unreblog` `` endpoint [3147fe5c ](https://github.com/pixelfed/pixelfed/commit/3147fe5c )
2019-09-29 22:06:57 -06:00
- Added GET ```/api/v1/timelines/tag/{hashtag}` `` endpoint [2ff53be4 ](https://github.com/pixelfed/pixelfed/commit/2ff53be4 )
2019-09-24 12:10:17 -06:00
### Fixed
2019-09-24 20:39:06 -06:00
- Update developer settings pages, fix vue bug [cd365ab3 ](https://github.com/pixelfed/pixelfed/commit/cd365ab3 )
2019-09-25 01:04:13 -06:00
- Update User model, fix filter relationship [5a0c295e ](https://github.com/pixelfed/pixelfed/commit/5a0c295e )
2019-09-24 12:10:17 -06:00
### Changed
2019-09-24 18:24:32 -06:00
- Updated Inbox Accept.Follow to use id of remote object [#1715 ](https://github.com/pixelfed/pixelfed/pull/1715 )
2019-09-24 20:47:25 -06:00
- Update StatusTransformer, make spoiler_text non-nullable [b66cf9cd ](https://github.com/pixelfed/pixelfed/commit/b66cf9cd )
2019-09-24 21:38:33 -06:00
- Update FollowerController, make follow and unfollow methods public [6237897d ](https://github.com/pixelfed/pixelfed/commit/6237897d )
2019-09-27 01:10:27 -06:00
- Update DiscoverComponent, change api namespace [35275572 ](https://github.com/pixelfed/pixelfed/commit/35275572 )
2019-09-25 23:48:22 -06:00
## Deprecated
- Removed deprecated AttachmentTransformer, superceeded by MediaTransformer [9b5aac4f ](https://github.com/pixelfed/pixelfed/commit/9b5aac4f )
2019-09-29 22:42:49 -06:00
### To enable mobile app support
- Run ```php artisan passport:keys` ``
- Add ```OAUTH_ENABLED=true` `` to .env
- Run ```php artisan config:cache` ``
2019-09-24 12:10:17 -06:00
## [v0.10.5 (2019-09-24)](https://github.com/pixelfed/pixelfed/compare/v0.10.4...v0.10.5)
2019-09-09 15:37:59 -06:00
2019-09-24 11:58:47 -06:00
### Added
2019-09-24 12:03:38 -06:00
- Added ```software` `` back to AccountTransformer [93c687c7 ](https://github.com/pixelfed/pixelfed/commit/93c687c7 )
2019-09-24 11:58:47 -06:00
### Fixed
2019-09-24 12:03:38 -06:00
- Fixed cache bug in privacy and terms pages [#1712 ](https://github.com/pixelfed/pixelfed/commit/fe522da8db7a8b0d7c18d405abcb885f8678f35c )
2019-09-24 11:58:47 -06:00
### Changed
## [v0.10.4 (2019-09-24)](https://github.com/pixelfed/pixelfed/compare/v0.10.3...v0.10.4)
2019-09-09 15:37:59 -06:00
### Added
2019-09-19 19:55:00 -06:00
- Added Welsh translations [#1706 ](https://github.com/pixelfed/pixelfed/pull/1706 )
- Added Api v1 controller [85835f5a ](https://github.com/pixelfed/pixelfed/commit/85835f5a6712dea0562df4be897087de5305750f )
2019-09-20 21:25:35 -06:00
- Added database migration that adds a language column to the users table [c87d8c16 ](https://github.com/pixelfed/pixelfed/commit/c87d8c16 )
- Added persistent preferred language [18bc9c30 ](https://github.com/pixelfed/pixelfed/commit/18bc9c30 )
2019-09-09 15:37:59 -06:00
### Fixed
2019-09-10 22:20:26 -06:00
- Fixed count bug in StatusHashtagService [#1694 ](https://github.com/pixelfed/pixelfed/pull/1694 )
2019-09-10 23:36:02 -06:00
- Fixed private account bug [#1699 ](https://github.com/pixelfed/pixelfed/pull/1699 )
2019-09-19 19:55:00 -06:00
- Fixed comments on MomentUI posts [#1704 ](https://github.com/pixelfed/pixelfed/pull/1704 )
2019-09-09 15:37:59 -06:00
### Changed
- Updated EmailService, added new domains [#1690 ](https://github.com/pixelfed/pixelfed/pull/1690 )
2019-09-11 01:00:24 -04:00
- Updated quill.js to v1.3.7 [#1692 ](https://github.com/pixelfed/pixelfed/pull/1692 )
2019-09-11 00:23:42 -06:00
- Cache ProfileController [#1700 ](https://github.com/pixelfed/pixelfed/pull/1700 )
2019-09-12 22:42:22 -06:00
- Updated ComposeUI v4, made cropping optional [#1702 ](https://github.com/pixelfed/pixelfed/pull/1702 )
2019-09-12 23:55:08 -06:00
- Updated DiscoverController, limit Loops to local only posts [#1703 ](https://github.com/pixelfed/pixelfed/pull/1703 )
2019-09-19 19:55:00 -06:00
- Namespaced internal apis [3c306c5e ](https://github.com/pixelfed/pixelfed/commit/3c306c5e179d35dbe19a6a1bd9533350e4b96524 )
- Updated .env.example with proper remote follow variable [0697f780 ](https://github.com/pixelfed/pixelfed/commit/0697f780d3a5cba72148f0a767d5a35124a3d9b4 )
2019-09-19 20:31:14 -06:00
- Updated show all comments view [0a5eaa31 ](https://github.com/pixelfed/pixelfed/pull/1708/commits/0a5eaa3118cb09c61d3e5442fe3bf8439a2a12af )
2019-09-20 21:25:35 -06:00
- Updated language page layout [01fb5af ](https://github.com/pixelfed/pixelfed/pull/1708/commits/01fb5af19e803488c5794b545d218771f6fce6d7 )
- Updated privacy policy page layout [a4229d5 ](https://github.com/pixelfed/pixelfed/pull/1708/commits/a4229d5d30faea11e7a72d122c4a5762d867aaf3 )
- Updated terms page layout [4f8c5e5 ](https://github.com/pixelfed/pixelfed/pull/1708/commits/4f8c5e5519949c63c702c724a00d8575db4e0014 )
- Update v1 API, added /api/v1/instance endpoint [951b6fa0 ](https://github.com/pixelfed/pixelfed/commit/951b6fa0 ) [9dc2234b ](https://github.com/pixelfed/pixelfed/commit/99dc2234b )
2019-09-10 22:41:53 -06:00
## Deprecated
- Remove deprecated profile following/followers [#1697 ](https://github.com/pixelfed/pixelfed/pull/1697 )
2019-09-19 20:31:14 -06:00
- Remove old comment permalink [05f6598 ](https://github.com/pixelfed/pixelfed/pull/1708/commits/05f659896d903e1ff41dba810f125d721fa057e7 )
2019-09-08 23:17:09 -06:00
## [v0.10.3 (2019-09-08)](https://github.com/pixelfed/pixelfed/compare/v0.10.2...v0.10.3)
### Added
2019-09-08 23:22:02 -06:00
- Append ```.json` `` to local status urls to view ActivityPub object [#1666 ](https://github.com/pixelfed/pixelfed/pull/1666 )
2019-09-08 23:17:09 -06:00
### Fixed
2019-09-08 23:22:02 -06:00
- Reverted ```strict` `` Same-Site Cookies to ` ``null` `` to fix 2FA/session expiry [#1667 ](https://github.com/pixelfed/pixelfed/pull/1667 )
- Fixed AP errors by storing ActivityPub object id and url [#1668 ](https://github.com/pixelfed/pixelfed/pull/1668 ) [#1683 ](https://github.com/pixelfed/pixelfed/pull/1683 )
- Fixed content warnings that had filter applied [#1669 ](https://github.com/pixelfed/pixelfed/pull/1669 )
2019-09-08 23:17:09 -06:00
### Changed
2019-09-08 23:22:02 -06:00
- Japanese Translations [#1673 ](https://github.com/pixelfed/pixelfed/pull/1673 )
- Occitan Translations [#1679 ](https://github.com/pixelfed/pixelfed/pull/1679 )
- Use footer partial on landing page [#1681 ](https://github.com/pixelfed/pixelfed/pull/1681 )
- Change admin badge so it doesn't look like a verified badge [#1684 ](https://github.com/pixelfed/pixelfed/pull/1684 )
2019-09-08 23:17:09 -06:00
### Deprecated
2019-09-08 23:22:02 -06:00
- Personalized Discover has been deprecated due to low use [#1670 ](https://github.com/pixelfed/pixelfed/pull/1670 )
2019-09-08 23:17:09 -06:00
## [v0.10.2 (2019-09-06)](https://github.com/pixelfed/pixelfed/compare/v0.10.1...v0.10.2)
### Fixed
2019-09-11 01:00:24 -04:00
- Typo in Inbox prevented proper federation support [#1664 ](https://github.com/pixelfed/pixelfed/pull/1664 )
2019-09-08 23:17:09 -06:00
## [v0.10.1 (2019-09-06)](https://github.com/pixelfed/pixelfed/compare/v0.10.0...v0.10.1)
### Added
- Remote follows! Search for an actor URI, send AP Follow, plus handle incoming AP Accept Follow
- 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
2019-09-11 01:00:24 -04:00
- Allow "read more" to be disabled on posts [#1545 ](https://github.com/pixelfed/pixelfed/pull/1545 )
2019-09-08 23:17:09 -06:00
- 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.
2019-09-11 01:00:24 -04:00
- .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 )
2019-09-08 23:17:09 -06:00
- .env var `IMAGE_DRIVER` allows using imagick instead of gd
### Fixed
2019-09-11 01:00:24 -04:00
- Show delete button while composing video posts [#1529 ](https://github.com/pixelfed/pixelfed/pull/1529 )
2019-09-08 23:17:09 -06:00
- Show pending follow requests on private profiles
2019-09-11 01:00:24 -04:00
- Allow muted users to comment on your posts [#1537 ](https://github.com/pixelfed/pixelfed/pull/1537 )
2019-09-08 23:17:09 -06:00
- Bugs with carousel cursor and tooltips
- Collections can now be deleted from collection page
- Compose modal now indicates album media limits
- Unlisted and private posts are now delivered
- Don't show Register link in navbar when registrations are closed
### Changed
2019-09-11 01:00:24 -04:00
- Use vue-masonry for Moment UI layout [#1536 ](https://github.com/pixelfed/pixelfed/pull/1536 )
2019-09-08 23:17:09 -06:00
- User post limit changed from 20/hr to 50/hr
- Better mobile profile layout
- Dark mode is now a bit bluer
- Sample nginx.conf in contrib/ now uses HTTPS instead of HTTP. Docs updated to reference this file
- Updated register form
- Allow users to edit email after registrations
## [v0.10.0 (2019-07-17)](https://github.com/pixelfed/pixelfed/compare/v0.9.6...v0.10.0)
### Added
2019-09-11 01:00:24 -04:00
- 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 )
2019-09-08 23:17:09 -06:00
### Fixed
- Show correct mode when viewing followers / following
### Changed
2019-09-11 01:00:24 -04:00
- Profile model now uses snowflake id [#1502 ](https://github.com/pixelfed/pixelfed/pull/1502 )
2019-09-08 23:17:09 -06:00
### Removed
2019-09-11 01:00:24 -04:00
- OStatus legacy code has been removed [#1510 ](https://github.com/pixelfed/pixelfed/pull/1510 )
2019-09-08 23:17:09 -06:00
## [v0.9.6 (2019-07-10)](https://github.com/pixelfed/pixelfed/compare/v0.9.5...v0.9.6)
### Fixed
2019-09-09 15:37:59 -06:00
- Hashtag post count off-by-one [#1485 ](https://github.com/pixelfed/pixelfed/pull/1485 )
2019-06-29 22:27:26 -06:00
2019-09-08 23:17:09 -06:00
## [v0.9.5 (2019-07-10)](https://github.com/pixelfed/pixelfed/compare/v0.9.4...v0.9.5)
2019-06-29 22:27:26 -06:00
### Added
- Add StatusService [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [425ec91 ](https://github.com/pixelfed/pixelfed/commit/425ec91 )
- Add PublicTimelineService [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [734e892 ](https://github.com/pixelfed/pixelfed/commit/734e892 )
- Add RelationshipSettings trait [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [bf8340f ](https://github.com/pixelfed/pixelfed/commit/bf8340f )
- Add Remote Follows [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 )
- Add Relationship Settings [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [b10e03d ](https://github.com/pixelfed/pixelfed/commit/b10e03d )
- Add Configuration Editor to Admin Dashboard [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [323dca1 ](https://github.com/pixelfed/pixelfed/commit/323dca1 )
- Add Migration, adding profile_id to users table [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [bdfe633 ](https://github.com/pixelfed/pixelfed/commit/bdfe633 )
- Add Media configuration [#1414 ](https://github.com/pixelfed/pixelfed/pull/1414 )
- Add Content Warnings to comments [#1430 ](https://github.com/pixelfed/pixelfed/pull/1430 ), [42d81fc ](https://github.com/pixelfed/pixelfed/commit/42d81fc ) [8d4b3bd ](https://github.com/pixelfed/pixelfed/commit/8d4b3bd ) [73e162e4 ](https://github.com/pixelfed/pixelfed/commit/3e162e4 )
- Add new rate limits [#1436 ](https://github.com/pixelfed/pixelfed/pull/1436 ) [1f1df2d ](https://github.com/pixelfed/pixelfed/commit/1f1df2d )
- Add RegenerateThumbnails command to force thumbnail regeneration [#1437 ](https://github.com/pixelfed/pixelfed/pull/1437 ) [a3be4cd ](https://github.com/pixelfed/pixelfed/commit/a3be4cd )
- Add Pages Editor to Admin Dashboard [#1438 ](https://github.com/pixelfed/pixelfed/pull/1438 ) [ef3e30d ](https://github.com/pixelfed/pixelfed/commit/ef3e30d ) [718375a ](https://github.com/pixelfed/pixelfed/commit/718375a ) [79524a0 ](https://github.com/pixelfed/pixelfed/commit/79524a0 ) [13ceef0 ](https://github.com/pixelfed/pixelfed/commit/13ceef0 ) [2fbcd6d ](https://github.com/pixelfed/pixelfed/commit/2fbcd6d ) [bb207a4 ](https://github.com/pixelfed/pixelfed/commit/bb207a4 ) [ef07e31 ](https://github.com/pixelfed/pixelfed/commit/ef07e31 ) [aca5114 ](https://github.com/pixelfed/pixelfed/commit/aca5114 ) [59fcfc2 ](https://github.com/pixelfed/pixelfed/commit/59fcfc2 ) [e3cfd81 ](https://github.com/pixelfed/pixelfed/commit/e3cfd81 ) [7ade78b ](https://github.com/pixelfed/pixelfed/commit/7ade78b ) [4539afa ](https://github.com/pixelfed/pixelfed/commit/4539afa ) [1dbfcae ](https://github.com/pixelfed/pixelfed/commit/1dbfcae )
### Changed
- Update SearchController, fix AP verb typo [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [dc8acf9 ](https://github.com/pixelfed/pixelfed/commit/dc8acf9 )
- Update StatusTransformer, increase media cache ttl to 14 days [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [f35718b ](https://github.com/pixelfed/pixelfed/commit/f35718b )
- Update webpack config, extract vendor librarys [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [b42db89 ](https://github.com/pixelfed/pixelfed/commit/b42db89 )
- Update admin statuses view, make table header light [#1387 ](https://github.com/pixelfed/pixelfed/pull/1387 ), [44afcc7 ](https://github.com/pixelfed/pixelfed/commit/44afcc7 )
- Update settings, move disable/delete to Security Settings [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [ca0d638 ](https://github.com/pixelfed/pixelfed/commit/ca0d638 )
- Update Installer command [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [506dd8b ](https://github.com/pixelfed/pixelfed/commit/506dd8b )
- Update UserObserver [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [4ee3d10 ](https://github.com/pixelfed/pixelfed/commit/4ee3d10 )
- Update AuthLogin listener [#1388 ](https://github.com/pixelfed/pixelfed/pull/1388 ), [c27c751 ](https://github.com/pixelfed/pixelfed/commit/c27c751 ) [1e8b092 ](https://github.com/pixelfed/pixelfed/commit/1e8b092 )
- Update Image Optimization to not store EXIF by default [#1414 ](https://github.com/pixelfed/pixelfed/pull/1414 )
- Update Settings, hide OAuth/Developer pages when not enabled [#1413 ](https://github.com/pixelfed/pixelfed/pull/1413 )
- Update Presenter Components, move alt tag and filters to ```<img>` `` element [#1415 ](https://github.com/pixelfed/pixelfed/pull/1415 )
- Update Api Controllers, add missing caption limit to ```composePost()` `` and missing ` ``is_nsfw` `` attribute to comment queries [#1429 ](https://github.com/pixelfed/pixelfed/pull/1429 ), [1cff278 ](https://github.com/pixelfed/pixelfed/commit/1cff278 )
- Update instances admin view, add scan button to find new instances [#1436 ](https://github.com/pixelfed/pixelfed/pull/1436 ) [a94a3ee ](https://github.com/pixelfed/pixelfed/commit/a94a3ee )
- Update registration page, add links to terms and privacy pages [#1488 ](https://github.com/pixelfed/pixelfed/pull/1488 )
### Removed
- Remove Classic Compose UI [#1434 ](https://github.com/pixelfed/pixelfed/pull/1434 ), [72bffd1 ](https://github.com/pixelfed/pixelfed/commit/72bffd1 ) [a2640af ](https://github.com/pixelfed/pixelfed/commit/a2640af )
-
## [v0.9.4 (2019-06-03)](https://github.com/pixelfed/pixelfed/compare/v0.9.0...v0.9.4)
PSA: Due to the removal of Google Recaptcha, a one-time manual intervention is required. Please try the following after installing with composer:
```
rm -rf bootstrap/cache/*
composer dump-autoload
php artisan config:cache
```
### Added
- Notification service
- Notification card on timeline
- Double-tap to like posts (no animation yet)
- Moderator Mode for timelines
- Emoji reaction bar
- Like and reply to comments
- Hello Loops! Short videos will now loop and be discoverable from the Discover page.
- Labs: Optional profile recommendations
- Labs: Show full caption instead of "read more" button
- Labs: Simple "distraction-free" timeline -- no buttons, just images and captions
### Changed
- Refactored notification view into a Vue component
- Preparations for Circles, DMs, and other upcoming functionality
- Default limit of 7500 follows
- Default limit of 20 follows per hour
- Default limit of 5 mentions per comment/caption
- Default limit of 30 hashtags per comment/caption
- Default limit of 2 links per comment/caption
- Thumbnail info overlays on profiles should now scale down to small screens (#1234 )
- Moment UI containers are now properly sized (#1236 )
- Album posts now have contrast for next/prev arrows (#1238 )
- Filter previews now fit the image instead of stretching it (#1239 )
### Removed
- Google Recaptcha is no longer supported (#1231 )
- Lightbox has been deprecated in favor of double-tap-to-like; it will return as a dedicated button in the future (#1277 )
## [v0.9.0 (2019-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.8.6...v0.9.0)
### Added
- Allow users to delete existing profile photos.
- Preliminary support for managing developer tokens, as well as authorizing apps
- Unmute and unblock users more easily. Profiles now reflect muting/blocking status.
- Lazy-loading images with `loading="lazy"` , as supported in Blink
- Added Network Timeline which includes non-local posts
- Add broadcast events for real-time updates
- Compose view now shows upload progress bar
- You can now audit logged-in devices
- Added WIP installer
- Moment UI! This alternative profile view is less square and more full-width pictures.
### Changed
- Allow admins to view reported private posts
- Show sensitivity and privacy/audience in status views
- Cleanup of legacy code
- `commentsDisabled` has been replaced with preliminary support for Litepub Capability Enforcement (LiCE)
- `rel="me"` now added to profile websites
- Posts from locked accounts now default to followers-only
### Removed
- Removed identicons due to SVG compatibility issues with federation. New users will instead be assigned a default avatar.
## [v0.8.6 (2019-04-06)](https://github.com/pixelfed/pixelfed/compare/v0.8.5...v0.8.6)
### Added
- Add COSTAR - Confirm Object Sentiment Transform and Reduce
COSTAR is a filtering system that allows admins to define environment variables that will dynamically apply certain policies to posts of a defined scope, similar to Pleroma's MRF system.
Scopes:
- Domain: apply to posts from a specific website
- Actor: apply to posts from a specific profile/user
- Keyword: apply to posts containing a specific string
Policies:
- Block: Default blocks the defined scope
- CW: Automatically rewrites the scope to apply a warning
- Unlist: Removes the scope from public timelines