Releases: massalabs/station
Releases ยท massalabs/station
v0.0.11
What's Changed
- adds port to localhost rpc url by @Thykof in #257
- 223 update wallet balance by @thomas-senechal in #269
- testnet 16 implementation by @SebastienValla in #270
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- 218 deploy thyra on innonet 15 by @ASAPSegfault in #253
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Update installation.md by @Megavolv in #234
- Update INSTALLATION.md by @SlnPons in #240
- fix redirection for custom port use by @peterjah in #248
- Bug - Installation script Windows system error 5 #236 by @ASAPSegfault in #238
- Add errors empty pass word cancel gui by @0xMazout in #230
- improve quit gui by @Thykof in #246
- 226 error management improvements by @thomas-senechal in #232
- Polish readme by @qdrn in #245
- 215 create an integrity check and a file update mechanism by @thomas-senechal in #249
- fixes ask password by @Thykof in #254
New Contributors
- @Megavolv made their first contribution in #234
- @SlnPons made their first contribution in #240
- @peterjah made their first contribution in #248
- @0xMazout made their first contribution in #230
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
Milestones:
- Thyra installation scripts available for main OS
- Various bug fixes
What's Changed
- change check folder exists by @Thykof in #212
- 203 bug mime type error on browser after running thyra by @Trottoir in #206
- add air and update readme by @Thykof in #216
- 202 create a parameter to change the limit upload size of thyra web on chain by @Thykof in #205
- 207 create installation script for linux by @thomas-senechal in #213
- 146-2-step-confirmation-on-delete-wallet-action by @SebastienValla in #227
- 214 separate created wallets from thyra binary directory by @thomas-senechal in #217
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- 180 windows installation script by @ASAPSegfault in #189
- 169 regression event manager not showing the chunk upload correctly by @thomas-senechal in #195
- 168 regression import from button not showing text by @thomas-senechal in #198
- Store big website ( DUSA bug ) by @Trottoir in #204
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Main Milestones
- Increase upload limit size
- Update send operation endpoint to sign tx
- Create doc to use new endpoint
What's Changed
- 174 set a specific version for the linter in ci by @thomas-senechal in #175
- Add embed package to package resource on build by @Trottoir in #111
- 137 back send operation endpoint creation by @thomas-senechal in #164
- 172 macos create a basic installation script by @thomas-senechal in #176
- 184 - fixes bugs on macos install script by @gregLibert in #185
- 136 - Add GUI for password prompt by @Thykof in #158
- 191 link sign trasaction endpoint to prompt password by @Thykof in #194
- fixes missing directory for macos installation script by @gregLibert in #187
- 196-remove-website-size-upload-limit by @SebastienValla in #197
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
Milestones
- Create registry page for to visit all Massa blockchain websites
- Improve SC development internal tool
- Improve chunk upload logic and UI
What's Changed
- 90 front create the stepper like component display clear messaging by @Trottoir in #109
- [BACK] - Add flags to launch thyra-server with testnet, labnet, local host or custom ip (#14) by @ASAPSegfault in #101
- 133 back limit website upload size by @Thykof in #138
- 110 add zip format info link by @Thykof in #113
- Fix a bug where users can change wallet while uploading a website. by @thomas-senechal in #151
- 132 [front] limit website upload by @SebastienValla in #141
- 100 add zip file filter on backend by @SebastienValla in #139
- 128 Registry "ALL domains" endpoint implementation by @Trottoir in #152
- 130 front create website registry page by @Thykof in #150
- 66 front catch dns unicity error secure domain unicity by @Trottoir in #115
- 108 Update README to redirect installation process to the wiki. by @thomas-senechal in #114
- 155 fix table empty in registry page by @Thykof in #156
- 81 backsc change upload chunk logic and fetching logic by @SebastienValla in #153
- 159 format file info link missing by @Thykof in #161
- 160 add missing label about max file size by @Thykof in #163
- Resolve Vocabulary issues, clear DNS, and solve website storer issue by @SebastienValla in #165
New Contributors
- @ASAPSegfault made their first contribution in #101
Full Changelog: v0.0.1...v 0.0.3
v0.0.2
Milestones
- Simplified and optimised the user journey to upload a website
- Improved the CI / CD for the team
- Increase performance by changing the chunk logic upload
What's Changed
- adds call_sc command by @gregLibert in #9
- adds .massa domain handler by @gregLibert in #11
- Flutter app by @qdrn in #13
- cleans go.mod (go mod tidy) by @gregLibert in #19
- Replace secp256k1 ECDSA to Ed25519 EdDSA by @Trottoir in #26
- adds wallet by @gregLibert in #31
- 32 bug internalapihandler by @gregLibert in #37
- 16 add wallet management by @gregLibert in #21
- Add additional send operation commands by @jwmdev in #28
- Add Acrylic configuration in .md by @Trottoir in #47
- moves certificate, swagger.yml and static websites to resource directory by @gregLibert in #49
- Website Deployer light version by @Trottoir in #52
- adds http-port and https-port flags by @gregLibert in #72
- Default wallet by @Trottoir in #61
- Add password decryption on web3 Call by @Trottoir in #62
- 76 add linter to ci by @thomas-senechal in #77
- Add build job to CI. by @thomas-senechal in #86
- Add test and coverage handling in CI workflow. by @thomas-senechal in #87
- Add release handling using Github Actions by @thomas-senechal in #92
- Upload heavy websitess by @Trottoir in #63
- Create an error library by @Trottoir in #73
- lints all files by @gregLibert in #104
- 95 back modify websitecreatorprepare put by @SebastienValla in #105
- 84 front modify html websites UI upload form by @SebastienValla in #106
- 107 bug UI not responsive for long website name by @Thykof in #112
New Contributors
- @gregLibert made their first contribution in #9
- @qdrn made their first contribution in #13
- @Trottoir made their first contribution in #26
- @thomas-senechal made their first contribution in #77
- @Thykof made their first contribution in #112
Full Changelog: https://github.com/massalabs/thyra/commits/V%200.0.2