Releases: ethereum/remix-project
Releases · ethereum/remix-project
v0.63.0
What's Changed
- bump version to 0.63.0 by @Aniket-Engg in #5913
- Improve Syntax Highlighting for Noir by Using Move Language Mode by @hsy822 in #5907
- Bump jspdf from 2.5.1 to 3.0.1 by @dependabot in #5894
- Bump Noir Version by @ioedeveloper in #5912
- Celo EVM Deploy update by @joeizang in #5918
- Fix verification on Etherscan with no constructor arguments by @manuelwedler in #5920
- show error for Solidity Scan by @Aniket-Engg in #5916
- Worksspflaky by @bunsenstraat in #5925
- Update pr-reminder.yml by @Aniket-Engg in #5926
- create safe smart account by @Aniket-Engg in #5614
- Verification plugin: fix loading of chains by @manuelwedler in #5937
- artifact creation fixed by @Aniket-Engg in #5927
- Stylefixes for themes and verification plugin by @LianaHus in #5932
- Fixed cursor position for context menu click in editor by @ioedeveloper in #5911
- Update github actions versions due to deprecation by @PixelPil0t1 in #5929
- docs: replaced the link to the contributors badge by @Olexandr88 in #5939
- Endpoints dynamic urls by @bunsenstraat in #5944
- sanitize by @STetsing in #5943
- Update rpc endpoint by @yann300 in #5950
- rabby wallet doesn't allow querying the genesis hash by @yann300 in #5949
- update invites by @ryestew in #5953
- Simplify WalletConnect by @ioedeveloper in #5833
- Fix CSS bug in 3 IDE themes by @joeizang in #5951
- Workspaces Template Explorer OZ Options Restore by @joeizang in #5946
- Remix guide update by @ryestew in #5952
- Disable metamask by @bunsenstraat in #5954
- v0.63.0 release highlights by @Aniket-Engg in #5956
- publish libs for v0.63.0 by @Aniket-Engg in #5957
- bump beta version to 0.63.0 by @Aniket-Engg in #5958
New Contributors
- @Olexandr88 made their first contribution in #5939
Full Changelog: v0.62.1...v0.63.0
v0.62.1
What's Changed
- Patch for evmmap for Celo by @joeizang in #5919
- Fix verification on Etherscan with no constructor arguments on beta by @Aniket-Engg in #5921
- bump beta version to 0.62.1 by @Aniket-Engg in #5922
Full Changelog: v0.62.0...v0.62.1
v0.62.0
What's Changed
- fix desktop signing and notarizing by @yann300 in #5822
- Why "px" is important app.css by @eeemmmmmm in #5790
- fixed unknown file error by @STetsing in #5713
- docs: fix missing space before VERIFIERS by @voronor in #5734
- Bump undici from 5.28.4 to 5.28.5 by @dependabot in #5679
- Bump elliptic from 6.5.7 to 6.6.1 in /apps/remix-ide-e2e by @dependabot in #5773
- Verification plugin: Disable verification when Etherscan is selected and no constructor arguments are provided by @manuelwedler in #5808
- fix log function by @bunsenstraat in #5835
- fixes error count display for yul compilation by @Aniket-Engg in #5840
- Verification plugin: Decode BigNumbers to decimal values, not to objects by @manuelwedler in #5836
- fix: dead links to
hardforks
in CLI help text by @litvintech in #5841 - Remove duplicate condition in
convertToMonacoDecoration
by @Pronoss in #5842 - Bump esbuild from 0.19.6 to 0.25.0 by @dependabot in #5757
- Bump @octokit/request from 8.4.0 to 8.4.1 in /apps/remixdesktop by @dependabot in #5828
- Fix broken proxy link by @ioedeveloper in #5854
- spelling issue by @galaparm in #5739
- fix outdated Solidity documentation links by @dsarfed in #5715
- Bump axios from 1.6.0 to 1.8.2 by @dependabot in #5850
- Fix comment in EtherscanVerifier and Update UI Components by @footballlstore in #5853
- Bump axios from 1.7.4 to 1.8.2 in /apps/remixdesktop by @dependabot in #5849
- Desktop m2 by @bunsenstraat in #5847
- Flakyurl by @bunsenstraat in #5862
- Bump axios from 1.7.4 to 1.8.2 in /libs/remix-tests by @dependabot in #5860
- Bump @octokit/request-error from 5.1.0 to 5.1.1 in /apps/remixdesktop by @dependabot in #5782
- Bump @babel/runtime from 7.23.2 to 7.26.10 in /apps/remixdesktop by @dependabot in #5864
- Flakyswitchorigin by @bunsenstraat in #5866
- Bump @babel/runtime from 7.23.6 to 7.26.10 by @dependabot in #5867
- refactor & allow saving already forked state by @yann300 in #5735
- Move RemixAppManager and PluginManagerComponent to ts by @joeizang in #5650
- Update Solidity Documentation References by @Hopium21 in #5856
- fix no current selected account by @yann300 in #5878
- Fix Udapp Environment Label Dropdown bug by @joeizang in #5844
- update discord invite by @ryestew in #5883
- Refactor and fix minor typos across multiple apps by @aso20455 in #5861
- initial code suggestion support for vyper and circom by @STetsing in #5767
- Bump canvg from 3.0.10 to 3.0.11 by @dependabot in #5885
- fix placeholder for API key in contract verification plugin by @Aniket-Engg in #5891
- add matomo keys by @yann300 in #5892
- Enable loading previous proxy deployments. by @ioedeveloper in #5768
- update discord on .md files by @ryestew in #5893
- use ethers.js for estimateGas & fix listening env change by @yann300 in #5884
- fixing error feedback in script runner and vertical icons empty tooltip by @LianaHus in #5845
- fixing recorder "run" btn behaviour by @LianaHus in #5896
- v0.62.0 release highlights by @Aniket-Engg in #5897
- Check if contract exists before loading it. by @yann300 in #5898
- forbid pinning if no persisted state by @yann300 in #5904
- publish libs for v0.62.0 by @Aniket-Engg in #5909
- bump beta version to v0.62.0 by @Aniket-Engg in #5910
New Contributors
- @eeemmmmmm made their first contribution in #5790
- @voronor made their first contribution in #5734
- @litvintech made their first contribution in #5841
- @Pronoss made their first contribution in #5842
- @galaparm made their first contribution in #5739
- @dsarfed made their first contribution in #5715
- @footballlstore made their first contribution in #5853
Full Changelog: v0.61.1...v0.62.0
v0.61.1
What's Changed
- bump dev version to 0.62.0 by @Aniket-Engg in #5807
- added word restriction by @STetsing in #5812
- Update LICENSE by @yann300 in #5791
- script runner ui fixes and not only ui by @LianaHus in #5798
- Resolve Noir github dependencies through proxy by @ioedeveloper in #5821
- bump beta version to 0.61.1 by @Aniket-Engg in #5823
Full Changelog: v0.61.0...v0.61.1
v0.61.0
What's Changed
- Flakyfiltertest by @bunsenstraat in #5704
- bump dev version to 0.61.0 by @Aniket-Engg in #5722
- Create funding.json by @yann300 in #5755
- E2e fix metamask by @bunsenstraat in #5756
- Fixe2e by @bunsenstraat in #5774
- Scriptrunner as main plugin by @bunsenstraat in #5652
- update discord invite by @ryestew in #5761
- new icon for maintained by by @LianaHus in #5777
- Fixed witness path for circom by @ioedeveloper in #5775
- Workspace completion by @STetsing in #5714
- fix metamask signing by @yann300 in #5758
- Noir Compiler by @ioedeveloper in #5605
- fix show state var during a revert by @yann300 in #5770
- Workspace Dropdown Fix by @joeizang in #5778
- Fix Vyper repo cloning issue by @joeizang in #5792
- Fix loading deps which use module name remapping by @yann300 in #5747
- Valid func sig by @STetsing in #5783
- Script Runner UI Refactor by @joeizang in #5776
- Noir templates by @ioedeveloper in #5749
- refactor & allow saving already forked state by @yann300 in #5754
- Add View on Blockscout enhancement by @joeizang in #5772
- added plugin back and fixed custom provider ui by @LianaHus in #5784
- Metamask Blockscout test by @joeizang in #5793
- Fix metamask throwing errors by @yann300 in #5794
- v0.61.0 release highlights by @Aniket-Engg in #5795
- remove logs by @Aniket-Engg in #5796
- Workspaces & ScriptRunner UI Patch by @joeizang in #5799
- Fix loading deployed proxy addresses by @ioedeveloper in #5801
- Do not load stealth drop by @yann300 in #5802
- publish remix libs for v0.61.0 by @Aniket-Engg in #5804
- bump beta version to v0.61.0 by @Aniket-Engg in #5806
Full Changelog: v0.60.0...v0.61.0
v0.60.0
What's Changed
- Bump dev version to 0.60.0 by @Aniket-Engg in #5577
- Verification plugin: Add simple documentation on how to add a new verifier by @manuelwedler in #5593
- Fix Typographical Errors and Improve Log Message Clarity by @maximevtush in #5592
- Fix Vyper runtime bytecode vs bytecode in the compilation UI by @kuzdogan in #5590
- VM state actions e2e by @Aniket-Engg in #5579
- fix VM listing by @Aniket-Engg in #5597
- fixes ABI loading by @Aniket-Engg in #5596
- feat: Integrate Linea chain in deployment environments by @hsy822 in #5595
- Refined text by fixing typos and improving clarity by @dannbbb1 in #5561
- docs fix spelling issues by @Guayaba221 in #5571
- style: unify release headers and fix grammar errors by @MarsonKotovi4 in #5572
- typo Update staticAnalysisCommon.ts by @XxAlex74xX in #5574
- Fix Typo in
udapp.json
by @Hack666r in #5594 - docs: Fix grammatical inconsistency Update CONTRIBUTING.md by @mdqst in #5587
- chore: correct typos docs types.ts by @Bilogweb3 in #5578
- Update openzeppelin-proxy.ts by @Fallengirl in #5576
- fix: Correct documentation text issues by @savvar9991 in #5598
- Fix text error in Multiple Files Across by @Pricstas in #5582
- Docs: (Readme) by @Radovenchyk in #5583
- typo Update functionCallGraph.ts by @Fallengirl in #5585
- Fix Minor Typos and Syntax Adjustments in Codebase by @maradini77 in #5584
- docs: Typo corrected Update webpack.config.js by @0xwitty in #5580
- Fix filtering logs by @yann300 in #5599
- fix: typos in documentation files by @vtjl10 in #5558
- document numbering correction README.md by @aso20455 in #5610
- Fix some typos by @chloefeal in #5606
- add solidity survey 2024 by @LianaHus in #5627
- activate sol testing when starting learneth by @bunsenstraat in #5633
- Fix broken links and spelling errors by @Marcofann in #5638
- Update bug_report.md by @PixelPil0t1 in #5636
- Fix Typographical Errors by @maximevtush in #5635
- fix: minor typos by @maradini77 in #5634
- logging remixAi chat interactions by @STetsing in #5631
- renamed label by @LianaHus in #5630
- Improve Grammar in Docs by @kilavvy in #5626
- fix: typos in documentation files by @zeevick10 in #5625
- typo improvement by @prestoalvarez in #5620
- typo correct remixd.ts by @XxAlex74xX in #5623
- Fix Typos in Messages and Parameters by @HubertIGL in #5608
- Fixing Typographical Errors by @JohnBonny in #5622
- i18n to Contract Verification by @joeizang in #5591
- add missing endpoint by @yann300 in #5310
- overrided the nlux clipboard button by @STetsing in #5607
- Verification plugin: Add new icon and feature plugin by @manuelwedler in #5601
- fix typo by @ericlehong in #5640
- Fix some typos by @oliveredget in #5573
- Completion enabled default by @STetsing in #5613
- Terminaltest by @bunsenstraat in #5647
- Move AppComponent from js to ts by @joeizang in #5644
- Fix: typos by @dxsullivan in #5616
- Fix typos in udapp.json by @oliveredget in #5645
- Fix typos by @chloefeal in #5646
- Pasted code safety by @STetsing in #5344
- Fix CarouselProps Typo and Update ABI File Validation Logic by @kilavvy in #5642
- refactor(terminal): unify gpt and sol-gpt command handling by @crStiv in #5648
- fix: duplicate keyword 'constants' in Solidity syntax highlighting by @kilavvy in #5660
- fix: correct typo in
txRunnerVM.ts
- queusTxs to queueTxs by @vtjl10 in #5662 - Udapp disconnect fix by @joeizang in #5639
- delete forked state environment from env explorer by @Aniket-Engg in #5600
- switch instead of check for gridview by @LianaHus in #5629
- fix typo by @bunsenstraat in #5675
- removed the vulnerability rreq by @STetsing in #5680
- v0.60.0 release highlights by @Aniket-Engg in #5686
- foundry test fix by @bunsenstraat in #5695
- removing Solidity survey (we need to merge only after Jan 27 and immediately release) by @LianaHus in #5689
- Switchers ui fix and matomo tracking by @LianaHus in #5688
- publish libs for 0.60.0 by @Aniket-Engg in #5702
- bump beta version to 0.60.0 by @Aniket-Engg in #5703
New Contributors
- @maximevtush made their first contribution in #5592
- @hsy822 made their first contribution in #5595
- @dannbbb1 made their first contribution in #5561
- @MarsonKotovi4 made their first contribution in #5572
- @Hack666r made their first contribution in #5594
- @Pricstas made their first contribution in #5582
- @Radovenchyk made their first contribution in #5583
- @maradini77 made their first contribution in #5584
- @vtjl10 made their first contribution in #5558
- @aso20455 made their first contribution in #5610
- @chloefeal made their first contribution in #5606
- @Marcofann made their first contribution in #5638
- @PixelPil0t1 made their first contribution in #5636
- @prestoalvarez made their first contribution in #5620
- @HubertIGL made their first contribution in #5608
- @JohnBonny made their first contribution in #5622
- @ericlehong made their first contribution in #5640
- @oliveredget made their first contribution in #5573
- @dxsullivan made their first contribution in #5616
- @crStiv made their first contribution in #5648
Full Changelog: v0.59.1...v0.60.0
v0.59.1
What's Changed
- add solidity survey 2024 by @LianaHus in #5628
- bump beta version to 0.59.1 by @Aniket-Engg in #5632
Full Changelog: v0.59.0...v0.59.1
v0.59.0
What's Changed
- Bump dev version to 0.59.0 by @Aniket-Engg in #5466
- Flakytranstest by @bunsenstraat in #5468
- rm package log by @bunsenstraat in #5467
- Improve documentation grammar and clarity by @Daulox92 in #5476
- Noir Boilerplate & Syntax Highlighting by @ioedeveloper in #5455
- Verification plugin: add lookupAndSave method to plugin client by @manuelwedler in #5431
- Update pr-reminder.yml by @Aniket-Engg in #5479
- Fix metamask connection cancel by @dominikrudzki in #5470
- Grammar and Style Improvements in Team Best Practices by @Dahka2321 in #5484
- fix metamask by @bunsenstraat in #5485
- Circom desktop by @ioedeveloper in #5228
- Typos+code fix by @romashka-btc in #5496
- save Vm state from Udapp by @Aniket-Engg in #5478
- Fix: broken links in constant.ts and plonk_verifier.sol.ejs templates by @rebustron in #5502
- refactor environment explorer by @bunsenstraat in #5504
- Update release-process.md by @zeevick10 in #5506
- docs: Fix Typos and Grammar in Documentation Update team-best-practic… by @0xwitty in #5510
- url test activate iframe by @bunsenstraat in #5491
- Corrected spelling and grammar mistakes by @detrina in #5521
- docs fix spelling issues by @Guayaba221 in #5515
- docs: Fix typos and improve phrasing Update README.md by @mdqst in #5518
- spelling errors by @Vikt0rPavlik in #5514
- italian language strings by @ryestew in #5523
- UDapp account dropdown refactor by @joeizang in #5404
- fix empty sections in gridview by @bunsenstraat in #5526
- chore: correct typos docs by @Bilogweb3 in #5535
- Fixswarm by @bunsenstraat in #5517
- enabled code completion by default by @STetsing in #5481
- fix meta mask test by @joeizang in #5534
- update Contributing.md by @ryestew in #5507
- noir icon added by @ryestew in #5492
- moved scam alert to the left and made it;s h responsive by @LianaHus in #5500
- Fix typographical errors and incorrect usage of articles ("a" vs "an") in documentation and code comments by @vipocenka in #5505
- Avoid variable shadowing by renaming inner
url
to ensure code clarity and functionality. by @futreall in #5508 - fix: typos correction by @youyyytrok in #5512
- fix: rename "queuSize" to "queueSize" to correct typo by @sky-coderay in #5529
- fix: typos and improve phrasing by @leopardracer in #5530
- typo Update webpack.config.js by @mdqst in #5531
- fix: fix incorrect MIME type for favicon in HTML Update index.html by @mdqst in #5539
- typo correction compiler.tsx by @Fallengirl in #5541
- chore: correct typos docs by @Bilogweb3 in #5540
- docs fix spelling issues by @Guayaba221 in #5533
- chore: correct typos docs Ethdebugger.ts by @Bilogweb3 in #5552
- Fix some typos by @calciumbe in #5549
- typo Update webpack.config.js by @XxAlex74xX in #5546
- fix: rename "with" to "will" and "souce-map" to "source-map" by @sky-coderay in #5547
- chore: fix 404 status URL by @linchizhen in #5548
- Fixed comment typo Update securityAgent.ts by @famouswizard in #5545
- Fix typos and spelling errors by @Danyylka in #5520
- Fix some typos by @sky-coderay in #5553
- matomo fix for enter dialog by @LianaHus in #5480
- Delete VM state by @Aniket-Engg in #5509
- Fix typos and spelling errors by @Danyylka in #5562
- Fix typos by @Daulox92 in #5556
- chore: correct typos docs by @futreall in #5554
- Corrected spelling and grammar mistakes by @detrina in #5563
- Improve Grammar in Docs by @kilavvy in #5559
- Fix spelling and grammar errors in the documentation by @savvar9991 in #5544
- fix text for forked at in environment explorer by @Aniket-Engg in #5566
- update scam alert box size by @Aniket-Engg in #5567
- release highlights for v0.59.0 by @Aniket-Engg in #5568
- publish libs for 0.59.0 by @Aniket-Engg in #5569
- bump beta version to 0.59.0 by @Aniket-Engg in #5570
New Contributors
- @Daulox92 made their first contribution in #5476
- @dominikrudzki made their first contribution in #5470
- @Dahka2321 made their first contribution in #5484
- @romashka-btc made their first contribution in #5496
- @rebustron made their first contribution in #5502
- @zeevick10 made their first contribution in #5506
- @detrina made their first contribution in #5521
- @Guayaba221 made their first contribution in #5515
- @Vikt0rPavlik made their first contribution in #5514
- @Bilogweb3 made their first contribution in #5535
- @vipocenka made their first contribution in #5505
- @futreall made their first contribution in #5508
- @youyyytrok made their first contribution in #5512
- @sky-coderay made their first contribution in #5529
- @leopardracer made their first contribution in #5530
- @Fallengirl made their first contribution in #5541
- @calciumbe made their first contribution in #5549
- @XxAlex74xX made their first contribution in #5546
- @linchizhen made their first contribution in #5548
- @Danyylka made their first contribution in #5520
- @kilavvy made their first contribution in #5559
- @savvar9991 made their first contribution in #5544
Full Changelog: v0.58.0...v0.59.0
v0.58.0
What's Changed
- EvmMap Patch by @joeizang in #5391
- bump dev version to 0.58.0 by @Aniket-Engg in #5388
- removed popup panel from plugin manager by @LianaHus in #5408
- Documentation Changes Grammar Fixes by @donatik27 in #5407
- add padding to the bottom to secure space by @LianaHus in #5406
- chore(libs): fix some typos in comment by @wangjingcun in #5394
- Typo Update README.md by @mdqst in #5410
- Fix Grammar and Spelling Issues Changes Overview by @Hopium21 in #5412
- Fix remix-url-resolver not handling "github:XX" styled package.json packages by @forefy in #5332
- fix file right click by @Aniket-Engg in #5417
- terminal dragbar zindex reduced by @iamsethsamuel in #5422
- Fix grammatical issues in documentation by @Madmaxs2 in #5420
- make height adjustment by @joeizang in #5401
- fix vyper file deployment by @Aniket-Engg in #5419
- remove buttons on compiler errors by @Aniket-Engg in #5428
- chore: fix some comments by @wangjingcun in #5427
- Fix incorrect integrity hash prefix Update index.html by @famouswizard in #5434
- Fix grammatical error Update CONTRIBUTING.md by @mdqst in #5433
- expose method for plugin by @Aniket-Engg in #5439
- Fix minor typos and grammar issues in locale files by @Dimitrolito in #5440
- Verification plugin: Use a copy button for links to Blockscout by @manuelwedler in #5435
- close ws connection for SolidityScan by @Aniket-Engg in #5438
- Improve Documentation Grammar for Test File Naming Convention by @0xwitty in #5447
- Fix documentation links in RemixAI-related plugins by @cypherpepe in #5446
- Bump cross-spawn from 7.0.3 to 7.0.6 in /apps/remixdesktop by @dependabot in #5409
- AI code copy by @iamsethsamuel in #5424
- AI required to support markdown by @iamsethsamuel in #5423
- refactoring of styles and ui fixes in Vyper, Solidity and themes by @LianaHus in #5421
- removing tooltip of ai bot after 5 sec:wq by @LianaHus in #5449
- verification plugin ui update by @LianaHus in #5454
- Revert "AI required to support markdown" by @STetsing in #5459
- Vyper plugin: fixes for dark theme by @LianaHus in #5460
- publish libs for v0.58.0 by @Aniket-Engg in #5461
- bump version for beta to 0.58.0 by @Aniket-Engg in #5462
New Contributors
- @donatik27 made their first contribution in #5407
- @wangjingcun made their first contribution in #5394
- @mdqst made their first contribution in #5410
- @Hopium21 made their first contribution in #5412
- @forefy made their first contribution in #5332
- @Madmaxs2 made their first contribution in #5420
- @famouswizard made their first contribution in #5434
- @Dimitrolito made their first contribution in #5440
- @0xwitty made their first contribution in #5447
- @cypherpepe made their first contribution in #5446
Full Changelog: v0.57.2...v0.58.0
v0.57.2
What's Changed
- fix file right click by @Aniket-Engg in #5429
- fix vyper file deployment for beta by @Aniket-Engg in #5430
- remove buttons on compiler errors beta by @Aniket-Engg in #5436
- bump beta version to 0.57.2 by @Aniket-Engg in #5437
Full Changelog: v0.57.0...v0.57.2