Skip to content

Releases: suvam0451/dhaaga

v0.15.4 - Bug Fixes

09 Feb 18:17
6da0f22
Compare
Choose a tag to compare

Summary

Bluesky users can now reply to posts.

Fixed notifications for pleroma/akkoma (particularly, the drivers using v1 endpoint)

Features

  • [Bluesky] You can now compose replies
  • [Pleroma] Implemented notifications logic (v1 endpoint)

Bug Fixes

  • 🛠️ Fixed crash on quickly navigating screens in profile tab
  • 🛠️ [Akkoma] Fixed broken image dimensions in notifications
  • 🛠️ Fixed inability to add/remove posts into collections
  • 🛠️ [Akkoma] Worked around usage of "mention" type for every notification

Performance and Stability

  • ⚡ Remove casing libraries in favor of own implementation

Documentation

  • 📒 Clean up invalid/outdated links in "Popular Misskey Servers" (#212, by @Npepperlinux)
  • 📒 You can browse source code for suvam.io hosted proxy services in apps/proxy folder

Learnings

  • 💔 Unsuccessfully attempted to introduce oauth for bluesky

Credits

@Npepperlinux made their first contribution 🎉. やるじゃないか!

See you next release,
Deb 😄

v0.15.3 - Bug Fixes

06 Feb 18:03
c9d19cd
Compare
Choose a tag to compare

Summary

Fixed notifications for mastodon (particularly, the drivers using v2 endpoint)

Features

  • ✨ Mentions inside posts are now clickable

Bug Fixes

  • 🛠️ Fixed mentions tab does not use maxId as dependency
  • 🛠️ Fixed certain notification types unable to open author profile

Performance and Stability

  • ⚡ Fully deprecate old components used by realm database

Styling

  • 💅 Improved link preview sheet typoography and spacing

See you next release,
Deb 😄

v0.15.2 - Hotfix

05 Feb 21:18
Compare
Choose a tag to compare

Summary

One more urgent bug :(

Bug Fixes

  • 🛠️ Fixed a bug where the pagination was not reset for misskey notifications

asdlmawl;dmq;wdml;qmdlq;dml3;qdmq; dmvwm,

Me right now --> 😒😞😫😩🥱😴😪

I can only push lite edition tomorrow, I guess.

Night night,
Deb

v0.15.1 - Notification Fixes

05 Feb 17:38
Compare
Choose a tag to compare

Summary

Added adaptive app icon.

Fixed various bugs in the inbox tab.

Features

  • ✨ Added an adaptive icon (#209)
  • ✨ Added bahasa indonesian (🇮🇩) to translation pool
  • ✨ Added pagination for notifications

Bug Fixes

  • 🛠️ Fixed a user reported crash scenario inside inbox tab (#207)
  • 🛠️ Mentions in post content body are now clickable
  • 🛠️ [Misskey] Fixed certain "note" notifications not being treated as a renote
  • 🛠️ Fixed the canvas height for gallery mode in profile view
  • 🛠️ Fixed the like/share/comment counts for media items in gallery mode

Performance and Stability

  • ⚡ Deprecated flash-list in favor of FlatList
  • [Misskey] Optimised notification getter apis
  • ⚡ Unified the context exchange logic between bottom sheets and rest of the app
  • ⚡ Replaced threads style modal-based profile peek with bottom sheets

Styling

  • 💅 Changed the miauth callback url from example.com to suvam.io
  • 💅 Fixed styling in the profile peek bottom sheet

See you next release,
Deb 😄

v0.15.0 - Collections™

02 Feb 15:57
Compare
Choose a tag to compare

Summary

The collections™ features are now ready for general use.

Collections augment your server's bookmark feature, helping you save posts into folders, to be viewed offline later.

Features

  • ✨ Ability to add/rename/describe/remove collections (#192)
  • ✨ Ability to change languages
  • ✨ Auto-detection of system language
  • ✨ Replaced threads/bluesky style profile peek with Dhaaga's classic bottom sheet
  • [Bluesky] Mentions are now resolved and show details in a bottom sheet (#167, partial)

Bug Fixes

  • 🛠️ Fixed an issue where the out-of-view items in bottom sheet were not clickable
  • 🛠️ Fixed reply indicators not being reset when trying to author a new post after replying
  • 🛠️ [Bluesky] Fixed incorrectly parsed post content (#196)
  • 🛠️ [Bluesky] Fixed media item bleeding int simple reposts (#196)
  • 🛠️ [Bluesky] Fixed profile descriptions not being parsed
  • 🛠️ Fixed area occupied by icons preventing clicks (#197)
  • 🛠️ [Bluesky] Fixed cahtrooms returning 404, evn though already implemented (#202)

Performance and Stability

  • ⚡ Added a compilation script for the lite edition to save publishing time
  • ⚡ Fully deprecate the old bottom sheet system from last year

See you next release,
Deb 😄

v0.14.1 - Finally an Icon! 🥳

28 Jan 18:15
592f3c5
Compare
Choose a tag to compare

Summary

^ Icon looks gooooood. I could stare at it all day :)

Also, many updates to the official website, including localization to EN/HI/JP.

Styling

  • 💅 Images can now cover more height without getting cropped
  • 💅 Fixed spacing issues from last release
  • 💅 Adjusted how much hashtags and post stats were being emphasized in the timeline

See you next release,
Deb 😄

v0.14.0 - Improved Hub

22 Jan 21:40
Compare
Choose a tag to compare

Summary

This release introduces full support for adding/removing/renaming profiles, user and tags.

With this, the Social Hub™ is now ready for general use.

Features

  • ✨ Ability to add/edit profiles from hub interface
  • ✨ Ability to add/edit user pins from hub interface
  • ✨ Ability to add/edit tag pins from hub interface
  • ✨ The user peek modal is now scrollable and shows full profile description
  • ✨ A first attempt at contextual bylines on the post details page

Bug Fixes

  • 🛠️ Fixed relation manager indicator (follow/unfollow etc) not working for Bluesky
  • 🛠️ Fixed an issue where a default collection was not allocated for new accounts

Performance and Stability

  • ⚡ the architecture was refactored to VIPER for additional maintainability
  • ⚡ All media size calculations and mfm node parsing is done AoT to reduce jitter

See you next release,
Deb 😄

v0.13.1 - Bug Fixes

16 Jan 17:51
Compare
Choose a tag to compare

Summary

Fixed some small issues I noticed while testing v0.13.0

v0.13.0 - CherryPick Support

16 Jan 17:20
Compare
Choose a tag to compare

Summary

Cherrypick support was added. It is a Misskey soft fork.

Other than that, this release focused mostly on Bluesky features and performance improvements.

Announcement Post: https://mastodon.social/@suvam/113839282827208353

Features

  • [CheryPick] First-party suppport for all available features
  • [Bluesky] Added ability to browse/view feeds
  • [Bluesky] Added ability to create posts (text and image)
  • [Bluesky] Added ability to like/share posts
  • [Collections] [Alpha] Ability to add posts to and view collection

Bug Fixes

  • 🛠️ [Misskey] Now shows correct bookmark status when "More Options" sheet is opened.
  • 🛠️ [Misskey] Fixed profile modules (pinned posts and gallery mode)

Styling

  • 💅 Prettier colors will be used for reply indicators when viewing post detail
  • 💅 More consistent typography for timelines

Performance and Stability

  • ⚡ mfm nodes are now parsed AoT, to reduce timeline jitter
  • ⚡ various single image containers now respect container dimension, leading to reducer flicker.
  • ⚡ Social Hub state management was made global for stability

See you next release,
Deb 😄

v0.12.3 - Patch Install Referrer Out

08 Jan 18:35
Compare
Choose a tag to compare

Bug Fixes

  • 🛠️ Disabled the install referrel library from play store console (v0.12.2) and rebuilt the app for lite edition deployment (v0.12.3).