Skip to content

Latest commit

 

History

History
155 lines (78 loc) · 9.45 KB

File metadata and controls

155 lines (78 loc) · 9.45 KB

1.8.0 (2025-11-06)

Bug Fixes

  • apply opacity only to background, not content (2ed3c1b)
  • use separate background layer for opacity to keep content fully visible (f65acb2)

Features

  • add opacity controls and border toggle for person panels and title background (#30) (455b777)
  • add option to remove node border (c546f24)
  • add transparency options for Person Panel and Title background (07f5776)

1.7.2 (2025-11-05)

Bug Fixes

  • Add calculation for Add Node positioning (b069ee2)
  • Add calculation for Add Node positioning (#35) (daf931c)

1.7.1 (2025-11-05)

Bug Fixes

  • Move Firebase API key from hardcoded value to GitHub Secret (#34) (7bb842b)

1.7.0 (2025-11-05)

Bug Fixes

  • tree selection modal default value and add first-time user flow (#32) (ecf59f0)

Features

  • fix tree selection modal and add first-time user flow (cb46136)

1.6.0 (2025-11-05)

Features

  • Add font family options and avatar size slider to appearance settings (#31) (ca3e50a)

1.5.0 (2025-11-05)

Features

  • Add confirmation dialog for Delete Tree action (#28) (6938fb8)

1.4.0 (2025-10-31)

Features

  • Add copy-paste for multiple nodes with keyboard shortcuts and documentation (#27) (d7ab983)
  • Add copy-paste functionality for multiple nodes with interlinking edges only (8ea674f)
  • Add keyboard shortcuts for copy (Ctrl+C), paste (Ctrl+V), and delete (Delete) (8ccf5ec)

1.3.0 (2025-10-30)

Bug Fixes

  • Add Linting Rules and adding more config options (a56da50)

Features

  • Add demo page for export configuration and complete implementation (0d91b93)
  • Add export configuration for family tree title, font sizes, dates visibility, and node type selection (a10c6e8)

1.2.2 (2025-10-30)

Performance Improvements

  • eliminate rendering bottlenecks in core React Flow operations (#23) (8ae9494)
  • optimize core rendering and data processing (a2952aa)
  • optimize database retry logic and sync effect (3745828)

Reverts

  • restore PNG export pixelRatio to 5 for better quality (b67cf05)

1.2.1 (2025-10-30)

Bug Fixes

  • Ensure that expectedChunks is equal to receivedChunks before progressing (409eebe)

1.2.0 (2025-10-30)

Features

  • Add in-app help modal documenting all features (#19) (565dea8)

1.1.1 (2025-10-30)

Bug Fixes

  • Update TODO and modify the ICONs for the PWA (61ab321)

1.1.0 (2025-10-30)

Bug Fixes

Features

1.0.1 (2025-10-30)

Bug Fixes

  • Align siblings at same Y-axis and ensure proper multi-generational layering (00e04d1)
  • Fixing the issue with saving to IndexDB (f943e47)
  • Prioritize partner positioning over sibling alignment (cc4b2a3)

1.0.0 (2025-10-29)

Bug Fixes

  • Add AboutModal and Build Info (3210fe8)
  • Add AboutModal and Build Info (b343429)
  • Added tests to all libs and hooks (7e23a08)
  • Adding Error Handling (a46f291)
  • Implementing Error Handling in all componenets (94457cb)
  • replace release-please with semantic-release to resolve workflow failures (#15) (3b93ccc)
  • upgrade Node.js to v20 for Firebase CLI v14.22.0 compatibility (#11) (59fbaf6)
  • upgrade Node.js to version 20 for Firebase CLI compatibility (3d6bdd0)

Features

  • Add PWA support with enhanced IndexedDB mobile compatibility (#12) (260700f)
  • Adding Conventual Commits + Release (3e627d3)
  • configure PWA support with service worker and enhanced IndexedDB compatibility (c51c316)