;doc:gh relnotes
This commit is contained in:
parent
95dc030005
commit
4a79b29f42
@ -121,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`):
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
curl https://github.com/simonmichael/hledger/releases/download/1.51/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
|
curl https://github.com/simonmichael/hledger/releases/download/1.51.2/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
|
||||||
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
|
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
|
||||||
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
|
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
|
||||||
```
|
```
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Here you can find unreleased test binaries, which are updated occasionally. By using these and providing [feedback](https://hledger.org/support.html), you can help to make the next release better.
|
Here you can find unreleased test binaries, which are updated occasionally. By using these and providing [feedback](https://hledger.org/support.html), you can help to make the next release better.
|
||||||
|
|
||||||
These binaries have the following changes since the 1.51.1 release: https://github.com/simonmichael/hledger/compare/1.51.1...testbin
|
These binaries have the following changes since the 1.51.2 release: https://github.com/simonmichael/hledger/compare/1.51.2...nightly
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user