Skip to content

Commit 0927453

Browse files
committed
Update CHANGELOG for version 0.15.1
1 parent c9331af commit 0927453

1 file changed

Lines changed: 6 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -21,71 +21,22 @@ gpg: Good signature from "Arkanoider <github.913zc@simplelogin.com>" [ultimate]
2121
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with `shasum -a 256 <filename>`, compare it with the corresponding one in the manifest file, and ensure they match exactly.
2222

2323

24-
## What's Changed in 0.15.0
24+
## What's Changed in 0.15.1
2525

2626
### 🚀 Features
2727

2828

29-
* bump mostro-core to 0.11.0 and handle anti-abuse bond flow by [@grunch](https://github.com/grunch)
30-
* feat: by [@arkanoider](https://github.com/arkanoider)
31-
* feat(getdmuser): show shared-key DMs (identity + admin) in getdmuser - Derive shared key from (trade_keys, identity_keys) and fetch/unwrap gift wraps so DMs sent to the user's identity appear in getdmuser. - Also derive (trade_keys, mostro_pubkey) and fetch so admin replies from the send_admin_dm_attach flow are shown. - Reuse derive_shared_key_bytes from util/messaging (same ECDH as send_admin_dm_attach). No longer use get_all_trade_and_counterparty_keys; counterparty_pubkey is not used in this setup. by [@arkanoider](https://github.com/arkanoider)
32-
* added a command to send dm with attachment to admin to help disputes solving - added some docs for AI generated code by [@arkanoider](https://github.com/arkanoider)
33-
34-
### 🐛 Bug Fixes
35-
36-
37-
* error out on malformed PayBondInvoice payload by [@grunch](https://github.com/grunch)
38-
* fix fmt by [@grunch](https://github.com/grunch)
39-
* scope orders_info request to identity key by [@grunch](https://github.com/grunch)
40-
* sign restore and last-trade-index requests with identity keys by [@grunch](https://github.com/grunch)
41-
* rabbit rants by [@arkanoider](https://github.com/arkanoider)
42-
* Align DM docs/messages and validate POW env parsing by [@arkanoider](https://github.com/arkanoider)
43-
* Blossom upload auth and response handling by [@arkanoider](https://github.com/arkanoider)
44-
* prevent UUID truncation in listorders table by [@codaMW](https://github.com/codaMW)
45-
* meaningful error message and unit tests added by [@arkanoider](https://github.com/arkanoider)
46-
* completed all the paths with new pow management by [@arkanoider](https://github.com/arkanoider)
47-
* fix for giftwrap with pow creation by [@arkanoider](https://github.com/arkanoider)
48-
* correct keys used for send_dm command by [@arkanoider](https://github.com/arkanoider)
29+
* expose BondResolution payload on adm-settle / adm-cancel by [@grunch](https://github.com/grunch)
4930

5031
### 💼 Other
5132

5233

53-
* feat: bump mostro-core to 0.11.0 and handle anti-abuse bond flow by [@grunch](https://github.com/grunch) in [#166](https://github.com/MostroP2P/mostro-cli/pull/166)
54-
* refactor: migrate gift-wrap to mostro-core 0.10 dual identity/trade keys by [@grunch](https://github.com/grunch) in [#165](https://github.com/MostroP2P/mostro-cli/pull/165)
55-
* refactor: migrate gift-wrap to mostro-core 0.9.1 nip59 module by [@grunch](https://github.com/grunch) in [#164](https://github.com/MostroP2P/mostro-cli/pull/164)
56-
* Shared key chat and attachment feature by [@grunch](https://github.com/grunch) in [#157](https://github.com/MostroP2P/mostro-cli/pull/157)
57-
* Remove unused fiat module by [@grunch](https://github.com/grunch) in [#162](https://github.com/MostroP2P/mostro-cli/pull/162)
58-
* Remove unused fiat module by [@grunch](https://github.com/grunch)
59-
* fix(orders): prevent UUID truncation in listorders table by [@grunch](https://github.com/grunch) in [#159](https://github.com/MostroP2P/mostro-cli/pull/159)
60-
* fix for giftwrap with pow creation by [@grunch](https://github.com/grunch) in [#161](https://github.com/MostroP2P/mostro-cli/pull/161)
61-
* docs: add branch protection rules documentation by [@grunch](https://github.com/grunch) in [#160](https://github.com/MostroP2P/mostro-cli/pull/160)
62-
* Improve MOSTRO_PUBKEY resolution and remove startup panic by [@grunch](https://github.com/grunch) in [#152](https://github.com/MostroP2P/mostro-cli/pull/152)
63-
* resolve MOSTRO_PUBKEY from CLI flag or env without panic by [@codaMW](https://github.com/codaMW)
64-
65-
### 🚜 Refactor
66-
67-
68-
* migrate gift-wrap to mostro-core 0.10 dual identity/trade keys by [@grunch](https://github.com/grunch)
69-
* migrate gift-wrap to mostro-core 0.9.1 nip59 module by [@grunch](https://github.com/grunch)
70-
71-
### 📚 Documentation
72-
73-
74-
* added specifications for direct message and direct message with attachment by [@arkanoider](https://github.com/arkanoider)
75-
* add branch protection rules
76-
77-
### ⚙️ Miscellaneous Tasks
78-
79-
80-
* typos by [@arkanoider](https://github.com/arkanoider)
81-
* typo on folder by [@arkanoider](https://github.com/arkanoider)
34+
* feat(admin): expose BondResolution payload on adm-settle / adm-cancel by [@grunch](https://github.com/grunch) in [#167](https://github.com/MostroP2P/mostro-cli/pull/167)
35+
* bumps mostro-core version by [@grunch](https://github.com/grunch)
8236

8337
## Contributors
84-
* [@grunch](https://github.com/grunch) made their contribution in [#166](https://github.com/MostroP2P/mostro-cli/pull/166)
85-
* [@arkanoider](https://github.com/arkanoider) made their contribution
86-
* [@](https://github.com/) made their contribution
87-
* [@codaMW](https://github.com/codaMW) made their contribution
38+
* [@grunch](https://github.com/grunch) made their contribution in [#167](https://github.com/MostroP2P/mostro-cli/pull/167)
8839

89-
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.14.5...0.15.0
40+
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.15.0...0.15.1
9041

9142
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)