Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Releases: skoleapp/skole

v2.2.0

26 Aug 13:01
b0436b7
Compare
Choose a tag to compare

Removed

  • Remove the need to use an invite code when registering.

Fixed

  • Fix content of Open Graph tags not being there in the pre-rendered HTML that Facebook's scraper sees.
  • Fix sitemap <lastmod> value always being the current date.

v2.1.6

10 Aug 08:32
dc0d712
Compare
Choose a tag to compare

Fixed

  • Fix Open Graph tags not being implemented correctly.

v2.1.5

20 Jun 10:33
8b8535d
Compare
Choose a tag to compare

Fixed

  • Add meta descriptions to user and thread detail pages.

v2.1.4

18 Jun 18:33
9a50e8e
Compare
Choose a tag to compare

Changed

  • Allow Google to again index most of the pages.
  • Add dynamic thread and user detail pages back to sitemap.

Fixed

  • Fix FLoC opt-out header not getting returned on index page.

v2.1.3

18 Jun 13:05
92fa9c5
Compare
Choose a tag to compare

Added

  • Add file thumbnails to user profile comments.

Changed

  • Opt out of Google FLoC.

Fixed

  • Fix bug of ordering not retaining on thread page after changing pages.
  • Fix bug of comment file not clearing when closing the comment creation modal.
  • Fix some thread links being shown as @undefined in user profile.

v2.1.2

13 May 19:50
be48ebc
Compare
Choose a tag to compare

Fixed

  • Don't show user's anonymous comments in their profile, and don't include them in user's comment counts.
  • Fix iOS Smart App Banner not showing up.
  • Attempt to improve the speed of loading a thread's comments.

v2.1.1

06 May 15:47
2644413
Compare
Choose a tag to compare

Fixed

  • Fix prod build not working.

v2.1.0

03 May 19:04
244cf0e
Compare
Choose a tag to compare

Added

  • Allow dropping files anywhere in home, search and thread pages and populate the thread
    creation form (home, search) and the comment creation form (thread page) with the file.
  • Allow zooming in image viewer.
  • Show thumbnails for comment files.

Changed

  • Allow setting either file or image in comments.
  • Automatically open up the dialog that shows the allowed domains when a user
    tries to set an email with an invalid domain as the primary email.

Fixed

  • Attempt to improve the speed of loading a thread's comments.
  • Fix typo in author selection.
  • Fix bug of clear comment file/image button not working.
  • Show comments in user profile in chronological order.

v2.0.2

24 Apr 11:15
fe6883c
Compare
Choose a tag to compare

Added

  • Add support for adding comment files.
  • Add support for using native sharing of Android devices.

Changed

  • Format all dates by minutes and not by days.
  • Show reply buttons also for reply comments.
  • Use the ordering parameters from URL.

Fixed

  • Fix safe are issues everywhere, make the image viewer more responsive.
  • Fix swedish translations for views.
  • Fix bug of avatar selection having incorrect texts.
  • Fix UI strings for posting comments as anonymous.
  • Add safe area inset to fix the spacing on the bottom of the landing page.
  • Disable scrolling when the image viewer is displayed.
  • Hide the bottom navbar on all error pages.
  • Make the comment file link style consistent with other comment buttons.
  • Improve the layout for the profile stats.
  • Fix bug of the push notification signal handler logging an error for every activity.
  • Fix bug of push notifications not working for users with multiple FCM devices.
  • Fix bug of the invite dialog not closing when clicking the backdrop.

v2.0.1

19 Apr 22:29
c5f9131
Compare
Choose a tag to compare

Added

  • Show the avatar of the thread creator in the thread page.

Changed

  • Make the "best" thread sorting option take freshness into consideration.
  • Lower the matching threshold of thread search.
  • Replace star count with views in thread lists.
  • Match the thread text font size with the comment texts.
  • Add some indent on reply comments.
  • Include share text in desktop Whatsapp links.
  • Improve invite texts.
  • Improve thread sharing texts.
  • Improve profile sharing texts

Removed

  • Hide app store badges on native apps.

Fixed

  • Fix pagination working incorrectly.
  • Fix bug of user link not working from thread page.
  • Fix thread sharing links.