Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 4.1 KB

File metadata and controls

77 lines (51 loc) · 4.1 KB

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/negrunch.asc | gpg --import
curl https://raw.githubusercontent.com/MostroP2P/mostrix/main/keys/arkanoider.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig.negrunch, manifest.txt.sig.arkanoider and manifest.txt are in the current directory) with:

gpg --verify manifest.txt.sig.negrunch manifest.txt
gpg --verify manifest.txt.sig.arkanoider manifest.txt

gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg:                using RSA key 1E41631D137BA2ADE55344F73852B843679AD6F0
gpg: Good signature from "Francisco Calderón <fjcalderon@gmail.com>" [ultimate]

gpg: Signature made fri 10 oct 2025 11:28:03 -03
gpg:                using RSA key 2E986CA1C5E7EA1635CD059C4989CC7415A43AEC
gpg: Good signature from "Arkanoider <github.913zc@simplelogin.com>" [ultimate]

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.

What's Changed in 0.1.9

🚀 Features

  • Settings mode switch, Shift+H help, My Trades UX by @arkanoider
  • added mostro alias name in status bar by @arkanoider
  • Add rich MyTrades footer and Shift-based order actions by @arkanoider
  • improved logic of peer-to-peer chat in users orders flow by @arkanoider
  • starting users chat in my trades tab by @arkanoider

🐛 Bug Fixes

💼 Other

  • feat(ui): Settings mode switch, Shift+H help, My Trades UX by @arkanoider in #53
  • chore: update aws-lc-sys to fix security vulnerabilities by @grunch in #45
  • Improve My Trades chat and refactor UI helpers by @grunch in #52

🚜 Refactor

  • split helpers into focused modules and update docs by @arkanoider

🎨 Styling

⚙️ Miscellaneous Tasks

Contributors

Full Changelog: https://github.com/MostroP2P/mostrix/compare/v0.1.8...0.1.9