Releases: MystenLabs/mvr
Releases · MystenLabs/mvr
Release v0.0.8
What's Changed
- bump version by @manolisliolios in #92
- Fix failing release by @manolisliolios in #93
- Enable subdomains by @manolisliolios in #94
- [fe] Allow updating saved
GitInfo
by @manolisliolios in #96 - [scaffold] multisig operations by @manolisliolios in #99
- Upgrade mainnet pkg by @manolisliolios in #100
- V2 lockfile changes by @manolisliolios in #101
- [multisig] Prepare operations by @manolisliolios in #102
- MVR indexer using indexer-alt framework by @patrickkuo in #98
- Separate schema from indexer | move to
/crates
by @manolisliolios in #103 - Move mvr-cli to crates by @manolisliolios in #104
- docker fix by @chris-gorham in #106
- Introduce MVR types by @manolisliolios in #105
- [mvr indexer] - index git info by @patrickkuo in #107
- [mvr indexer] - refactoring and remove sui-sdk deps by @patrickkuo in #111
- [mvr indexer] - index package info by @patrickkuo in #108
- [mvr indexer] - index name record by @patrickkuo in #110
- Public good names by @manolisliolios in #95
- [frontend] Adds support for Subname registration by @manolisliolios in #115
- [frontend] Adds better validation in the package creation screen by @manolisliolios in #116
- [frontend] Expand support to non-owned NS names by @manolisliolios in #117
- [frontend] Fix minor issue on update by @manolisliolios in #118
- [api][1/n] Scaffold API & add basic resolution endpoints by @manolisliolios in #112
- [frontend] Public names by @manolisliolios in #120
- [api] fix type resolution endpoints & more consistent naming by @manolisliolios in #122
- [mvr indexer] - upgrade move binding crate by @patrickkuo in #119
- [mvr indexer] - index mvr testnet by @patrickkuo in #121
- [api] add bin info by @manolisliolios in #123
- [api] Startup config by @manolisliolios in #124
- add mvr-api docker config by @tharbert in #125
- [mvr indexer] - metrics by @patrickkuo in #126
- Try to only build
mvr-cli
in the release workflow by @stefan-mysten in #129 - Force reqwest to use rustls in CLI by @stefan-mysten in #131
- Fix Windows Git longpaths in release workflow by @stefan-mysten in #132
New Contributors
- @patrickkuo made their first contribution in #98
- @chris-gorham made their first contribution in #106
- @tharbert made their first contribution in #125
Full Changelog: v0.0.7...v0.0.8
Release v0.0.7
What's Changed
- Bump version by @stefan-mysten in #83
- Update release.yml by @stefan-mysten in #84
- Finishing touches by @tedks in #81
- Docs CTA, remove custom addr cta for now by @manolisliolios in #85
- Update README.md by @stefan-mysten in #86
- Update README.md by @stefan-mysten in #87
- Add another test package for mainnet by @manolisliolios in #91
- Add version to the CLI release. by @stefan-mysten in #90
- Update SDK Version by @manolisliolios in #88
New Contributors
Full Changelog: v0.0.6...v0.0.7
Release v0.0.6
What's Changed
- Bump version and make the release branch rebase automatically if the … by @stefan-mysten in #78
- Frontend now uses MVR for PTBs by @manolisliolios in #79
- Minor UX enhancements by @manolisliolios in #80
- Fix the build runner in the CI. by @stefan-mysten in #82
Full Changelog: v0.0.5...v0.0.6
Release v0.0.5
What's Changed
- Add README and installation script by @stefan-mysten in #66
- Add release script by @stefan-mysten in #75
- Bump version and add description and authors in manifest by @stefan-mysten in #76
- Migrate lockfile to add missing
id
when onlyname
is defined in the deps lockfile by @manolisliolios in #77
Full Changelog: v0.0.4...v0.0.5
Release v0.0.4
What's Changed
- Fix cloning to checkout to the commit sha instead by @manolisliolios in #63
- Fix checkout to repo by @manolisliolios in #64
- Remove register and make mvr to display long help by @stefan-mysten in #65
- Use new indexer by @manolisliolios in #67
- CLI, FE and tests adapted for prod mainnet deployment by @manolisliolios in #70
- Simplify a bit the structure by removing a file and having it created… by @stefan-mysten in #71
- Add name to the release, add changelog too by @stefan-mysten in #72
- Multi-mvr names fix by @manolisliolios in #73
- Fix the release builds that got broken due to workspace changes by @stefan-mysten in #74
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Release 0.0.3
Release v0.0.2
What's Changed
- Add App display test by @stefan-mysten in #47
- Add filter to list, and use that to make
resolve
command work. by @stefan-mysten in #49 - support git command and improve errors by @rvantonder in #41
- Simpler version selector by @manolisliolios in #51
Full Changelog: v0.0.1...v0.0.2
Pre-release v0.0.1
Setting up the release pipeline.
What's Changed
- Smart Contracts | CLI initial state | TS Plugin & setup scripts by @manolisliolios in #2
- Minor nits by @manolisliolios in #3
- Add validation for both names + types to avoid unnecessary api calls by @manolisliolios in #4
- Introduces length based dynamic pricing by @manolisliolios in #5
- super nits by @manolisliolios in #6
- Remove TS plugin (now lives on @mysten/sui) by @manolisliolios in #7
- Contracts now use SuiNS for registering apps by @manolisliolios in #9
- [PackageInfo] Create the dynamic Display from figma by @manolisliolios in #10
- Scaffold the Frontend (Design system, header, footer, empty states, icons) by @manolisliolios in #8
- Ml/minor package info chagne by @manolisliolios in #12
mvr
binary by @rvantonder in #11- mvr: split out main/lib/test by @rvantonder in #13
- Most of the FE work by @manolisliolios in #14
- fix by @manolisliolios in #15
- Fixes by @manolisliolios in #16
- Finalize test coverage by @manolisliolios in #17
- Ml/test coverage by @manolisliolios in #18
- Restructure stuff by a lot by @manolisliolios in #19
- Fix metadata (detect proper network) | remove logs by @manolisliolios in #20
- Adds kiosk support by @manolisliolios in #21
- Scaffold regular pages by @manolisliolios in #22
- mvr: tests and fixes by @rvantonder in #23
- Fix preview display to match on-chain by @manolisliolios in #24
- Guard only apps and packages with wallet connect by @manolisliolios in #25
- Adds FAQ, makes network banner less.. in your face.. by @manolisliolios in #26
- First pass to responsiveness on header/footer by @manolisliolios in #27
- better tablet, fix heights by @manolisliolios in #28
- update schema by @rvantonder in #29
- Fix issues preventing builds by @manolisliolios in #31
- only show combo box if names exist in empty state by @manolisliolios in #32
- Fix writes to use dotted style, avoid outputting empty [section] fields by @manolisliolios in #30
- mvr add by inspecting dependency's Move.toml by @rvantonder in #33
- Check SUI binary version before external resolution by @manolisliolios in #34
- Add
use <name>::<module>;
hint and force a build after adding the dependency frommvr add
by @manolisliolios in #35 - Improve connected state by @manolisliolios in #38
- Fix redirect, and remove edit NFT for now by @manolisliolios in #39
- Creating a live test pkg for testing. Make search more robust on FE (to search either by pkgid or upgradeCapId) by @manolisliolios in #40
- Ml/more fe tuning by @manolisliolios in #42
- Few more responsive tweaks by @manolisliolios in #43
- Some extra minor changes.. last one promise by @manolisliolios in #44
- Add get-latest version hook, fix some markdown weirdness I've introduced by @manolisliolios in #45
- Tries to do some source checks from the retrieved files by @manolisliolios in #46
- Refactored commands and added basic tabulated output for
list
command. Fix clippy by @stefan-mysten in #37
New Contributors
- @manolisliolios made their first contribution in #2
- @stefan-mysten made their first contribution in #37
Full Changelog: https://github.com/MystenLabs/mvr/commits/v0.0.1