diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index eb6a9b56d..634db909c 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -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 diff --git a/.sandstorm/description.md b/.sandstorm/description.md index 13cddf41a..3c979e824 100644 --- a/.sandstorm/description.md +++ b/.sandstorm/description.md @@ -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. \ No newline at end of file +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). diff --git a/.sandstorm/pgp-keyring b/.sandstorm/pgp-keyring index ee890dff6..a7c00879b 100644 Binary files a/.sandstorm/pgp-keyring and b/.sandstorm/pgp-keyring differ diff --git a/.sandstorm/pgp-signature b/.sandstorm/pgp-signature index dbdbcdf72..270848e4b 100644 Binary files a/.sandstorm/pgp-signature and b/.sandstorm/pgp-signature differ diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 5a15bd851..5ffc7b7c1 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -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.