All Versions
21
Latest Version
Avg Release Cycle
64 days
Latest Release
356 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.10.5 Changes
September 24, 2019 -
v0.10.4 Changes
September 24, 2019โ Added
- โ Added Welsh translations #1706
- โ Added Api v1 controller 85835f5a
- โ Added database migration that adds a language column to the users table c87d8c16
- โ Added persistent preferred language 18bc9c30
๐ Fixed
- ๐ Fixed count bug in StatusHashtagService #1694
- ๐ Fixed private account bug #1699
- ๐ Fixed comments on MomentUI posts #1704
๐ Changed
- โก๏ธ Updated EmailService, added new domains #1690
- โก๏ธ Updated quill.js to v1.3.7 #1692
- Cache ProfileController #1700
- โก๏ธ Updated ComposeUI v4, made cropping optional #1702
- โก๏ธ Updated DiscoverController, limit Loops to local only posts #1703
- Namespaced internal apis 3c306c5e
- โก๏ธ Updated .env.example with proper remote follow variable 0697f780
- โก๏ธ Updated show all comments view 0a5eaa31
- โก๏ธ Updated language page layout 01fb5af
- โก๏ธ Updated privacy policy page layout a4229d5
- โก๏ธ Updated terms page layout 4f8c5e5
- โก๏ธ Update v1 API, added /api/v1/instance endpoint 951b6fa0 9dc2234b
-
v0.10.3 Changes
September 08, 2019โ Added
- Append
.json
to local status urls to view ActivityPub object #1666
๐ Fixed
- โช Reverted
strict
Same-Site Cookies tonull
to fix 2FA/session expiry #1667 - ๐ Fixed AP errors by storing ActivityPub object id and url #1668 #1683
- ๐ Fixed content warnings that had filter applied #1669
๐ Changed
- ๐ Japanese Translations #1673
- ๐ Occitan Translations #1679
- ๐ Use footer partial on landing page #1681
- ๐ Change admin badge so it doesn't look like a verified badge #1684
๐ Deprecated
- ๐ Personalized Discover has been deprecated due to low use #1670
- Append
-
v0.10.2 Changes
September 06, 2019๐ Fixed
- ๐ Typo in Inbox prevented proper federation support #1664
-
v0.10.1 Changes
September 06, 2019โ 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
- ๐ Allow "read more" to be disabled on posts #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
andREDIS_PATH
allow for using Redis over a Unix socket instead of TCP #1602 - .env var
IMAGE_DRIVER
allows using imagick instead of gd
๐ Fixed
- ๐ Show delete button while composing video posts #1529
- ๐ Show pending follow requests on private profiles
- ๐ Allow muted users to comment on your posts #1537
- ๐ 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
- ๐ป Use vue-masonry for Moment UI layout #1536
- ๐ 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 Changes
July 17, 2019โ Added
- Collections! Add posts to Collections, similar to categories. #1511
- Profile donate links: add links to Patreon, Liberapay, and OpenCollective on your profile #1500
๐ Fixed
- ๐ Show correct mode when viewing followers / following
๐ Changed
- Profile model now uses snowflake id #1502
โ Removed
- ๐ OStatus legacy code has been removed #1510
-
v0.9.6 Changes
July 10, 2019๐ Fixed
- Hashtag post count off-by-one #1485
-
v0.9.5 Changes
July 10, 2019โ Added
- โ Add StatusService #1387, 425ec91
- โ Add PublicTimelineService #1387, 734e892
- โ Add RelationshipSettings trait #1387, bf8340f
- โ Add Remote Follows #1388
- โ Add Relationship Settings #1388, b10e03d
- โ Add Configuration Editor to Admin Dashboard #1388, 323dca1
- โ Add Migration, adding profile_id to users table #1388, bdfe633
- โ Add Media configuration #1414
- โ Add Content Warnings to comments #1430, 42d81fc 8d4b3bd 73e162e4
- โ Add new rate limits #1436 1f1df2d
- โ Add RegenerateThumbnails command to force thumbnail regeneration #1437 a3be4cd
- โ Add Pages Editor to Admin Dashboard #1438 ef3e30d 718375a 79524a0 13ceef0 2fbcd6d bb207a4 ef07e31 aca5114 59fcfc2 e3cfd81 7ade78b 4539afa 1dbfcae
๐ Changed
- โก๏ธ Update SearchController, fix AP verb typo #1387, dc8acf9
- โก๏ธ Update StatusTransformer, increase media cache ttl to 14 days #1387, f35718b
- โก๏ธ Update webpack config, extract vendor librarys #1387, b42db89
- โก๏ธ Update admin statuses view, make table header light #1387, 44afcc7
- โก๏ธ Update settings, move disable/delete to Security Settings #1388, ca0d638
- โก๏ธ Update Installer command #1388, 506dd8b
- โก๏ธ Update UserObserver #1388, 4ee3d10
- โก๏ธ Update AuthLogin listener #1388, c27c751 1e8b092
- โก๏ธ Update Image Optimization to not store EXIF by default #1414
- โก๏ธ Update Settings, hide OAuth/Developer pages when not enabled #1413
- โก๏ธ Update Presenter Components, move alt tag and filters to
<img>
element #1415 - โก๏ธ Update Api Controllers, add missing caption limit to
composePost()
and missingis_nsfw
attribute to comment queries #1429, 1cff278 - โก๏ธ Update instances admin view, add scan button to find new instances #1436 a94a3ee
- โก๏ธ Update registration page, add links to terms and privacy pages #1488
โ Removed
- โ Remove Classic Compose UI #1434, 72bffd1 a2640af
-
v0.9.4 Changes
June 03, 2019PSA: 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
- 0๏ธโฃ Default limit of 7500 follows
- 0๏ธโฃ Default limit of 20 follows per hour
- 0๏ธโฃ Default limit of 5 mentions per comment/caption
- 0๏ธโฃ Default limit of 30 hashtags per comment/caption
- 0๏ธโฃ Default limit of 2 links per comment/caption
โ 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)
๐ Fixed
-
v0.9.0 Changes
April 17, 2019โ 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- 0๏ธโฃ 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.