Update doc and screenshots

This commit is contained in:
Bruno Herbelin
2024-11-10 18:51:22 +01:00
parent ba75777c0d
commit b4600a289d
5 changed files with 9 additions and 2 deletions

View File

@@ -30,10 +30,12 @@ Download and install a released [flatpak package](https://flathub.org/apps/detai
flatpak install --user vimix flatpak install --user vimix
NB: Building your flatpak package is an option for testing the latest beta version from git ; instructions are [here](https://github.com/brunoherbelin/vimix/tree/master/flatpak). NB: Build your flatpak package to get the latest beta version; instructions are [here](https://github.com/brunoherbelin/vimix/tree/master/flatpak).
Download and install a released [snap package](https://snapcraft.io/vimix) (slower release frequency) [![vimix](https://snapcraft.io/vimix/badge.svg)](https://snapcraft.io/vimix)
Download and install a released [snap package](https://snapcraft.io/vimix)
snap install vimix snap install vimix

View File

@@ -18,6 +18,7 @@ Publishing new a release
- Test the snap for Beta - Test the snap for Beta
- Merge Beta into origin/master - Merge Beta into origin/master
- push origin/master
- Create Release & Tag in https://github.com/brunoherbelin/vimix - Create Release & Tag in https://github.com/brunoherbelin/vimix
Document new features and major bugfixes Document new features and major bugfixes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 993 KiB

View File

@@ -25,6 +25,10 @@
<image type="source">https://brunoherbelin.github.io/vimix/vimix_screenshot_2.png</image> <image type="source">https://brunoherbelin.github.io/vimix/vimix_screenshot_2.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<branding>
<color type="primary" scheme_preference="light">#303030</color>
<color type="primary" scheme_preference="dark">#181818</color>
</branding>
<provides> <provides>
<binary>vimix</binary> <binary>vimix</binary>
</provides> </provides>