Skip to content

Releases: karadHub/EzTime

🎉 EzTime v2.0.1 - Major Redesign Release

27 Sep 17:17
f029203

Choose a tag to compare

Changelog

All notable changes to Easy Timer will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[2.0.1] - 2025-09-27

🎉 Major Release - Complete Redesign

✨ Added

  • Modern Glassmorphism Design: Beautiful frosted glass UI with subtle transparency effects
  • Responsive Layout: Mobile-first design that works seamlessly on all devices
  • Custom Preset System: Save and manage your frequently used timer durations
    • Persistent storage across browser sessions
    • Easy preset management with delete functionality
    • Custom naming for personalized presets
  • Quick Preset Buttons: One-click access to common timer durations
    • 🍅 Pomodoro (25 minutes)
    • ☕ Short Break (5 minutes)
    • 🛋️ Long Break (15 minutes)
    • 💪 Workout (30 minutes)
    • ⚡ Quick Timer (1 minute)
  • Visual Timer Feedback: Color-coded timer display (blue → yellow → red)
  • Dual Timer System: Both countdown timer and stopwatch in one app
  • Smart Navigation: Hamburger menu for mobile, top nav for desktop
  • Deployment Ready: Optimized for Vercel, Netlify, and other static hosts

🔧 Technical Improvements

  • Zero Dependencies: Pure HTML, CSS, and JavaScript
  • Cross-Browser Compatible: Works on all modern browsers
  • SEO Optimized: Proper meta tags and semantic HTML
  • Performance Optimized: Lightweight and fast loading
  • Offline Ready: Can be used without internet connection once loaded
  • Accessibility: Proper ARIA labels and keyboard navigation

🚀 Deployment & DevOps

  • Vercel Integration: One-click deployment with optimized configuration
  • Automated Scripts: PowerShell and Bash deployment scripts
  • CI/CD Ready: GitHub Actions compatible
  • Multi-platform Support: Deploy to Vercel, Netlify, GitHub Pages, etc.

📱 Mobile Experience

  • Touch Optimized: Large buttons and touch-friendly interface
  • Responsive Design: Adapts to all screen sizes
  • Mobile Navigation: Collapsible hamburger menu
  • Portrait/Landscape: Works in any orientation

🎨 Design Features

  • Dark Theme: Easy on the eyes with elegant gradients
  • Smooth Animations: Polished hover effects and transitions
  • Clean Interface: Distraction-free, ad-free experience
  • Visual Hierarchy: Clear typography and spacing

🔄 Changed

  • Complete UI/UX redesign from ground up
  • Improved timer accuracy and performance
  • Enhanced mobile responsiveness
  • Modernized codebase architecture

📝 Documentation

  • Comprehensive README with usage instructions
  • Deployment guide for multiple platforms
  • Contributing guidelines
  • License information

[1.0.0] - Initial Release

Added

  • Basic countdown timer functionality
  • Simple stopwatch feature
  • Basic HTML/CSS/JS implementation