Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.68 KB

File metadata and controls

53 lines (33 loc) · 1.68 KB

Changelog

Build 2025-09-15

  • Updated build hashes for: starmus-styles.min.css, starmus-app.min.js

Build 2025-09-15

  • Updated build hashes for: starmus-styles.min.css, starmus-app.min.js

Build 2025-09-15

  • Updated build hashes for: starmus-styles.min.css, starmus-app.min.js

Build 2025-09-11

  • Updated build hashes for: starmus-styles.min.css, starmus-app.min.js

Build 2025-09-11

  • Updated build hashes for: starmus-styles.min.css, starmus-app.min.js

Build 2025-09-10

  • Updated build hashes for: starmus-audio-recorder-style.min.css, starmus-audio-recorder-module.min.js, starmus-audio-recorder-ui-controller.min.js, starmus-audio-recorder-submissions-handler.min.js, starmus-audio-recorder-submissions.min.js

All notable changes to the Starmus Audio Recorder will be documented in this file.

[Unreleased]

Added

  • Enhanced build script with CSS support and changelog integration
  • Real-time volume level indicator during recording and calibration
  • 10-second microphone calibration with 3-phase instructions
  • Geolocation capture functionality in UI Controller
  • Comprehensive CSS styling for all recorder components
  • Dark mode support for modern user preferences

Fixed

  • ESLint syntax errors across all JavaScript files
  • Control regex patterns for better browser compatibility
  • Variable redeclaration issues in recorder module
  • Empty catch blocks and binding issues
  • Build process integration with PostCSS and Terser

Changed

  • Moved geolocation logic from legacy script to modern UI Controller
  • Updated package.json build scripts for better organization
  • Enhanced error handling and user feedback throughout
  • Improved separation of concerns across modules