@networkpro/web 1.15.3 → 1.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/package.json +1 -1
- package/src/lib/data/fossData.js +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,15 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## [1.15.4] - 2025-07-20
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- Bumped version to `v1.15.4`
|
|
30
|
+
- **Updated "Copy SMS Code - OTP Helper" entry** in `src/lib/data/fossData.js` to maintain visual consistency with previous "FOSS Spotlight" entries
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
25
34
|
## [1.15.3] - 2025-07-20
|
|
26
35
|
|
|
27
36
|
### Added
|
|
@@ -696,7 +705,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
696
705
|
|
|
697
706
|
<!-- Link references -->
|
|
698
707
|
|
|
699
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.15.
|
|
708
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.15.4...HEAD
|
|
709
|
+
[1.15.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.4
|
|
700
710
|
[1.15.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.3
|
|
701
711
|
[1.15.2]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.2
|
|
702
712
|
[1.15.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.15.1
|
package/package.json
CHANGED
package/src/lib/data/fossData.js
CHANGED
|
@@ -53,29 +53,29 @@ export const fossData = [
|
|
|
53
53
|
isIntro: true
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
emoji: "
|
|
56
|
+
emoji: "✔️",
|
|
57
57
|
label: "100% offline",
|
|
58
58
|
description: "doesn't even request internet permission",
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
emoji: "
|
|
62
|
-
label: "
|
|
61
|
+
emoji: "✔️",
|
|
62
|
+
label: "Choose your workflow",
|
|
63
63
|
description: "Notification Listener or SMS access",
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
emoji: "
|
|
66
|
+
emoji: "✔️",
|
|
67
67
|
label: "Compatible with virtually any OTP-based or 2FA system",
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
emoji: "
|
|
70
|
+
emoji: "✔️",
|
|
71
71
|
label: "Lightweight, privacy-first, and customizable",
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
emoji: "
|
|
74
|
+
emoji: "✔️",
|
|
75
75
|
label: "Translated into 70+ languages and growing",
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
emoji: "
|
|
78
|
+
emoji: "✔️",
|
|
79
79
|
label: "Inspect, contribute, or fork on GitHub",
|
|
80
80
|
}
|
|
81
81
|
],
|
|
@@ -83,6 +83,9 @@ export const fossData = [
|
|
|
83
83
|
<p>
|
|
84
84
|
This is a perfect example of how small, thoughtful tools can reduce friction in our everyday workflows—<strong>while keeping user agency and transparency at the core.</strong>
|
|
85
85
|
</p>
|
|
86
|
+
<p>
|
|
87
|
+
Let's continue supporting software that empowers users through simplicity and openness. 💡
|
|
88
|
+
</p>
|
|
86
89
|
`,
|
|
87
90
|
links: [
|
|
88
91
|
{
|
|
@@ -94,9 +97,6 @@ export const fossData = [
|
|
|
94
97
|
href: "https://f-droid.org/packages/io.github.jd1378.otphelper",
|
|
95
98
|
}
|
|
96
99
|
],
|
|
97
|
-
notes: [
|
|
98
|
-
"Let's continue supporting software that empowers users through simplicity and openness. 💡"
|
|
99
|
-
],
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
id: "cryptomator",
|