Update Sandstorm metadata

This commit is contained in:
Jacob Weisz 2018-06-05 01:37:29 -05:00
parent 0a4fbef175
commit c7cb8aa253
5 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,7 @@
# V1.9.2 (2018-06-05)
* Upgrade to HLedger 1.9.2
# V1.1-sandstorm2 (2017-03-21)
* Upgrade to HLedger 1.1

View File

@ -1 +1,5 @@
hledger is a lightweight accounting program for tracking money, time, or other commodities, on unix, mac and windows. With simple yet powerful functionality accessed from command line, terminal or web browser, it is a reliable, cross-platform alternative to Quicken, GnuCash, spreadsheets etc.
hledger (http://hledger.org) is a dependable, precise, cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple plain text file format. It is a haskell reimplementation of Ledger, provides command-line, curses and web interfaces, and aims to be a robust, practical tool for daily use.
In double-entry accounting, each transaction must be balanced: An equal amount added to one account must be subtracted from another. You may wish to consult hledger documentation or other tutorials on the web to learn how to use double-entry accounting.
Sandstorm users, thanks for your feedback. hledger's web UI is a simple one to fit current development resources, and I'm sorry that Sandstorm integration is lacking. Your help is needed. We have an open issue for this where you can add a bounty or contribute patches (https://github.com/simonmichael/hledger/issues/425). We also welcome bug reports with more detail (http://bugs.hledger.org/new), general hledger-web improvements, backers and sponsors (http://hledger.org).

Binary file not shown.

Binary file not shown.

View File

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "HLedger Web"),
appVersion = 2, # Increment this for every release.
appVersion = 3, # Increment this for every release.
appMarketingVersion = (defaultText = "1.1-sandstorm2"),
appMarketingVersion = (defaultText = "1.9.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.
@ -57,11 +57,11 @@ const pkgdef :Spk.PackageDefinition = (
website = "http://hledger.org",
# This should be the app's main website url.
codeUrl = "https://github.com/ndarilek/hledger-sandstorm",
codeUrl = "https://github.com/simonmichael/hledger",
# URL of the app's source code repository, e.g. a GitHub URL.
# Required if you specify a license requiring redistributing code, but optional otherwise.
license = (openSource = gpl2),
license = (openSource = gpl3),
# The license this package is distributed under. See
# https://docs.sandstorm.io/en/latest/developing/publishing-apps/#license
@ -73,7 +73,7 @@ const pkgdef :Spk.PackageDefinition = (
author = (
# Fields relating to the author of this app.
contactEmail = "nolan@thewordnerd.info",
contactEmail = "inbox@jacobweisz.com",
# Email address to contact for any issues with this app. This includes end-user support
# requests as well as app store administrator requests, so it is very important that this be a
# valid address with someone paying attention to it.