From 2eb47c6d973c9ef1cb277fc22f4d15208e94f3c0 Mon Sep 17 00:00:00 2001 From: René Bertin Date: Wed, 11 Oct 2023 18:40:49 +0200 Subject: Ensure that links are opened according to the user's preference (#417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ensure that links are opened according to the user's preference This fixes the problem that certain links on instagram.com have started to open in the external browser. Also fixes an occasional nullptr dereference in getMessages(). Fixes: https://github.com/ferdium/ferdium-app/issues/1304 * Version bump for PR#417 * attempt to fix build by bumping recipe version again * Fix lint and CI * Fix versioning --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Co-authored-by: André Oliveira --- recipes/instagram/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/instagram/package.json') diff --git a/recipes/instagram/package.json b/recipes/instagram/package.json index 5c798f3..9bdc70b 100644 --- a/recipes/instagram/package.json +++ b/recipes/instagram/package.json @@ -1,7 +1,7 @@ { "id": "instagram", "name": "Instagram", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "config": { "serviceURL": "https://instagram.com/direct/inbox", -- cgit v1.2.3-54-g00ecf