hledger-ui 1.33 → 1.33.1
raw patch · 5 files changed
+63/−51 lines, 5 filesdep ~hledgerdep ~hledger-libdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hledger, hledger-lib, process
API changes (from Hackage documentation)
Files
- CHANGES.md +12/−0
- hledger-ui.1 +2/−2
- hledger-ui.cabal +6/−6
- hledger-ui.info +41/−41
- hledger-ui.txt +2/−2
CHANGES.md view
@@ -21,6 +21,18 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.33.1 2024-05-02++- Require vty-windows-0.2.0.2+ to avoid display problems in recent+ MS Terminal on Windows.++- process >=1.6.19.0 seems not strictly needed and is no longer required,+ improving installability.+ [#2149]++[#2149]: https://github.com/simonmichael/hledger/issues/2149++ # 1.33 2024-04-18 Fixes
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-UI" "1" "April 2024" "hledger-ui-1.33 " "hledger User Manuals"+.TH "HLEDGER\-UI" "1" "May 2024" "hledger-ui-1.33.1 " "hledger User Manuals" @@ -12,7 +12,7 @@ .PD \f[CR]hledger ui \-\- [OPTS] [QUERYARGS]\f[R] .SH DESCRIPTION-This manual is for hledger\[aq]s terminal interface, version 1.33.+This manual is for hledger\[aq]s terminal interface, version 1.33.1. See also the hledger manual for common concepts and file formats. .PP hledger is a robust, user\-friendly, cross\-platform set of programs for
hledger-ui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui-version: 1.33+version: 1.33.1 synopsis: Terminal interface for the hledger accounting system description: A simple terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI.@@ -68,7 +68,7 @@ hs-source-dirs: ./ ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind- cpp-options: -DVERSION="1.33" -DVERSION="1.33"+ cpp-options: -DVERSION="1.33.1" -DVERSION="1.33.1" build-depends: ansi-terminal >=0.9 , async@@ -82,13 +82,13 @@ , extra >=1.6.3 , filepath , fsnotify ==0.4.*- , hledger ==1.33.*- , hledger-lib ==1.33.*+ , hledger >=1.33.1 && <1.34+ , hledger-lib >=1.33.1 && <1.34 , megaparsec >=7.0.0 && <9.7 , microlens >=0.4 , microlens-platform >=0.2.3.1 , mtl >=2.2.1- , process >=1.6.19.0+ , process >=1.2 , safe >=0.3.20 , split >=0.1 , text >=1.2.4.1@@ -113,7 +113,7 @@ hs-source-dirs: app ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind- cpp-options: -DVERSION="1.33"+ cpp-options: -DVERSION="1.33.1" build-depends: base >=4.14 && <4.20 , hledger-ui
hledger-ui.info view
@@ -16,7 +16,7 @@ 'hledger-ui [OPTS] [QUERYARGS]' 'hledger ui -- [OPTS] [QUERYARGS]' - This manual is for hledger's terminal interface, version 1.33. See+ This manual is for hledger's terminal interface, version 1.33.1. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs@@ -671,46 +671,46 @@ Tag Table: Node: Top221-Node: OPTIONS1828-Ref: #options1926-Node: General help options2954-Ref: #general-help-options3103-Node: General input options3385-Ref: #general-input-options3570-Node: General reporting options4227-Ref: #general-reporting-options4391-Node: MOUSE7781-Ref: #mouse7876-Node: KEYS8113-Ref: #keys8206-Node: SCREENS12861-Ref: #screens12959-Node: Menu13539-Ref: #menu13632-Node: Cash accounts13827-Ref: #cash-accounts13969-Node: Balance sheet accounts14153-Ref: #balance-sheet-accounts14334-Node: Income statement accounts14454-Ref: #income-statement-accounts14640-Node: All accounts14804-Ref: #all-accounts14950-Node: Register15132-Ref: #register15256-Node: Transaction17540-Ref: #transaction17663-Node: Error19080-Ref: #error19174-Node: TIPS19418-Ref: #tips19517-Node: Watch mode19559-Ref: #watch-mode19666-Node: Debug output21125-Ref: #debug-output21236-Node: ENVIRONMENT21448-Ref: #environment21558-Node: BUGS21749-Ref: #bugs21832+Node: OPTIONS1830+Ref: #options1928+Node: General help options2956+Ref: #general-help-options3105+Node: General input options3387+Ref: #general-input-options3572+Node: General reporting options4229+Ref: #general-reporting-options4393+Node: MOUSE7783+Ref: #mouse7878+Node: KEYS8115+Ref: #keys8208+Node: SCREENS12863+Ref: #screens12961+Node: Menu13541+Ref: #menu13634+Node: Cash accounts13829+Ref: #cash-accounts13971+Node: Balance sheet accounts14155+Ref: #balance-sheet-accounts14336+Node: Income statement accounts14456+Ref: #income-statement-accounts14642+Node: All accounts14806+Ref: #all-accounts14952+Node: Register15134+Ref: #register15258+Node: Transaction17542+Ref: #transaction17665+Node: Error19082+Ref: #error19176+Node: TIPS19420+Ref: #tips19519+Node: Watch mode19561+Ref: #watch-mode19668+Node: Debug output21127+Ref: #debug-output21238+Node: ENVIRONMENT21450+Ref: #environment21560+Node: BUGS21751+Ref: #bugs21834 End Tag Table
hledger-ui.txt view
@@ -9,7 +9,7 @@ hledger ui -- [OPTS] [QUERYARGS] DESCRIPTION- This manual is for hledger's terminal interface, version 1.33. See+ This manual is for hledger's terminal interface, version 1.33.1. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs for@@ -535,4 +535,4 @@ SEE ALSO hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-ui-1.33 April 2024 HLEDGER-UI(1)+hledger-ui-1.33.1 May 2024 HLEDGER-UI(1)