Releases: nervosnetwork/neuron
v0.111.1
0.111.1 (2023-11-08)
CKB Node & Light Client
- [email protected] was released on Sep. 14nd, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on Nov. 2nd, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Important
◆ CKB Light Client on Mainnet is active and available in Neuron 👏. See how to enable Light Client on Mainnet on YouTube: https://www.youtube.com/watch?v=Vl2LGRNqnvk
Caveat
◆ "Internal Node" network option is reserved for the built-in CKB node for clarity, and won't be connected to an external CKB node anymore.
Assumed valid target
Block before 0x79cecdd6f41361e2474290224751284312a018528d1d92f4e18dd6d542feddfe
(at height 11,204,206
) will be skipped in validation.(#2923)
New features
- #2913: Use KeyLocker to sign Neuron for Windows, conforming to the new industry standards effective since June 1, 2023.(@Keith-CY)
- #2921: Add network option of "Light Client(Mainnet)", and reserve "Internal Node" for built-in CKB Node only.(@yanguoyu)
Full Changelog: v0.111.0...v0.111.1
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | d13c02ae0f2cbffadcd26547f467cb5e449c302db6f35da94af77771343bd07c |
macOS | x64 | zip | ee7033965b4ea1422ea6f4626ae3a3d4bbecda574c715c2bd47a3fa1099fca7d |
macOS | arm64 | zip | 01afd9d62b3a3fdd0db653e7ed53ca29278ff754d82bf327c68a40d19ebc5a63 |
macOS | x64 | DMG | dad349d5ab67ef54ac08a8457e9ea1a3354c64737fe1260dc35e96d6bbae5bbc |
macOS | arm64 | DMG | abef081706d1d3b64162196e2fa744380ad922b43a48d5eb0b36214b54d0831a |
Linux | x64 | AppImage | fe5b1231fe2c98bc20cc0b00472890c3d2f9706311a2e2fa4f019650c04bc449 |
v0.111.0
0.111.0 (2023-10-19)
CKB Node & Light Client
- [email protected] was released on Sep. 14nd, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Caveat
◆ CKB Light Client is only activated on testnet, thus only light testnet
is enabled in Neuron. CKB Light Client on Mainnet requires an activation on the mainnet, the timetable can be found at https://github.com/nervosnetwork/ckb/releases/tag/v0.110.1.
Assumed valid target
Block before 0xd5e25ad24400f237aa5f72f3738a9ae77fe082a89937e75143fcc8ef5b009383
(at height 11,204,855
) will be skipped in validation.(#2881)
Bug fixes
- #2869: Add a dialog for migration.(@yanguoyu)
- #2870: Fix width of navbar.(@yanguoyu)
- #2873: Fix fallback font on Linux.(@yanguoyu)
Full Changelog: v0.110.3...v0.111.0
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | cc9ed43969a33eeb40eb863689761d637eb725f32841c0e3a4de8aefef22bae1 |
macOS | x64 | zip | 2d7789d51b7a3bd3363fa4647fbf658b81edd334f86478a4c266648e8e3410c7 |
macOS | arm64 | zip | a4d8cf480b62e23bb0c3efb3b193b8348fe6d2f1b11ab996cb6293c63fb90107 |
macOS | x64 | DMG | f486762f6434dfaa8fbf38e751ecf8579faa42d8d427fb6f57b55852871af655 |
macOS | arm64 | DMG | fa24f22cd67153350bcb050111bee59a6bb27a5739a8c5b3e5395a6fb5bf8a49 |
Linux | x64 | AppImage | 10ce4c3a7184ef03eb3fe7f7c53623cac0e0a7305ff6ee74f1139694bff3af76 |
v0.110.3
0.110.3 (2023-10-11)
CKB Node & Light Client
- [email protected] was released on Sep. 12nd, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Caveat
◆ CKB Light Client is only activated on testnet, thus only light testnet
is enabled in Neuron. CKB Light Client on Mainnet requires an activation on the mainnet, the timetable can be found at https://github.com/nervosnetwork/ckb/releases/tag/v0.110.1.
◆ default node has been renamed to Internal Node for clarity.
Assumed valid target
Block before 0x6b6db6bb23e6e98f63b88e6cd38fa49f46980e5b816f620c71c6c9c74633ee54
(at height 10,985,048
) will be skipped in validation.(257c06e)
We are so excited to announce this new release of Neuron that has been completely revamped with modernizaed user interface and also enhanced your overall user experience.
Say goodbye to clunky interface and hello to a smoother, more intuitive user experience. Neuron's new version is designed to make managing your assets on CKB effortless.
Curious to see the magic of the new Neuron in action? Checkout our demo video on YouTube: https://youtu.be/MRuXmTLcXFo
New features
- Adopt brand new User Interface.(@yanguoyu, @devchenyan, @WhiteMinds, @jeffreyma597, @zhangyouxin, @homura)
- #2672: Optimize storage of transactions to boost searching and reduce disk usage.(@yanguoyu)
- #2783: Check new versions actively.(@yanguoyu)
- #2786: Support synchronization from a specified block number in light client mode.(@yanguoyu)
- #2808: Optimize compatibility checking of CKB NODE.(@yanguoyu)
- #2813: Rename
default node
toInternal node
for clarity.(@yanguoyu) - #2839: Update Ckb client versions(@github-actions)
Bug fixes
- #2711: Fix exit of synchronization with exception and multisig balance.(@yanguoyu)
- #2722: Automatically pad decimal places when the deposit dialog automatically provides a maximum value with decimals by(@WhiteMinds)
- #2772: Fix generating transaction when deposit all without balance.(@yanguoyu)
New Contributors
- @zhangyouxin made their first contribution in #2775
Full Changelog: v0.110.2...v0.110.3
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | ad151b85c7c6a5809e117ef6048b921f3145365bfe23915aac38a281e2ab655e |
macOS | x64 | zip | bb07276af1dfe69a6bd2d5a6024a9f6f29cc92d6bca14f5df50459ffd27acab0 |
macOS | arm64 | zip | 0e31e90584bd168fd380e2069e87bdf8be6ff76d03000e56da64e432d41f9772 |
macOS | x64 | DMG | 041ed9b2433b36c5ef3b877c2af9e8a88312e854e7806fde53141aa5704dcaca |
macOS | arm64 | DMG | c24f61d30791c7a7be6fa22b9bc0e9a4d2ecec38c400330919188882d1673778 |
Linux | x64 | AppImage | e343927ccfa3daa0ae3b80e3bde7780ba22f4641d546e6686c6f27fdef8f1034 |
v0.110.2
0.110.2 (2023-07-07)
CKB Node & Light Client
- [email protected] was released on May. 17th, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Caveat
◆ CKB Light Client is only activated on testnet, thus only light testnet
is enabled in Neuron. CKB Light Client on Mainnet requires a hardfork on the mainnet in the future.
◆ [email protected] requires data migration, which is irreversible. Be cautious to start the migration without a backup. How to back up data of ckb node
On the other hand, we strongly recommend you to back up the old data before migrating, the ckb node data path can be found by clicking preference -> Data -> CKB Node Config & Storage. Because once the migration starts, the data will be no longer compatible with all older versions of CKB.
Assumed valid target
Block before 0xc0c532e10c708852d9586be46a5ed8317b2aa0835c721aa691abffb9bf4a26cd
(at height 10,004,892
) will be skipped in validation.(#2689)
Bug fixes
Full Changelog: v0.110.1...v0.110.2
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 0ec2cfd7f0813705d49e5fc1141d021eeedddd3fe5575479f72dfa5595e84f8a |
macOS | x64 | zip | 79723cfd2262bff7c2f482fdaf2e0cf4ff9a72fe01ad38a4645eb03584af8227 |
macOS | arm64 | zip | 83aacceef6292aea9555704d3b9f2e9d46a05b54213816aaee570272a9260e1e |
macOS | x64 | DMG | e047fe362361c071dda4715ce35a293ec5de1af2043250cc432507ac29e523c5 |
macOS | arm64 | DMG | 2355007110bd4d370dcbf772b2bd7f575d3c60336277cea6f2ac7babed3d3f9f |
Linux | x64 | AppImage | 4426b642fbd7dc697f46d68e95bc252468a6dfd4a5d92dc5d848e95eac22d82e |
v0.110.1
0.110.1 (2023-05-31)
CKB Node & Light Client
- [email protected] was released on May. 17th, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Caveat
◆ CKB Light Client is only activated on testnet, thus only light testnet
is enabled in Neuron. CKB Light Client on Mainnet requires a hardfork on the mainnet in the future.
◆ [email protected] requires data migration, which is irreversible. Be cautious to start the migration without a backup. How to back up data of ckb node
On the other hand, we strongly recommend you to back up the old data before migrating, the ckb node data path can be found by clicking preference -> Data -> CKB Node Config & Storage. Because once the migration starts, the data will be no longer compatible with all older versions of CKB.
Assumed valid target
Block before 0xc0c532e10c708852d9586be46a5ed8317b2aa0835c721aa691abffb9bf4a26cd
(at height 10,004,892
) will be skipped in validation.(#2689)
Light Client Mode
YouTube: https://youtu.be/tQm9YvgG7iE
We are thrilled to introduce our new feature: Light Client Mode. This feature makes Neuron more practical and convenient, allowing you to manage your digital assets more easily. Please note that it is currently only available on the testnet, as activation on the mainnet will require a hardfork.
What is the light client model?
Light Client Mode is a connection mode of Neuron that connects to a built-in CKB Light Client. Compared to a full node, it downloads a portion of the blockchain data to obtain necessary information. This allows Neuron to access the CKB blockchain faster.
Light Client Mode Advantages
- Higher synchronization speed: Light Client Mode enables faster synchronization of blockchain data, saving users' time and network bandwidth.
- Less disk usage: Light Client Mode requires only a fraction of the blockchain data to be stored, resulting in less storage space requirement compared to a full node.
Using a MacBook Pro (13-inch, M1, 2020) device as an example, we conducted a realistic test of synchronization from block 0 to the latest block 9,380,828 (2023/05/22 Pudge network data):
- Light Client Mode: The synchronization process consumed about 5.5 hours and approximately 45MB of disk space during running. (The disk usage is related to the transaction count, and this test included 782 transactions.)
- Full Node Mode: It took about 36 hours to synchronize 107.8GB of data. (Excluding the time to find an assumed valid target block.)
In the above test scenario, using a light node compared to a full node reduced synchronization time by 84.7% and disk usage by 99.9%. (Please note that these numbers are for reference only and may vary depending on different equipment, network conditions, and account data.)
Light Client Mode Usage Scenarios
Compared to full nodes, light nodes require less disk space and network bandwidth, making them suitable for users who want to quickly access blockchain information without needing the full blockchain data. However, please note that for transactions containing time locks, Cheque contracts, or other operations that require full node data verification, you will need to switch to full nodes.
New features
- #2615: Adapt ckb light node.(@yanguoyu)
- #2599: Implement dynamic fee rate based on fee rate statistics.(@jeffreyma597)
- #2689: Upgrade ckb node to v0.110.0.(@Keith-CY)
- #2627: Download ckb_aarch64 for neuron-arm64.(@Keith-CY)
- #2651: Add dialog warn for migrate date to 0.108.(@yanguoyu)
- #2567,#2568: Set allowToChangeInstallationDirectory for windows.(@yanguoyu)
- #2674: Improve the interaction design of the DatetimePicker component.(@WhiteMinds)
Bug fixes
- #2530: Batch request to improve performance of nervos dao records.(@yanguoyu)
- #2574: Improve heart beating check of built-in ckb node.(@yanguoyu)
- #2565: Remove obsolete indexer data.(@yanguoyu)
- #2581: Skip password requirement when interact with a hardware wallet.(@yanguoyu)
- #2609: Upgrade leveldown to fix SQLITE_MISUSE.(@devchenyan)
- #2595: Fix latency of switching networks.(@yanguoyu)
- #2629: Fix crash when enter over 8 decimal.(@yanguoyu)
- #2696: Fix path of CKB binary on MacOS.(@yanguoyu)
New Contributors
- @kuzirashi made their first contribution in #2559
- @mortoys made their first contribution in #2592
- @devchenyan made their first contribution in #2609
- @WhiteMinds made their first contribution in #2652
- @homura made their first contribution in #2657
Full Changelog: v0.106.0...v0.110.1
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 2a2150d0b0e113bfe4414adde1c0056386149b128cdd30b07a16608860c67f83 |
macOS | x64 | zip | b74d7e4ab1c73bac0ba05ed593a35695eda3a1b37c512bbb731793f722aef705 |
macOS | arm64 | zip | e23d878fdc48e4f646e7baad2a95d2fd33aac4a911bfafe977af2a2688edf4ae |
macOS | x64 | DMG | d710d2ebc3a9e3941444a63f6a47e4f97a7f7bf7addf27b3f511314f680abbfd |
macOS | arm64 | DMG | f1a686f9ae100dfdc37f0a02c6a177a6628654ff8ab949b7d687e42d634aba85 |
Linux | x64 | AppImage | beea447efbf9031af92a2cb5c0024bd549afa9c170a30f8a29164384d0754ba9 |
v0.110.0
0.110.0 (2023-05-31)
CKB Node & Light Client
- [email protected] was released on May. 17th, 2023. This version of CKB node is now bundled and preconfigured in Neuron.
- CKB Light [email protected] was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron
Caveat
◆ CKB Light Client is only activated on testnet, thus only light testnet
is enabled in Neuron. CKB Light Client on Mainnet requires a hardfork on the mainnet in the future.
◆ [email protected] requires data migration, which is irreversible. Be cautious to start the migration without a backup. How to back up data of ckb node
On the other hand, we strongly recommend you to back up the old data before migrating, the ckb node data path can be found by clicking preference -> Data -> CKB Node Config & Storage. Because once the migration starts, the data will be no longer compatible with all older versions of CKB.
Assumed valid target
Block before 0xc0c532e10c708852d9586be46a5ed8317b2aa0835c721aa691abffb9bf4a26cd
(at height 10,004,892
) will be skipped in validation.(#2689)
Light Client Mode
YouTube: https://youtu.be/tQm9YvgG7iE
We are thrilled to introduce our new feature: Light Client Mode. This feature makes Neuron more practical and convenient, allowing you to manage your digital assets more easily. Please note that it is currently only available on the testnet, as activation on the mainnet will require a hardfork.
What is the light client model?
Light Client Mode is a connection mode of Neuron that connects to a built-in CKB Light Client. Compared to a full node, it downloads a portion of the blockchain data to obtain necessary information. This allows Neuron to access the CKB blockchain faster.
Light Client Mode Advantages
- Higher synchronization speed: Light Client Mode enables faster synchronization of blockchain data, saving users' time and network bandwidth.
- Less disk usage: Light Client Mode requires only a fraction of the blockchain data to be stored, resulting in less storage space requirement compared to a full node.
Using a MacBook Pro (13-inch, M1, 2020) device as an example, we conducted a realistic test of synchronization from block 0 to the latest block 9,380,828 (2023/05/22 Pudge network data):
- Light Client Mode: The synchronization process consumed about 5.5 hours and approximately 45MB of disk space during running. (The disk usage is related to the transaction count, and this test included 782 transactions.)
- Full Node Mode: It took about 36 hours to synchronize 107.8GB of data. (Excluding the time to find an assumed valid target block.)
In the above test scenario, using a light node compared to a full node reduced synchronization time by 84.7% and disk usage by 99.9%. (Please note that these numbers are for reference only and may vary depending on different equipment, network conditions, and account data.)
Light Client Mode Usage Scenarios
Compared to full nodes, light nodes require less disk space and network bandwidth, making them suitable for users who want to quickly access blockchain information without needing the full blockchain data. However, please note that for transactions containing time locks, Cheque contracts, or other operations that require full node data verification, you will need to switch to full nodes.
New features
- #2615: Adapt ckb light node.(@yanguoyu)
- #2599: Implement dynamic fee rate based on fee rate statistics.(@jeffreyma597)
- #2689: Upgrade ckb node to v0.110.0.(@Keith-CY)
- #2627: Download ckb_aarch64 for neuron-arm64.(@Keith-CY)
- #2651: Add dialog warn for migrate date to 0.108.(@yanguoyu)
- #2567,#2568: Set allowToChangeInstallationDirectory for windows.(@yanguoyu)
- #2674: Improve the interaction design of the DatetimePicker component.(@WhiteMinds)
Bug fixes
- #2530: Batch request to improve performance of nervos dao records.(@yanguoyu)
- #2574: Improve heart beating check of built-in ckb node.(@yanguoyu)
- #2565: Remove obsolete indexer data.(@yanguoyu)
- #2581: Skip password requirement when interact with a hardware wallet.(@yanguoyu)
- #2609: Upgrade leveldown to fix SQLITE_MISUSE.(@devchenyan)
- #2595: Fix latency of switching networks.(@yanguoyu)
- #2629: Fix crash when enter over 8 decimal.(@yanguoyu)
New Contributors
- @kuzirashi made their first contribution in #2559
- @mortoys made their first contribution in #2592
- @devchenyan made their first contribution in #2609
- @WhiteMinds made their first contribution in #2652
- @homura made their first contribution in #2657
Full Changelog: v0.106.0...v0.110.0
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 0d3ef750f48494e4114d582d9199998da89f4e0a6ecb7809cc3d7d0a7121194a |
Linux | x64 | AppImage | baf615f4de292a83237fc6598437182456e35e4a5485092fbe691ae0fa37f6c9 |
v0.106.0
0.106.0 (2022-12-28)
CKB
CKB v0.106.0 was released on Dec. 23rd, 2022. This version of CKB node is now bundled and preconfigured in Neuron.
Assumed valid target
Block before 0x076ffa81f8c6f2e1f22a778a1aa5d48531cc33bfd9b302e0d73fb2ce6fa4de3b
will be skipped in validation.
New features
- #2442: Make multisig import and export config compatible with ckb-cli.(@yanguoyu)
- #2454: Add 'contact us' in the menu -> help submenu.(@Keith-CY)
- #2461: Remove 4 epochs maturity requirement of header deps.(@yanguoyu)
- #2465: Adapt new UAN.(@yanguoyu)
- #2508: Use undici, an official http client, to replace axios.(@yanguoyu)
- #2515, #2542: Support Apple silicon chip.(@JeffreyMa597, @yanguoyu)
- #2518: Bump node.js from 16 to 18.(@JeffreyMa597)
- #2519: Bump react.js from 16 to 18.(@JeffreyMa597)
- #2555: Upgrade ckb node to v0.106.0.(@Keith-CY)
Bug fixes
- #2447: Prevent from importing the same multisig configuration repeatedly.(@yanguoyu)
- #2451: Refine the input field component.(@yanguoyu)
- #2464, #2478: Optimize setting data path.(@yanguoyu)
- #2467: Fix ckb process killed unexpectedly.(@yanguoyu)
- #2483: Fix ckb node not working with Apple silicon chip.(@yanguoyu)
- #2488: Create a new instance for every test case to avoid side effect.(@yanguoyu)
- #2531: Handle uncaughtException and output it in the log.(@yanguoyu)
- #2541: Remove CKB Indexer module and set a specified version of usb module.(@yanguoyu)
New contributors
- @JeffreyMa597 made their first contribution in #2515
Full Changelog: v0.103.3...v0.106.0
Upgrade caveats
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | ad25084bfef9a533efe873d529968bad2d7b8f516da43c2b0d515fb12e4bf6f2 |
macOS | x64 | zip | 97ee83b8330515b77c53ac970181b942aea09b6664e913c02cd452cab0ec4635 |
macOS | arm64 | zip | 5080518acdb733fbc0466cb8b7dba2d97d5d1fd1ab0022014c5d5b65de8279ec |
macOS | x64 | DMG | a27cb4546c57859c7e650b693920cda04cd64b274fd2d6419f1e535c7f864023 |
macOS | arm64 | DMG | 25aac7745a49545593c7aa89ea0eecc82e8a132d7566baceac5031224ff35173 |
Linux | x64 | AppImage | 4c06f3242fda370c9420192fffc1b8b0cd3b79e7bb8dc1778df0b8cf47943ef0 |
v0.103.3
0.103.3 (2022-12-21)
Certificate
We've updated the certificate of Neuron for windows, which is issued by DigiCert and distributed to Magickbase, the active developer team of Neuron. With this update, a warning may appear on updating Neuron by check for update
inside Neuron, please don't worry and download Neuron from GitHub Release to adopt the new certificate.
Bug Fixes
Full Changelog: v0.103.2...v0.103.3
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 894cc0c0bdbc55c5d41f10bf4cd819c2154e165feb3871e04d2f58f1f2ef364f |
macOS | x64 | zip | 525e16a5d22600924efe0837c248744a6b4a2e851dccd90536aad242c215e5d8 |
macOS | x64 | DMG | d1996ccf62e5783bf0e9f16673c2f2aee205c2c40c9738090696e6551be7e98a |
Linux | x64 | AppImage | 5db4c7af21f55d550daabf0fa8113b2d9be21795b7485baf43ba10d36cc80c6f |
v0.103.2
0.103.2 (2022-07-09)
New features
- #2422: Add heart beat and retry closed ckb/ckb-indexer process(@yanguoyu)
- #2433: Add ckb node/indexer data path config in setting(@yanguoyu)
- #2434: Adapt to ledger nano s plus(@yanguoyu)
- #2441: Verify short and long address for hard wallet(@yanguoyu)
Bug fixes
- #2425: Fix dialog route error after importing seed(@yanguoyu)
- #2436: Fix link to Nervos DAO rule(@Keith-CY)
- #2438: Fix duplicated addressd(@yanguoyu)
Full Changelog: v0.103.1...v0.103.2
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 11a3d67f7e7ab53b237ee05a3f1b930de36f8896423a52cf33646853258ff7b4 |
macOS | x64 | zip | 07012dfc245683f385dd29bd0e5a1b465710ca341e6bf9d3c3516eaeae79e711 |
macOS | x64 | DMG | 9f2d42ed94472e8907b00f3b0f733b38818160a1a6c70d52a4d4a2406ad21232 |
Linux | x64 | AppImage | 2080b195427baf74f2916e46bccf06e86c70fac288f639d14cad7d88cb61eb5f |
0.103.1
0.103.1 (2022-06-11)
New features
- #2375: Adapt new testnet URL(@yanguoyu)
- #2400: Support send acp/sudt to any address.(@yanguoyu)
- #2406: Refine export tx(@yanguoyu)
- #2408: Add address format toggle in receive tabs(@Keith-CY)
Bug fixes
- #2344: Delete unnecessary conditions. Retry should await.(@yanguoyu)
- #2390: Fix unmatched cheque lockHash(@yanguoyu)
- #2405: Remove covering above
update
button(@yanguoyu) - #2409: Remove scroll(@yanguoyu)
- #2410: Fix style of release note(@Keith-CY)
Refactor
- #2368: Use blake160 replace addresse. Rename 'multi-sign' to 'multisig'(@yanguoyu)
- #2373, #2412: Improve neuron-ui typescript, tests, deps and bundle(@qiweiii)
Full Changelog: v0.103.0...v0.103.1
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | b7adabb816958e7341622fd62bdaa1c092eca7574e211b94f8e6df86cf324aa7 |
macOS | x64 | zip | fc59e7ffc0ac03ef512d69c598c554bec6418fbf42192f72acc06c23e658cec0 |
macOS | x64 | DMG | b038dec53efe67a6281e60f08eb662a245aa35c8c86d53cc994b60f1357df686 |
Linux | x64 | AppImage | 05fbbed25275df60e4ba3457c9748f0a5f07b9749d17a0ca2226e409cf96a2d6 |