:electron: Flathub MetaInfo (#6033)
* updates to flathub metainfo * update to summary * release notes * omit :light * Update upcoming-release-notes/6033.md Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk> * actual budget --------- Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
@@ -1,14 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>com.actualbudget.actual</id>
|
||||
<name>Actual</name>
|
||||
<summary>A local-first personal finance app</summary>
|
||||
<name>Actual Budget</name>
|
||||
<summary>Your Finances - made simple</summary>
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<content_rating type="oars-1.0" />
|
||||
<description>
|
||||
<p>Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.</p>
|
||||
<p>You own your data and can do whatever you want with it. Featuring multi-device sync, optional end-to-end encryption and so much more.</p>
|
||||
<p>Actual Budget is a fast, privacy-focused finance app based on the Envelope Budgeting method. It prioritizes user control, allowing you to manage your data independently with multi-device sync and optional end-to-end encryption. The app emphasizes user involvement over automation, offering quick, intuitive tools while keeping you in charge of your financial decisions.</p>
|
||||
<p>Designed for speed, Actual Budget has a streamlined interface that minimizes distractions, making it easy to navigate your finances. It operates locally, ensuring functionality without a network connection while syncing data across devices. This local-first approach also enhances privacy through end-to-end encryption.</p>
|
||||
<p>The budgeting system is grounded in real income, helping you track spending and savings accurately. The app simplifies managing transactions with a minimal, efficient interface, supporting features like split transactions and transfers. Additionally, Actual Budget offers customizable reports alongside default net worth and cash flow reports, enabling users to analyze your finances in a way that suits you.</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">com.actualbudget.actual.desktop</launchable>
|
||||
<url type="homepage">https://actualbudget.org/</url>
|
||||
@@ -22,8 +23,37 @@
|
||||
<control>touch</control>
|
||||
</recommends>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://github.com/actualbudget/actual/raw/master/demo.png</image>
|
||||
<screenshot type="default" environment="gnome:dark">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/budget-gnome-dark.png</image>
|
||||
<caption>Budget screen (dark theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/budget-gnome-light.png</image>
|
||||
<caption>Budget screen (light theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome:dark">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/transactions-gnome-dark.png</image>
|
||||
<caption>Transactions screen (dark theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/transactions-gnome-light.png</image>
|
||||
<caption>Transactions screen (light theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome:dark">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/schedules-gnome-dark.png</image>
|
||||
<caption>Schedules screen (dark theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/schedules-gnome-light.png</image>
|
||||
<caption>Schedules screen (light theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome:dark">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/reports-gnome-dark.png</image>
|
||||
<caption>Reports screen (dark theme)</caption>
|
||||
</screenshot>
|
||||
<screenshot environment="gnome">
|
||||
<image>https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-electron/screenshots/reports-gnome-light.png</image>
|
||||
<caption>Reports screen (light theme)</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
|
||||
BIN
packages/desktop-electron/screenshots/budget-gnome-dark.png
Normal file
|
After Width: | Height: | Size: 247 KiB |
BIN
packages/desktop-electron/screenshots/budget-gnome-light.png
Normal file
|
After Width: | Height: | Size: 250 KiB |
BIN
packages/desktop-electron/screenshots/reports-gnome-dark.png
Normal file
|
After Width: | Height: | Size: 266 KiB |
BIN
packages/desktop-electron/screenshots/reports-gnome-light.png
Normal file
|
After Width: | Height: | Size: 266 KiB |
BIN
packages/desktop-electron/screenshots/schedules-gnome-dark.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
packages/desktop-electron/screenshots/schedules-gnome-light.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 229 KiB |
|
After Width: | Height: | Size: 233 KiB |
6
upcoming-release-notes/6033.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Update the Flathub store page description and screenshots
|
||||