-
Notifications
You must be signed in to change notification settings - Fork 136
Releases: NodeSeekDev/NodeGet-StatusShow
Releases · NodeSeekDev/NodeGet-StatusShow
v1.4.3
v1.4.2
v1.4.1
@LloydAsp
LloydAsp
a8c7bf3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: restructure config management and build process
- Create nodeget-theme.json as theme template file (moved from public/config.json)
- Rename theme_config to user_preferences in configuration structure
- Update build scripts to generate dist/nodeget-theme.json from template
- Reorder build scripts: prebuild moved to postbuild chain
- Add development mode support in useConfig hook for nodeget-theme.dev.json
- Update .gitignore to exclude dev-specific theme configuration files
- Improve Footer component with external link icon and better version display
- Fix bytes formatting to use binary unit system
- Remove version field from SiteConfig type definition
feat: auto-sync package version to theme configuration
- Auto-populate theme config version from package.json during build
- Update build scripts to sync version field
- Change fetch path to nodeget-theme.json
- Add version field to SiteConfig type
- Version bump to 1.4.1
Assets 2
v1.3.3
v1.3.2
@LangYa466
LangYa466
2845e76
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- feat(world-map): rewrite with echarts choropleth; scatter overlay for... by @LangYa466 in #9
Full Changelog: v1.3.1...v1.3.2
Assets 2
v1.3.1
@LangYa466
LangYa466
f24465c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- fix(world-map): text render & standardize hover animationby @LangYa466 in #5
Full Changelog: v1.3.0...v1.3.1
Assets 2
v1.3.0
@LangYa466
LangYa466
c09f121
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- fix: tcp ping Y轴自适应 by @zzfn in #3
- feat: world map view with clusters; node cost & expiry section; stick... by @LangYa466 in #4
New Contributors
Full Changelog: v1.2.0...v1.3.0
Assets 2
v1.2.0
@LangYa466
LangYa466
b7fce69
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- feat: latency charts in node detail; respect metadata_order; bump 1.2.0 by @LangYa466 in #2
Full Changelog: v1.1.0...v1.2.0
Assets 2
v1.1.0
@LangYa466
LangYa466
01c643b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- feat: region filter, custom sort, version check; drop rpc-websockets by @LangYa466 in #1
Full Changelog: v0.8.1...v1.1.0