From 2f8b3ad7dd69d61d8f3b2ccea32b7265118a1bd8 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Thu, 25 Aug 2022 18:04:28 +0200 Subject: Lagrange build that works with CPUs without SSE 4.1 new file: lagrange-nosse41/.SRCINFO new file: lagrange-nosse41/PKGBUILD new file: lagrange-nosse41/lagrange.install --- lagrange-nosse41/lagrange.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lagrange-nosse41/lagrange.install (limited to 'lagrange-nosse41/lagrange.install') diff --git a/lagrange-nosse41/lagrange.install b/lagrange-nosse41/lagrange.install new file mode 100644 index 0000000..4e359db --- /dev/null +++ b/lagrange-nosse41/lagrange.install @@ -0,0 +1,15 @@ +post_upgrade() { + if [[ $1 = 1.6.0-1 ]] || [[ $1 = 1.6.1-1 ]]; then + echo "" + echo "Notes for update 1.6.0:" + echo "A new TOFU trust store will be created. The old one is kept around but ignored." + echo "App state serialization format has been updated. Downgrading to a previous release will cause app state to be reset (e.g., tabs closed, navigation history cleared)." + echo "" + elif [[ $1 = 1.7.0-3 ]]; then + echo "" + echo "Notes for update 1.7.0:" + echo "Bookmarks file format has changed. Your existing bookmarks will be imported to the new format. The old bookmarks.txt file can be found in the config directory and is writable only by v1.6 and earlier versions." + echo "Saved UI state format has changed. Downgrading will reset window state, close all tabs, and clear the navigation cache." + echo "" + fi +} -- cgit v1.2.3-70-g09d2