jendrikseipp / rednotebook

RedNotebook is a cross-platform journal
https://rednotebook.app
GNU General Public License v2.0
488 stars 110 forks source link

Use webkit API 4.1 where available or 4.0 if not. #716

Closed kathenas closed 1 year ago

kathenas commented 1 year ago

Summary of the changes in this pull request

Use webkit API 4.1 where available or 4.0 if not.

Closes issues: #713

Note: Not a change I like to make as multiple runtime deps across builds creates more testing for me. However, rednotebook is small enough as a project that additional time needed is minimal.

jendrikseipp commented 1 year ago

Thanks! I think we can drop the 4.0 dependency soon since at least all new Ubuntu versions provide the 4.1 variant.

kathenas commented 1 year ago

Thanks! I think we can drop the 4.0 dependency soon since at least all new Ubuntu versions provide the 4.1 variant.

This is viable as yourself/upstream has newer requirements than any distro build. I can always work with changes and is no major issue.