+ Track the latest updates, improvements, and fixes to the AeThex platform +
+Total Releases
+{changelogEntries.length}
+New Features
++ {changelogEntries.reduce((acc, entry) => + acc + entry.changes.filter(c => c.type === 'added').length, 0 + )} +
+Bug Fixes
++ {changelogEntries.reduce((acc, entry) => + acc + entry.changes.filter(c => c.type === 'fixed').length, 0 + )} +
+Improvements
++ {changelogEntries.reduce((acc, entry) => + acc + entry.changes.filter(c => c.type === 'improved').length, 0 + )} +
+{change.description}
++ Try adjusting your search terms or filters to find what you're looking for. +
++ Follow our development progress and get notified about new releases +
+