v1.0.0
What's Changed
- Fix truncated chain selector by @jubalm in #1102
- Website Access Simplified Layout by @jubalm in #1105
- Fixes for comments on #1065 by @jubalm in #1117
- Tabbed Website Access by @jubalm in #1065
- highlight the window the tab resides on tryfocus by @KillariDev in #1138
- forward
wallet_switchEthereumChain
error properly to interceptor and then to website by @KillariDev in #1139 - fix type of
wallet_addEthereumChain
method by @KillariDev in #1140 - Invalidate block cache if its too old by @KillariDev in #1141
- use correct error message by @KillariDev in #1148
- Fix addressbook search to be case-insensitive by @jubalm in #1158
- Fix invalid CSS syntax by @jubalm in #1155
- Address Component UI Rework by @jubalm in #1156
- Replace ETH UI with Inline Card by @jubalm in #1159
- fix nontokenlog view by @KillariDev in #1163
- use fewer characters in the description by @KillariDev in #1164
- handle null getblock return by @KillariDev in #1165
- block cache constant by @KillariDev in #1167
- fix wrap event by @KillariDev in #1168
- Align zero prefix numbers to bottom of text by @jubalm in #1169
- Replace Token UI with Inline Card by @jubalm in #1161
- show error on invalid message by @KillariDev in #1170
- change readme.md in a way that its not mandatory to use our nodes by @KillariDev in #1173
- instead of throwing error, show the error to user directly by @KillariDev in #1175
- new block abort is not unexpected error by @KillariDev in #1176
- Add option to not expand buttons on address by @jubalm in #1183
- add support for optimism by @KillariDev in #1177
- Remove multicall contract requirement by @KillariDev in #1178
- make micah poor again by @KillariDev in #1179
- separate addressbook for each chain by @KillariDev in #1181
- add universal addresses by @KillariDev in #1182
- print error if we fail to process a block by @KillariDev in #1184
- Reset the swap values layout by @jubalm in #1185
- Big address component update by @jubalm in #1180
- support for block explorers for other chains by @KillariDev in #1186
- don't check duplicates from dark florist metadata unless we are on chain 1 or allchains by @KillariDev in #1187
- Address BigAddress UI issues by @jubalm in #1190
- Fix duplicate entry in chain list by @jubalm in #1191
- Replace dropdown icon (letter V) with chevron svg by @jubalm in #1192
- prioritize users entries over onchain entries by @KillariDev in #1198
- geth -> ethereum by @KillariDev in #1201
- custom blockexplorer by @KillariDev in #1200
- move chain selector to left by @KillariDev in #1199
- use safe parsing as not all messages are
MessageToPopup
messages in the bus by @KillariDev in #1203 - Fixed build error when app/js folder does not exist by @jubalm in #1197
- when removing address, remove it only for that chain id by @KillariDev in #1202
- Reimplement Website Access Search by @jubalm in #1121
- add big font size back to ether and token price by @KillariDev in #1204
- fix invisible ether, fix copyable/editable ether, refactor<EtherSymbol by @KillariDev in #1205
- Detached font sizing for buttons on token symbol by @jubalm in #1206
- remove use states from confirmTransaction by @KillariDev in #1207
- merge margins together (instead of mixing paddings and margings), allow importance box to scale smaller by @KillariDev in #1208
- in summary, NOT own addresses should be logical negation of own addresses by @KillariDev in #1209
- add sign back to values by @KillariDev in #1210
- remove Alpha by @KillariDev in #1211
- replace useState with useSignal by @KillariDev in #1212
- rename current to active by @KillariDev in #1213
- seems like mint can also be null on Optimism based chains by @KillariDev in #1214
Full Changelog: v0.0.98...v1.0.0