Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | 9018cb11bf | |
Derrick Hammer | d9c29f4326 | |
Derrick Hammer | 0ce0a1869d | |
semantic-release-bot | e4d4361590 | |
Derrick Hammer | 0c65b6d35d | |
semantic-release-bot | a9eab943a5 |
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,3 +1,25 @@
|
||||||
|
## [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)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* bad redirect ([d1a052c](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/d1a052c2bce749426e817291e75b23461e24dbf9))
|
||||||
|
* broken link ([bc56dfa](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/bc56dfa573a44438bd7bebdb1e4c22b7c0563544))
|
||||||
|
* ensure trailing slashes get a redirect ([d4018c2](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/d4018c2b2d51616102cadbf5633b0d722769b997))
|
||||||
|
* formatting and header size changes ([993d384](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/993d38456cfff350d7dd31174732a45de2e27caa))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add roadmap ([7694546](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/7694546aa1b19b6431f780e4e5a75e2be407d544))
|
||||||
|
|
||||||
# [0.3.0-develop.4](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0-develop.3...v0.3.0-develop.4) (2023-11-15)
|
# [0.3.0-develop.4](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.3.0-develop.3...v0.3.0-develop.4) (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.3.0-develop.4",
|
"version": "0.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue