Updated to version 1.3.0

This commit is contained in:
Andrew Lalis 2024-01-09 12:54:42 -05:00
parent 26daf14390
commit fdfb9d0412
5 changed files with 5 additions and 8 deletions

View File

@ -24,10 +24,7 @@ checking, credit, etc.).
Because the app lives and works entirely on your local computer, you can rest Because the app lives and works entirely on your local computer, you can rest
assured that your data remains completely private. assured that your data remains completely private.
Currently, the application is still a work-in-progress, and is not yet suitable ## Release Procedure
for actual usage with your real financial data, so stay tuned for updates.
# Release Procedure
Platform-specific package installers are generated automatically via GitHub Platform-specific package installers are generated automatically via GitHub
Actions (see `.github/workflows/make-release.yaml`), which is triggered by a Actions (see `.github/workflows/make-release.yaml`), which is triggered by a

View File

@ -6,7 +6,7 @@
<groupId>com.andrewlalis</groupId> <groupId>com.andrewlalis</groupId>
<artifactId>perfin</artifactId> <artifactId>perfin</artifactId>
<version>1.2.0</version> <version>1.3.0</version>
<properties> <properties>
<maven.compiler.source>21</maven.compiler.source> <maven.compiler.source>21</maven.compiler.source>

View File

@ -24,7 +24,7 @@ module_path="$module_path:target/modules/h2-2.2.224.jar"
jpackage \ jpackage \
--name "Perfin" \ --name "Perfin" \
--app-version "1.2.0" \ --app-version "1.3.0" \
--description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." \ --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." \
--icon design/perfin-logo_256.png \ --icon design/perfin-logo_256.png \
--vendor "Andrew Lalis" \ --vendor "Andrew Lalis" \

View File

@ -12,7 +12,7 @@ $modulePath = "$modulePath;target\modules\h2-2.2.224.jar"
jpackage ` jpackage `
--name "Perfin" ` --name "Perfin" `
--app-version "1.2.0" ` --app-version "1.3.0" `
--description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." ` --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." `
--icon design\perfin-logo_256.ico ` --icon design\perfin-logo_256.ico `
--vendor "Andrew Lalis" ` --vendor "Andrew Lalis" `

View File

@ -28,7 +28,7 @@
<!-- App footer --> <!-- App footer -->
<bottom> <bottom>
<HBox styleClass="std-padding,std-spacing"> <HBox styleClass="std-padding,std-spacing">
<Label text="Perfin Version 1.2.0"/> <Label text="Perfin Version 1.3.0"/>
<AnchorPane> <AnchorPane>
<Label text="© 2024 Andrew Lalis" styleClass="small-font,secondary-color-text-fill" AnchorPane.topAnchor="0" AnchorPane.bottomAnchor="0"/> <Label text="© 2024 Andrew Lalis" styleClass="small-font,secondary-color-text-fill" AnchorPane.topAnchor="0" AnchorPane.bottomAnchor="0"/>
</AnchorPane> </AnchorPane>