Skip to content

Releases: kurtextrem/Layoutify-for-Instagram

3.1.0 - 2020-04-09

15 Apr 11:04
Compare
Choose a tag to compare

Technical

  • use requestIdleCallback as preact rendering debounce method for improved rendering performance
  • use [data-active] to not invalidate styles when setting another item as active
  • removed material icons and put in emojis (looks nicer, removes all external dependencies -> shortens webstore review)
  • upgraded to webpacck 5 -> reduced build time from 40 s (???) to 12 s again

The "Pictures Only" setting has been updated (and fixed, it was broken from 3.0.0). Here's how it looks combined with "No Space Between Posts":

Pictures Only Demo

Bug Fixes

This release contains all the bugfixes from 3.0.1 and 3.0.2:

  • Fixed "posts on profiles could not be opened"
  • On the main feed, the like button always did the opposite (ouups, I'm only human after all... or maybe unintended april fools?). Fixed.
  • Fixed the "Load more" button on the 3-dots like/saved page
  • Fixed the login screen (the new feed was on top of it)

v3.0.0 - Rebuilt Instagram feed

29 Mar 19:26
Compare
Choose a tag to compare

This version brings a long-term fix for the scrolling issue many people had in the past (including myself). To explain: Instagram changed the way the feed works and broke my method of having multiple posts per row.

The new feed is entirely written by me and even improves performance compared to Instagram. As a plus, compared to Instagrams feed, it does not log user actions, which is a nice privacy bonus!

It is still beta, however. If you find any issues, or missing features, let me know (email is on 3-dot page -> About)

Thank you for all your continued support, even though I sometimes don't have much time to update the extension as I'm a full-time student. I also wish you, your family and your loved ones the best during the Corona crisis. ♥

v2.8.0 - Collection Folders!

04 Sep 10:21
Compare
Choose a tag to compare

You can now view your collection folders.
However, atm this looks ugly. But it works. Also: Names are IDs at the moment.

v2.7.0 - Watch Storys/Posts & Changelog

22 Jun 15:45
Compare
Choose a tag to compare

Watching Users

Exciting new feature: You can now add Users to your list of "Watched Posts" and/or "Watched Stories" (found on the options page on the 3-dots page)!

  • How it works: You will get a notification whenever the User posts something, and/or adds a new Story

  • You can decide whether to get notified in background, or only if you open Instagram.com (latter is default)

  • The User(s) will have a badge on his profile, so you can recognize whom you are watching

Changelog Page

  • New Changelog page (can be accessed on the 3-dots page under "?")

    • It will open automatically, whenever something bigger has changed (so not when there's only bug fixes)

v2.6.0

14 Jun 07:27
Compare
Choose a tag to compare

I did not find any use in creating releases here, so I stopped somewhen, as it is relatively time consuming.
However, this release is different, because out of nowhere I received two PR's regarding really cool stuff:

Night Mode

Kelvin R: https://github.com/KLVN added a night mode. Really appreciated!

New Logo & Icon

Thanks to Ibrahim Tenekeci: https://github.com/ihtiht this project now has a really cool and modern looking logo. I can't thank him enough for his professional design. And he didn't request any money for that. True Open-Source spirit!

Other stuff meanwhile

  • I've switched from Preact to Nerv.js, as the compatibility is far better and benchmarks are really promising.
  • Instagram implemented stories natively
  • Options available on the 3-dots menu

v2.3.6

04 Oct 07:24
Compare
Choose a tag to compare

Instagram rolled out an update, which improves performance through using a virtual list. This is great news!

Bug Fixes

Improvements

  • Feedback from Chrome Webstore told me the extension isn't fully working in Incognito. I've tried fixing this
  • Post pictures should be a little bit more colorful now, as the browser renders them in full contrast mode (this was only on single posts / profiles before, because of worse performance)

v2.2.9

16 Jul 09:56
Compare
Choose a tag to compare

Contains bug fixes / perf improvements:
Fix render isn't triggered when new data arrives kurtextrem/Improved-for-Instagram@b939490
Fix autoload improvement kurtextrem/Improved-for-Instagram@f214894
Prevent unneeded re-render kurtextrem/Improved-for-Instagram@098317f (avoids 2-3x rendering of the liked/stared page)

v2.2.1 - Carousel Dots

09 Jun 06:05
Compare
Choose a tag to compare

Carousels are now better visible as those posts now have dots like the Instagram website.

Also, some bug fixes.

v2.2.0 - Carousel support

04 Jun 11:39
Compare
Choose a tag to compare

The 3-dots menu page now supports carousel posts correctly :)

And as always small bug / layout fixes.

v2.0.3

12 May 16:59
Compare
Choose a tag to compare
  • 3 column layout on smaller screens
  • Try fixing a community reported issue