ArConnect의 버전 기록 - 17개 버전
ArConnect 제작자: th8ta, Marton Lederer
ArConnect의 버전 기록 - 17개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.5.5
2023년 7월 1일에 출시 - 5.89 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Fixed 0 balance tokens being displayedMIT 라이선스에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.5.4
2023년 6월 22일에 출시 - 5.89 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Support divisibility for tokens
- Fixup confetti animationMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.5.2
2022년 11월 14일에 출시 - 5.94 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Add support for "ar://" protocol
- Refactor encrypt/decrypt
- Deprecated old encrypt/decrypt (API is still compatible)
Notes about the new permissions:
We are using two new permissions in this version: "webRequest" and "webRequestBlocking". These permissions allow us to redirect requests from "ar://" protocol.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.5.1
2022년 9월 28일에 출시 - 5.94 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Fix connection issues
- Add arlocal gateway to suggested gatewaysMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.5.0
2022년 9월 22일에 출시 - 5.94 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Created new modular API system
- Added README explanation for the new modular system
- Added wallet version into the injected object
- Added icon options for the ArConfetti effect (arweave/hedgehog/dollar)
- Added option to receive a notification when a transaction is signed
- Moved all functions into their separate modules
- Improved code style and project structure
- Improved the chunk method signing
- Improved allowance UXMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.4.4
2022년 8월 17일에 출시 - 6.06 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- ArDrive archive integration: fetch drives from all ArFS compatible transactions
- Improve wallet generation speed (credits to arweave.app)
- New seedphrase UI
- Better explanations for the seedphrase generation
- Remove fee tx creation from the tx signing API
- Create fees using the Alarms API (adds an another permission to the manifest)
- Use redstone api for fetching AR priceMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.4.3
2022년 6월 26일에 출시 - 6.17 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Small fixes
- Fee failures fixed
- Broken docs link fixed
- Added note for long generation timeMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.4.2
2022년 5월 6일에 출시 - 6.17 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동Added the gateway permission, enabling application developers to request a permission to change the default Arweave gateway on behalf of the user.MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.4.1
2022년 3월 7일에 출시 - 6.16 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Transaction dispatching (using the Bundlr Network)
- Docs updates
- Wallet api updates: wallet name is now included
- Fixup context menus on connectionMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.4.0
2021년 12월 5일에 출시 - 2.26 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Faster wallet generation
- Fee fixes
- Multiple wallet operations in parallel
- OptimizationsMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.3.9
2021년 11월 4일에 출시 - 2.19 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Code cleanup
- Fix to chunk method for transaction signing (thanks to @xylophonez for testing it)
- Ensure fees hit the networkMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.3.8
2021년 11월 2일에 출시 - 2.19 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Revert data method signingMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.3.7
2021년 11월 1일에 출시 - 2.19 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Fix large transaction signing
- Fix Firefox transaction signingMIT 라이선스에 따라 릴리스된 소스 코드
버전 0.3.6
2021년 10월 21일에 출시 - 2.19 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Full Firefox support (except archive)
- Dependency updates, fixes
- Download your wallet keyfiles
- Fixed signing large files
- Fixed collectible preview image position
- Fixed multiple fee txs sent when allowance needed thanks to @Xaber20110202MIT 라이선스에 따라 릴리스된 소스 코드
버전 0.3.5
2021년 10월 19일에 출시 - 2.08 MBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동- Add Arweave config API
- Add config file export: export all of your wallets and settings into an encrypted file and import it on an another PC
- Ask for passwords on bigger transfers
- Firefox beta release
- Cleanup codebase: more comments
- Fix: Arweave config not being used for signing
- Fix: signout doesn't remove password hash
- Fix: auth styles, welcome styles (on Kiwi mobile browser)
- Move ArConnect types
- Fixup signature
- publicKey() function
- Other smaller fixes and refactors
- Fixed ArDrive graphql query issues
- Fixed error message not being transmitted
- ArDrive upload time fixes
- Allowance tests
- Fix allowance limit for transfers
- Add WAR notes
- Fix wallet duplication issues
- Allow resetting the Arweave config
- ArDrive archive fixes
- Update redstone name
- Update cache routes
- Update Verto logos
- Fix tokens not opening correctly on Verto
- Fixes tx reward issues with the fee multiplier
- Display collectibles properlyMIT 라이선스에 따라 릴리스된 소스 코드