Skip to content

Releases: mohamedsadiq/LightUp

LightUp - Latest Release Notes

25 Dec 19:00
Compare
Choose a tag to compare

LightUp - Latest Release Notes 🎉

New Features

📖 Enhanced Reading Experience

  • Font Size Options: Choose from 3 different sizes for optimal readability
  • Highlight Colors: Personalize your experience with 7 color options
    • Default highlight color
    • 6 additional custom colors
  • Redesigned Settings UI: More intuitive customization interface

🎯 Radical Focus Mode

  • Blur entire screen except for active content
  • Crystal-clear popup visibility
  • Enhanced reading concentration
  • Seamless compatibility with both Light & Dark themes

🎤 Accessibility Improvements

  • Text-to-Speech Integration
    • Powered by Web Speech API

⌨️ Enhanced Controls

  • Keyboard Shortcuts: Quick access to frequently used features
  • Extended Language Support: More translation options available

UI/UX Improvements

  • Improved color selection interface

v0.1.0-beta.4 - Dark Mode & UI Improvements

19 Dec 19:58
Compare
Choose a tag to compare

Theme Support

  1. Added dark mode support with theme toggle in options
  2. Added theme-aware components and styling

UI Changes

  1. Updated Logo Component
  • Added theme-based logo switching
  • Light theme: Original logo
  • Dark theme: New minimalist logo with white glow effect
  • You can hide the selected text
  1. Mode Selector Updates
  • Made "Explain mode" button white in dark theme
  • Improved contrast and readability
  1. Copy Button Fixes
  • Removed unnecessary background from follow-up answer copy buttons
  • Made copy button styling consistent across all instances

5 - Radical Focus Mode

  • Introduced a new mode for distraction-free reading.
  • Blurs the entire screen, keeping only the popup visible.
  • Enhances focus and works with both Light and Dark themes.

Full Changelog: 0.1.0-beta.3...0.1.0-beta.4

v0.1.0-beta.3 - Gemini Integration

18 Dec 17:43
Compare
Choose a tag to compare

New Features

  • Added Google Gemini AI support as an alternative to OpenAI and Local LLM
  • Integrated multiple Gemini models:
    • Gemini Pro (Default) - Standard text model with balanced performance
    • Gemini Pro Vision - Handles both text and image inputs
    • Gemini 1.0 Pro - First version of the model
    • Gemini 1.5 Pro - Latest version with improved capabilities
    • Gemini 1.5 Flash - Faster, smaller model for quick responses

Technical Notes

  • Implements chunked text streaming for smooth output
  • Added proper error handling for Gemini API responses

v0.1.0-beta.2

13 Dec 22:51
Compare
Choose a tag to compare

v0.1.0-beta.2

New Features

  • Added Settings button in popup for quick access to options page

UI Enhancements

  • Redesigned popup interface with improved layout and spacing
  • Updated button styling with rounded corners and improved hover states
  • Implemented K2D font family throughout the interface

Icon Updates

  • Updated icons for action buttons

v0.1.0-beta.1

29 Nov 21:31
Compare
Choose a tag to compare
  • Improved markdown rendering with Tailwind CSS classes
  • Removed separate markdown styles file for better maintainability