Over The Hill v0.0.2 Release Notes

🎉 What’s New in v0.0.2

🐛 Bug Fixes

  • Fixed Date Handling in Snapshots: Resolved issue where snapshots were created with the next day’s date due to timezone conversion
    • Changed formatDateKey function to use toLocaleDateString('sv-SE') instead of toISOString()
    • Export filenames now use local date for consistency
    • Addresses issue where users in different timezones experienced incorrect snapshot dates

🔧 Technical Improvements

  • Enhanced Date Consistency: All date-related operations now use local timezone instead of UTC
  • Improved Export Functionality: Export filenames now reflect the actual local date of creation
  • Better Cross-Platform Compatibility: Fixed timezone-related issues affecting users worldwide

📋 Previous Features (v0.0.1)

🎯 Core Functionality

  • Hill Chart Visualization: Create and manage visual progress charts inspired by 37signals methodology
  • Task Management: Add, customize, and position “dots” representing tasks or features
  • Collections: Organize related dots into collections for better project management
  • Real-time Updates: Drag and drop interface for positioning dots on the hill chart

🎨 Customization Options

  • Dot Customization:
    • 5 color options (blue, green, red, orange, purple)
    • 5 size options (1-5)
    • Custom naming for each dot
  • Theme Support: Light, dark, and system-preferred themes
  • Visual Feedback: Clear indication of “Up the Hill” (discovery) vs “Down the Hill” (execution) phases

📤 Export & Sharing

  • Multiple Export Formats:
    • Copy as PNG to clipboard
    • Copy as SVG to clipboard
    • Download as PNG file
  • Data Export: Export collections and snapshots as JSON for backup/transfer
  • Snapshot System: Save and restore chart states with date-based snapshots

🖥️ Desktop Application

  • Electron-based Desktop App: Native desktop experience with offline functionality
  • Cross-Platform Support: Available for Windows, macOS, and Linux
  • AppImage Distribution: Easy installation on Linux systems
  • Secure Local Storage: Data stored locally using Electron’s built-in storage
  • Native File Operations: Direct file save/load without browser limitations

🚀 Installation

Desktop App (Linux)

# Download the AppImage
chmod +x Over-The-Hill-0.0.2.AppImage
./Over-The-Hill-0.0.2.AppImage

Web Version

Visit: https://over-the-hill.faurobert.fr/

Over The Hill v0.0.1 Release Notes

🎉 What’s New

Over The Hill is a powerful Hill Chart Generator inspired by 37signals’ project management methodology. This release brings you a complete solution for visualizing project progress with both web and desktop applications.

✨ Key Features

🎯 Hill Chart Visualization

  • Interactive Hill Chart: Visualize project progress using the proven 37signals methodology
  • Two-Phase Tracking:
    • Up the Hill (Left Side): Discovery, research, and problem-solving phase
    • Down the Hill (Right Side): Clear path, active implementation phase
  • Drag & Drop Interface: Intuitive positioning of tasks on the hill

📊 Task Management

  • Customizable Dots: Each dot represents a task, feature, or project item
  • Rich Customization:
    • Colors: Blue, green, red, orange, purple
    • Sizes: 5 different size options (1-5) for visual hierarchy
    • Labels: Custom names for each task
  • Real-time Updates: Instant visual feedback as you move tasks

📁 Collection Management

  • Multiple Collections: Organize tasks into different projects or categories
  • Collection Switching: Seamlessly switch between different project contexts
  • Collection Naming: Custom names for better organization
  • Collection Visibility: Option to hide collection names in exports

📸 Snapshot System

  • Daily Snapshots: Save the state of your hill chart for any date
  • Calendar Interface: Visual calendar showing days with saved snapshots
  • Snapshot Recovery: Load any previous snapshot to see historical progress
  • Progress Tracking: Monitor how your projects evolve over time

🎨 Export & Sharing

  • Multiple Export Formats:
    • PNG Export: High-quality raster images for presentations
    • SVG Export: Scalable vector graphics for documents
  • Clipboard Integration: Copy charts directly to clipboard in PNG or SVG format
  • Download Options: Save charts as files with timestamped filenames
  • Export Settings: Choose between PNG and SVG for clipboard operations

🌙 Theme Support

  • Light Theme: Clean, bright interface for daytime use
  • Dark Theme: Easy on the eyes for evening work
  • System Theme: Automatically follows your operating system preference
  • Theme Persistence: Remembers your theme preference

💾 Data Management

  • Import/Export: Full data portability with JSON format
  • Backup & Restore: Export all collections and snapshots
  • Legacy Support: Import data from previous versions
  • Data Validation: Robust error handling for corrupted files

🖥️ Desktop Application Features

Cross-Platform Support

  • Windows: Native Windows application with installer
  • macOS: Universal binary supporting Intel and Apple Silicon
  • Linux: AppImage format for easy distribution

Enhanced Desktop Capabilities

  • Secure Local Storage: Data stored securely using Electron’s built-in storage
  • Native File Operations: Direct file save/load without browser limitations
  • Offline Functionality: Works completely offline
  • Native Clipboard Integration: Superior clipboard support for copying charts
  • System Integration: Install as a native application (Linux)

Linux-Specific Features

  • AppImage Distribution: Portable, self-contained application
  • System Installation: One-click installation to system menu
  • GTK Compatibility: Optimized for mixed GTK2/3/4 environments
  • Multiple Launch Methods: 5 different ways to run the application
  • Comprehensive Troubleshooting: Detailed solutions for common Linux issues

🚀 Getting Started

Web Version

Visit https://over-the-hill.vercel.app/ to start using the web version immediately.