Skip to content

Commit 951c7bd

Browse files
chore(release): 4.2.0 [skip ci]
## [4.2.0](v4.1.1...v4.2.0) (2023-12-02) CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba` --- ### Features * peers table can be filtered ([#2181](#2181)) ([37b5880](37b5880)) * **pinning:** add Scaleway pinning service ([#2132](#2132)) ([0cc3b04](0cc3b04)) ### Bug Fixes * error loading scaleway template URL ([7a3388e](7a3388e)) * replace estuary with web3 for pinning ([#2182](#2182)) ([e2fc7c8](e2fc7c8)) * status page supports webrtc ([#2180](#2180)) ([ff75d4e](ff75d4e)), closes [#1965](#1965) * switch to new dnslink updater ([#2175](#2175)) ([a63f48a](a63f48a)) ### Trivial Changes * Pull transifex translations ([#2162](#2162)) ([c0f8f54](c0f8f54)) * pull transifex translations ([#2177](#2177)) ([7f377ff](7f377ff)) * update release transifex links ([74cce69](74cce69))
1 parent 74cce69 commit 951c7bd

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [4.2.0](https://github.com/ipfs/ipfs-webui/compare/v4.1.1...v4.2.0) (2023-12-02)
2+
3+
4+
CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba`
5+
6+
---
7+
8+
9+
10+
### Features
11+
12+
* peers table can be filtered ([#2181](https://github.com/ipfs/ipfs-webui/issues/2181)) ([37b5880](https://github.com/ipfs/ipfs-webui/commit/37b5880fa0bca201e04737e3e4de0d48283eb95a))
13+
* **pinning:** add Scaleway pinning service ([#2132](https://github.com/ipfs/ipfs-webui/issues/2132)) ([0cc3b04](https://github.com/ipfs/ipfs-webui/commit/0cc3b0495bc9895cf9b7520eaec7a0c0e94e6a30))
14+
15+
16+
### Bug Fixes
17+
18+
* error loading scaleway template URL ([7a3388e](https://github.com/ipfs/ipfs-webui/commit/7a3388e3d17560d3e376e57361dd78b8c7fdf8e9))
19+
* replace estuary with web3 for pinning ([#2182](https://github.com/ipfs/ipfs-webui/issues/2182)) ([e2fc7c8](https://github.com/ipfs/ipfs-webui/commit/e2fc7c8a92d737e2f1cfadb360b06fbe3d54748f))
20+
* status page supports webrtc ([#2180](https://github.com/ipfs/ipfs-webui/issues/2180)) ([ff75d4e](https://github.com/ipfs/ipfs-webui/commit/ff75d4e0194df98800d008b4e74017e61782abff)), closes [#1965](https://github.com/ipfs/ipfs-webui/issues/1965)
21+
* switch to new dnslink updater ([#2175](https://github.com/ipfs/ipfs-webui/issues/2175)) ([a63f48a](https://github.com/ipfs/ipfs-webui/commit/a63f48a279be76dd7708988e70a294124188158c))
22+
23+
24+
### Trivial Changes
25+
26+
* Pull transifex translations ([#2162](https://github.com/ipfs/ipfs-webui/issues/2162)) ([c0f8f54](https://github.com/ipfs/ipfs-webui/commit/c0f8f54a2ba838262b13a1f171a65038a25fc48b))
27+
* pull transifex translations ([#2177](https://github.com/ipfs/ipfs-webui/issues/2177)) ([7f377ff](https://github.com/ipfs/ipfs-webui/commit/7f377ffb7d16a42dfe0ec47223cf7da0338f15f3))
28+
* update release transifex links ([74cce69](https://github.com/ipfs/ipfs-webui/commit/74cce695735503c3696219d51c331f9325b2b9d1))
29+
130
## [4.1.1](https://github.com/ipfs/ipfs-webui/compare/v4.1.0...v4.1.1) (2023-09-11)
231

332

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-webui",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"type": "module",
55
"private": true,
66
"files": [

0 commit comments

Comments
 (0)