🚀 ensdomains/ens-app - Release Notes
Sia support (2021-02-18)
- Sort options selectors to improve usability and accessibility (#1062) …
- update cn.json on 20210131 (#1066)
- Change total price (#1072) …
- Display deprecated content (#1073) …
- Sia3 (#1074) …
Pre-release version before major release (2021-02-17)
- Generate subdomain SSL certificate on new contenthash https://github.com/ensdomains/ens-app/pull/1030
- Show reverse record https://github.com/ensdomains/ens-app/pull/1035
- Select reverse record https://github.com/ensdomains/ens-app/pull/1051
- Add Insufficient gas message on registration https://github.com/ensdomains/ens-app/pull/1040
- Add total price https://github.com/ensdomains/ens-app/pull/1072
Wallet Modal support (2020-12-08)
No notes available
v1.2.4 (pre Multiple wallet support version) (2020-11-30)
the next one will be the big change so will be releasing pre major version
Mobile style fix, add link to url, change onion to use http (2020-03-23)
- #633 from ensdomains/add-link …
- #624 from wschwab/patch-1 …
- #635 from ensdomains/fix-mobile-styling …
Various fixes. (2020-03-10)
set client on error
#613 by makoto was merged 21 hours ago
Fix delete contenthash
#612 by jefflau was merged 4 days ago • Review required
Deploy fix to master
#611 by jefflau was merged 5 days ago • Review required
Add manual resolver migration
#608 by jefflau was merged 6 days ago
Update to new ENS class (#606)
#607 by jefflau was merged 6 days ago • Review required
Update to new ENS class
#606 by jefflau was merged 6 days ago
Fix for resolver migration. Add default array
#600 by jefflau was merged 15 days ago • Review required
.ART support, test fix, update post migration article (2020-02-18)
No notes available
Post ENS registry migratoin releaese (2020-02-11)
No notes available
During migration release (2020-02-03)
This releasee includes everything needed for migration but set `duringMigration=true` so that it disables registration while migration script runs
Pre ENS Registry migration release (2020-02-03)
This is the last PR merge prior to the ENS Registry upgrade
Fixes for Short name (2019-11-19)
This release fixes some short name issues not being shown properly. Also fixes an issue with the manager blanking out whilst waiting for metamask to login
Delete multicoin record (2019-10-29)
- Sets empty string to delete a record
- Bypass encode/decode if empty string
Multicoin support (2019-10-24)
- Supports multiple coins
- Uses https://github.com/ensdomains/address-encoder
- Validates coin format
- Fix bug of old `setContent` not working
Text Record (2019-09-30)
Adds support for a limited number of text records that can be viewed/added to each name
Various bug fixes, ipfs additional format support and change opensea link (2019-09-03)
- Update open sea link (#470)
- Ipfs format (#467)
- Change manifest name to ENS App (#468)
- Upgrade ui and react-ens-address (#469)
- Remove duplicate button (#471)
- Remove old ui and fix opensea link text (#472)
Short Name Auction Links (2019-09-01)
* Added link to OpenSea for the short name auctions
Address component (2019-08-28)
* Adds EtherScanLink for Address page
* Adds updated stylieng for Address pag
* Fixes DNSSEC bug showing renew
* Fixes onion3 record placeholder
Name Query speed improvements (2019-08-26)
* `/name` route refactoring to improve load times
Speed up loading favourites (2019-08-15)
Changes the favourites query so it does not need to get all the name details to load
MyEthVault support and display grace period properly (2019-08-14)
- Add myethvault support (#421) addressing https://github.com/ensdomains/ens-app/issues/383
- Display grace period (#382) fixing https://github.com/ensdomains/ens-app/issues/363
Allow transfer for owner or parent domain owner #420 (2019-08-12)
No notes available
Add DNSSec support (2019-08-05)
This release enables you to register DNS based ENS name (eg: `matoken.xyz`) given you add ETH address to the DNS subdomain you want to register. Please read the [guide](https://docs.ens.domains/dns-registrar-guide) for the actual usage.
This change includes
- DNSSec wizard page if the name has ever registered
- Sync ENS record with DNS record
- Add `preTest:dnssec` script
The out of scope for
- "Delete" button (requires change on the smart contract)
Address to domains feature (2019-07-30)
This release adds the graph to get data we couldn't previously get processing events from the front-end. The biggest features is being able to search addresses and get all domains related to that particular address.
A second more subtle feature is getting subdomains via the graph, so it is much quicker to load subdomains versus processing events.
The last feature this release adds is storing labels and their hashes into local storage so they can be displayed for unknown hashes.
Update styles for reserve link (2019-07-24)
* Update styles for reserve link
Add links to reserve.ens.domains (2019-07-22)
No notes available
Add Address component (2019-07-10)
Add [Address component](https://github.com/ensdomains/react-ens-address) to all address inputs
Refactor to ethers (2019-06-25)
Refactored the UI library to use ethers. It required some subtle changes to the API as ethers had a `.wait()` method on the transaction object. The `sendHelper` was updated to reflect this. Some clean up was done to the utils section so we export the new functions from the `ui` library, and eventually we will remove these when we have time.
Add greyed out action buttons (2019-06-10)
* Added greyed out action buttons to improve discoverability for non-owners
Refactor to new labelhash standard (2019-06-05)
Labelhashes are now distinquished with a `[]` around them and added these to the `ui` library that has functions to encode and decode them as well as see if a name contains them. This also means that names that contain them can also be resolved by the manager so names like `jefflau.eth` and `[757d08e156869d4588a90f7a5de7a3e838f63eae3d2e9aa210c92ddd8c937fe5].eth` are equivalent
Fix unknown label hashes (2019-06-03)
* Fix unknown labels not showing details and action buttons