Skip to content

Releases: NodeSeekDev/NodeGet-StatusShow

v1.4.3

Choose a tag to compare

@LloydAsp LloydAsp released this 13 May 13:08
b3762fa
Merge pull request #17 from LloydAsp/main

fix: update Footer.tsx to fix outdated bug(typo)

v1.4.2

Choose a tag to compare

@LloydAsp LloydAsp released this 13 May 12:36
6c16afa

Add theme extraction and user_preferences_form, bump to 1.4.2

v1.4.1

Choose a tag to compare

@LloydAsp LloydAsp released this 12 May 15:33
a8c7bf3

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

v1.3.3

Choose a tag to compare

@LloydAsp LloydAsp released this 12 May 12:14
37c14df

Add automated zip distribution and config restructuring

v1.3.2

Choose a tag to compare

@LangYa466 LangYa466 released this 08 May 14:02
2845e76

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

v1.3.1

Choose a tag to compare

@LangYa466 LangYa466 released this 03 May 22:24
f24465c

What's Changed

  • fix(world-map): text render & standardize hover animationby @LangYa466 in #5

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@LangYa466 LangYa466 released this 03 May 10:23
c09f121

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

  • @zzfn made their first contribution in #3

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@LangYa466 LangYa466 released this 02 May 07:33
b7fce69

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

v1.1.0

Choose a tag to compare

@LangYa466 LangYa466 released this 02 May 01:23
01c643b
  • feat: region filter, custom sort, version check; drop rpc-websockets by @LangYa466 in #1

Full Changelog: v0.8.1...v1.1.0

v0.8.1

Choose a tag to compare

@LloydAsp LloydAsp released this 30 Apr 08:47
d8a894b
Rename config.example.json to config.json