Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | 9018cb11bf | |
Derrick Hammer | d9c29f4326 | |
Derrick Hammer | 0ce0a1869d |
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.4.1](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.4.0...v0.4.1) (2023-11-19)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update to reference S5 as a supported content network and technology ([0ce0a18](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/0ce0a1869d5832249eeadf63991e7216f9069cd6))
|
||||||
|
|
||||||
# [0.4.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0...v0.4.0) (2023-11-15)
|
# [0.4.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0...v0.4.0) (2023-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Web3 Browser Web App
|
||||||
|
|
||||||
**Link**: https://web3browser.io
|
**Link**: https://web3browser.io
|
||||||
|
|
||||||
This is an experimental tech demo to enable HNS and ENS browsing via IPFS.
|
This is an experimental tech demo to enable HNS and ENS browsing via IPFS and S5.
|
||||||
|
|
||||||
**This demo uses the following technologies**:
|
**This demo uses the following technologies**:
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ This is an experimental tech demo to enable HNS and ENS browsing via IPFS.
|
||||||
* Lavanet: https://www.lavanet.xyz
|
* Lavanet: https://www.lavanet.xyz
|
||||||
* ETH: https://git.lumeweb.com/LumeWeb/libethsync/src/branch/develop
|
* ETH: https://git.lumeweb.com/LumeWeb/libethsync/src/branch/develop
|
||||||
* IPFS: https://github.com/ipfs/helia
|
* IPFS: https://github.com/ipfs/helia
|
||||||
* HNS: https://github.com/handshake-org/hsd
|
* S5 in TypeScript: https://git.lumeweb.com/LumeWeb/libs5/src/branch/develop
|
||||||
|
|
||||||
**Some notes about current issues and limitations**:
|
**Some notes about current issues and limitations**:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/docs.lumeweb.com",
|
"name": "@lumeweb/docs.lumeweb.com",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue