victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
880 stars 104 forks source link

19.0.0 no longer works in older browsers #306

Closed zhongfeiqian closed 6 months ago

zhongfeiqian commented 6 months ago

I am using a browser that's based on an older version of Chromium. After the update the tab page does not load at all. screenshot

toSorted is only supported by Chrome 110 and newer versions.

victrme commented 6 months ago

Oh no, sorry @zhongfeiqian :(

I even thought to myself: "I think toSorted might be a bit much here". You can save your settings by pasting this in the console:

console.log(JSON.stringify(await chrome.storage.sync.get())) 

Is it possible for you to update your browser ?

zhongfeiqian commented 6 months ago

I use MacType on my WIndows machine, and only 3rd party browsers let users disable DirectWrite. Among all the Chromium varients, Cent Browser provides the best text rendering results, unfortunately the developer hasn't updated it for over a year so I'm stuck with Chromium 102 at the moment. I'm downgrading Bonjourr back to the previous version on just this browser in the meanin thtime.

victrme commented 6 months ago

I see, interesting stuff I didn't know about ! I'll publish the fix for chrome tomorrow, hopefully the update is up by Saturday.

victrme commented 6 months ago

The fix is waiting for review !