Releases: ckabalan/visualsubnetcalc
Releases · ckabalan/visualsubnetcalc
v1.3.6
v1.3.5
v1.3.4
What's Changed
- SEO Enhancements
- Custom error pages for 403/404
- Prevent crawlers from indexing error pages
- Add Open Graph/Facebook/Twitter meta tags
- Development Updates
- Updated build flows to do tests before Docker builds
- AWS deployment now waits for invalidation to finish
- Builds now take a new
DEPLOY_URL
variable with the website base URL
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Security Enhancements (Official Website / CloudFormation)
- Added WWW -> Non-WWW Redirect via CloudFront Functions
- Added DNS Records to disable mail (SPF, DMARC)
- Added HSTS
- SEO Enhancements
- Added
ads.txt
- Added HTTP 403/404 Page
- Added
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Docker improvements by @byroncollins in #12
- Documentation updates
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Link/Export Rendering Bug Fix
Found a bug? Report it in the issues section!
Bug Fixes
- Closes #22 - Subnets being split in a specific order would look normal to the user, but when shared would render incorrectly due to internal data structure sorting issue. Implemented sorting.
Development Updates
- Added two unit tests and updated one unit test for bug #22
Full Changelog - v1.3.0...v1.3.1
v1.3.0
Usability Improvements, Accessibility, and Testing Update
Found a bug? Report it in the issues section!
New Features
- The Network Address of an existing calculator layout can now be changed.
- You can now paste or type a full CIDR (10.0.0.0/8) into the Network Address field and it will auto-advance/auto-fill the Network Size field.
- More efficient Sharable URLs (~20% shorter)
- Improved Accessibility via ARIA tags
Improvements
- Update Sharable URL Generation - Now uses a "coordinate system" to make all subnets relative to the base subnet, this is foundational to allowing the entire subnet range to be changed at the top level.
- Older config
v1
URLs and exports will automatically be upgraded to configv2
when they are generated/copied.
Development Updates
- Update Bootstrap 5.3.2 -> 5.3.3
- Update other Dependencies
- Add Repopack config for AI assistance
- Playwright for UI testing across Chromium and Firefox
Full Changelog - v1.2.1...v1.3.0