Skip to content

Releases: ckabalan/visualsubnetcalc

v1.3.6

12 Feb 18:06
1176740
Compare
Choose a tag to compare

What's Changed

  • Change Social Image (Custom Social Graphic)

Full Changelog: v1.3.5...v1.3.6

v1.3.5

12 Feb 18:06
acd7ef9
Compare
Choose a tag to compare

What's Changed

  • Add Social Image (Image of Homepage)

Full Changelog: v1.3.4...v1.3.5

v1.3.4

10 Feb 22:58
6169695
Compare
Choose a tag to compare

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

10 Feb 05:29
65dcaf5
Compare
Choose a tag to compare

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

Full Changelog: v1.3.2...v1.3.3

v1.3.2

04 Feb 04:48
c7feb2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

30 Dec 22:41
c4d1f62
Compare
Choose a tag to compare

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

15 Oct 23:00
8bacdbf
Compare
Choose a tag to compare

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 config v2 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