Releases: massalabs/station
v0.3.9
What's Changed
Major changes
Fixes 🔧
- fix error formating with nil pointers by @Thykof in #1235
- fix typos in swagger.yml by @shuoer86 in #1233
Added 🔥
-
Add tos to windows installer by @thomas-senechal in #1237
-
Add tos to macos installer by @thomas-senechal in #1241
-
Add tos to linux installer by @thomas-senechal in #1244
-
Remove testnet and labnets by @thomas-senechal in #1249
-
rewrite Manually install the HTTPS certificate by @Thykof in #1240
-
Update installation guide link to massa doc by @thomas-senechal in #1256
-
robot test: use fee param of the endpoints by @Thykof in #1253
-
Remove WoC console.log by @pivilartisant in #1257
-
Add permissions to mkdir command in preinst script by @thomas-senechal in #1258
Other
- Bump @babel/traverse from 7.22.5 to 7.23.2 in /web/massastation by @dependabot in #1238
- Bump @babel/traverse from 7.21.2 to 7.23.2 in /api/test/testSC by @dependabot in #1236
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #1230
- Bump crypto-js from 4.1.1 to 4.2.0 in /web/massastation by @dependabot in #1246
New Contributors
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
Fixes 🔧
- Add -name for Windows installer signing by @thomas-senechal in #1229
- Windows installer remove terminal windows by @thomas-senechal in #1231
Added 🔥
- Remove Extra V flag by @pivilartisant in #1228
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
Fixes 🔧
- Fix corrupt logs of Windows installer by @thomas-senechal in #1226
Added 🔥
- Add version API endpoint by @pivilartisant in #1200
- Display Version in FrontEnd by @pivilartisant in #1217
- 1220 add stationmassa to windows hosts file by @thomas-senechal in #1221
- Add error message for unsupported Windows versions by @thomas-senechal in #1216
- Add output DNS option to Windows installer by @thomas-senechal in #1223
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
Major changes
Fixes 🔧
Added 🔥
- add log rotation by @peterjah in #1194
- Add doc about stopping MassaStation before uninstallation by @thomas-senechal in #1195
- edit-installation-docs by @pivilartisant in #1188
- 1206 remove the node manager module from store by @Thykof in #1208
- change download update link by @Thykof in #1207
- Fix version error on signing installer by @thomas-senechal in #1212
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
Major changes
- Add Version to Plugins by @pivilartisant in #1182
- allow set fee and maxGas for executeFunction endpoint by @peterjah in #1164
Fixes 🔧
- clear .app directory on plugin update by @Thykof in #1180
- fix plugin crash handeling by @peterjah in #1189
Added 🔥
- Update wallet version v0.2.5 by @Thykof in #1160
- Remove useless configDir from struct RegistryHandler by @Thykof in #1157
- taskfile: add end to end test by @Thykof in #1165
- Label based changelog by @peterjah in #1181
- add pull Request template by @peterjah in #1183
- clean code uninstall plugin by @Thykof in #1178
- fix display plugin version by @Thykof in #1184
- rename gazlimit to maxGas by @B-Naoufal in #1174
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
Compatible with Testnet24.1 and Buildnet24.1
Known issues:
The module update mechanism on MacOS for Massa Wallet can lead to a failed update and blocked Massa wallet module installation.
To solve it, update Massa Station to v0.3.4.
What's Changed
Main changes include: disabled 'upload website' feature; fixes to module installation.
- Hide website upload FE by @pivilartisant in #1130
- Calibrate the website storage cost by @peterjah in #1125
- 1142 fix macos install missing certutil and repair mode by @thomas-senechal in #1143
- speedup massa websites page loading by @peterjah in #1138
- update wallet version to the latest one by @B-Naoufal in #1133
- 1144 cannot send empty string as params for a callsc by @thomas-senechal in #1145
- Fix plugin download 403 error by @thomas-senechal in #1151
- Correct regex msg by @pivilartisant in #1114
- fix delete a plugin other than the wallet by @Thykof in #1121
- Fix firefox network switch issue by @thomas-senechal in #1149
- Open homepage at start up by @thomas-senechal in #1154
- Fix nss install on MacOS by @thomas-senechal in #1155
- Refactor webonchain by @peterjah in #1146
- CI: no suffix -dev by @Thykof in #1152
- Install plugin macos app by @Thykof in #1147 and #1159
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
Main feature: endpoint /cmd/executeFunction
has now an async
body parameter. Set it to true so that the endpoint returns directly the operation ID, without waiting for the first event.
- remove useless server flag by @Thykof in #1108
- add field iscompatible in front by @Pierregvx in #1089
- Update wallet version v0.2.1 in robot tests by @Thykof in #1112
- 979 move dirs package to int by @Thykof in #1086
- add decoder for roll buy and roll sell by @B-Naoufal in #1110
- return expiry and fee from messageDecoder by @B-Naoufal in #1117
- 1097 request for immediate operation id retrieval on smart contract calls by @thomas-senechal in #1115
- remove useless libs by @mazmassa in #1123
- add decoder for transaction and for operationID by @B-Naoufal in #1119
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Compatible with Testnet24.1 and Buildnet24.1
Major improvements
- installation process
- improve HTTPS certificate handling
What's Changed
- update go to 1.20 in go mod file by @Thykof in #1041
- 962 add nss check for ubuntu by @gregLibert in #965
- 1036 webonchain on firefox windows no favicon in website list by @Thykof in #1037
- don't use deprecated ioutil by @Thykof in #1043
- fix plugin update already registered error by @peterjah in #1051
- add test robot to remove entry from dns by @B-Naoufal in #1045
- return plugin compability in the store by @Pierregvx in #1048
- don't return no blocking error immediatly by @Thykof in #1052
- Fix nss on unix: is know CA by @Thykof in #1056
- Bump word-wrap from 1.2.3 to 1.2.4 in /web/massastation by @dependabot in #1033
- Run unit tests in all OS by @Thykof in #1044
- 961 add ca to firefox on windows by @thomas-senechal in #1050
- do not delete wallet files by @peterjah in #1053
- generate new CA by @Thykof in #1057
- add BytesToU256, and ReverseBytes into convert package by @B-Naoufal in #1070
- remove empty frontend files by @Thykof in #1059
- readme: fix urls by @Thykof in #1074
- keep the same protocol on click on a webonchain website by @Thykof in #1060
- post remove (ubuntu): remove second confirmation prompt by @Thykof in #1078
- 466-massastation-on-windows-port-53-already-used-by-wsl by @Pierregvx in #1071
- remove useless flag by @B-Naoufal in #1028
- Add Windows installer rollback. by @thomas-senechal in #1080
- add a decrypter for string sent to the wallet signer by @B-Naoufal in #1082
- match new content() signature to return error by @B-Naoufal in #1091
- 1083 windows dns server isnt set when interface has a space in its name by @thomas-senechal in #1084
- fix nickname not in account list in web on chain by @Pierregvx in #1095
- fix web-on-chain: do not panic by @Thykof in #1100
- Update ui-kit by @pivilartisant in #1103
- improve a log when network is unavailable by @Thykof in #1106
- fix switch network on firefox by @Thykof in #1093
- add decoder for execute sC by @B-Naoufal in #1104
- 977 installation install massa station on windows on any disk by @thomas-senechal in #1101
- 1098 add ca into macos os store by @Thykof in #1107
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Compatible with Testnet24
What's Changed
- 974 improve logger by @gregLibert in #975
- refactor (deb): add wait for network in uninstall, move call in install by @Thykof in #972
- remove fatal error if the store cannot be fetched by @Pierregvx in #966
- add timeout to handle graceful exit by @B-Naoufal in #981
- Improve contributing for windows by @Thykof in #956
- fix task for build on windows by @Thykof in #992
- Add Logo On Windows by @pivilartisant in #968
- Fix Store Calls by @pivilartisant in #942
- improve windows uninstall doc by @Thykof in #983
- 🔥 remove legacy frontends by @Thykof in #903
- update go in CI 1.20.6 by @Thykof in #1002
- 993 add certificate store handling for windows by @gregLibert in #995
- Bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #1003
- format and lint code by @Thykof in #1010
- Add FE CI to Station by @pivilartisant in #1007
- 976 centralize cross package configuration in intconf package by @gregLibert in #978
- fix hello world plugin version v0.0.8 by @Thykof in #1011
- 990 clean sni by @gregLibert in #991
- bump wallet v0.1.5 in robot test by @Thykof in #1012
- Add Store Loading State by @pivilartisant in #1005
- clean unused processed metadata by @B-Naoufal in #1024
- Testnet 23 update by @ASAPSegfault in #948
- Fix missing logs dir by @thomas-senechal in #1032
- Attempt to fix brew not found error. by @thomas-senechal in #1029
- 1008 refactor the registry function and parallelize fetching websites data by @B-Naoufal in #1025
- Bump word-wrap from 1.2.3 to 1.2.4 in /api/test/testSC by @dependabot in #1030
New Contributors
- @dependabot made their first contribution in #1003
Full Changelog: v0.2.5...v0.3.0