From acd8bea3563d68d3fb26ed4c22a71fdd540844b2 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Thu, 8 Dec 2022 17:55:20 +0100 Subject: [PATCH] README: Add bundle download url and screenshot --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a9e0386..c5348f6c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ A simple image viewer application written with GTK4 and Rust. -## MVP TODO +![Loupe Screenshot](https://gitlab.gnome.org/BrainBlasted/loupe/uploads/863131c1292cb9f1b32fbef39f266bcf/image.png) -* [ ] Hover timeout for buttons and fullscreen headerbar -* [x] Pan/zoom -* [x] Back/forward navigation +## Installing + +The latest version from the main branch is available from the build artifacts. + +- [Download Loupe Development Version](https://gitlab.gnome.org/api/v4/projects/13923/jobs/artifacts/main/raw/org.gnome.Loupe.Devel.flatpak?job=flatpak) + +This version will not get any automated updates after installation. ## Building -- GitLab