Skip to content

Releases: decoded-cipher/netmon

v1.2.0

02 Apr 20:31

Choose a tag to compare

Changelog

  • 1820cd3 feat(release): add macOS DMG packaging and ARM support for binaries
  • 931daa9 feat(settings): add monitor tab and navigation for settings
  • 3295dab feat(settings): update icons and improve accessibility in settings tab
  • 7583f59 feat: add version checking and self-update functionality - Implement version checking in the server with GitHub API - Add endpoint for triggering updates - Create restart logic for Unix and Windows - Enhance SettingsModal with version info and update options - Update styles for new settings layout
  • 9fba594 fix: disambiguate ARM archive names in goreleaser config

v1.1.0

29 Mar 12:17

Choose a tag to compare

Changelog

  • ddfff6b Implement platform-specific network connection info retrieval
  • 3055d76 feat : Minor log style
  • 00e09c2 feat: add SQL schema and queries for measurements, ping targets, DNS checks, and network events
  • 7075447 feat: add connection type handling to AppHeader and Dashboard components
  • 7ae6921 feat: add settings modal for internet probes configuration
  • 6e365ee feat: add sidebar scroll styles to hide scrollbar and enable scrolling
  • 4de2b28 feat: enhance ChartPanel with icon support and add chart badge styles
  • 2009aa3 feat: enhance UI components with consistent card styles and empty states
  • 6aeb8fb feat: enhance UI for connection and data tables with no data states
  • 227179d feat: improve network label formatting in Dashboard and adjust AppHeader styles
  • c482d9c feat: update AccordionCard component structure and embed assets
  • ea26f27 feat: update network label formatting to include a colon for clarity
  • ddfed9b feat: update speed interval configuration for improved performance

v1.0.0

27 Mar 17:48

Choose a tag to compare

Changelog

  • d65aa3f Add network tracking and measurement enhancements
  • c72f396 Add styles for the web interface and embed CSS in web.go
  • 8835bec Create LICENSE
  • 31f9d27 Implement feature X to enhance user experience and fix bug Y in module Z
  • 3ebf4ee Implement network monitoring features with ping and speed tests
  • 716fb21 feat: add CI workflow for Docker image publishing to GHCR and update README with Docker volume creation instructions
  • 83fe6d0 feat: add CI workflow, Dockerfile, Makefile, and documentation for netmon setup
  • d4c7aed feat: add GitHub Actions workflow for building and publishing Docker image
  • c735a99 feat: add GitHub Actions workflow for release automation and update README with download instructions
  • 3d44b7c feat: add acknowledgements for AI assistance in development
  • 248b59b feat: add badge for zero dependencies in README
  • 081cd78 feat: add main application entry point with server setup and database initialization
  • f29f9e7 feat: enhance UI with icon buttons and improve theme toggle functionality
  • a69db96 feat: enhance button responsiveness and layout adjustments for improved UI
  • 7b1d52c feat: implement configuration loading from JSON file with fallback to defaults
  • c51a696 feat: implement configuration management with API endpoints for loading and saving settings
  • ab09cb2 feat: implement duration picker for data retrieval and enhance GetData functionality
  • b3ad702 feat: implement server handlers and data storage for network monitoring
  • 8845e47 feat: improve target table layout and styling for better readability
  • 58ff988 feat: refactor build process to disable CGO and update dependencies
  • f5afec7 feat: refine target table and card padding for improved layout and readability
  • 807eaa9 feat: remove refresh bar and associated styles for cleaner UI
  • 7a78ff5 feat: restructure Docker setup with new Dockerfile and docker-compose configuration
  • 1cbfca3 feat: update CI workflow to enable manual triggering and remove push conditions
  • 1106f6c feat: update README to clarify zero external dependencies and remove CGO requirements
  • 438ab7e feat: update README with configuration details and add screenshots for UI representation
  • 828fec1 fix: remove obsolete GitHub Actions workflow and update README badges
  • f4bebbb fix: update README
  • b9a0c40 fix: update time format to include seconds and enhance chart configurations
  • 20c4510 fix: use minimal Dockerfile for GoReleaser Docker builds
  • 7fda066 initi : go module and add main ping functionality