Skip to content

Desktop Todo Widget v1.0.0 - Initial Release

Choose a tag to compare

@singharyan006 singharyan006 released this 20 Sep 21:16

πŸŽ‰ First stable release of Desktop Todo Widget!

A lightweight, always-visible desktop to-do list widget built with Electron.js that stays on top of all your windows to keep you productive.

✨ Features

  • Always-on-top widget - Stays visible above all other windows
  • Quick task management - Add, complete, and delete tasks instantly
  • Persistent storage - Tasks are saved locally and restored on startup
  • Draggable & resizable - Position and size the widget to your liking
  • Glass morphism design - Clean, modern interface with blur effects
  • Theme switching - Light and dark theme support
  • Keyboard shortcuts - Ultra-fast task management with hotkeys

πŸš€ Quick Start

  1. Download desktop-todo-widget-win32-x64.zip
  2. Extract the folder anywhere on your computer
  3. Run desktop-todo-widget.exe
  4. Start adding your tasks!

πŸ”§ Technical Notes

  • Built with Electron 27.x and TailwindCSS
  • Uses electron-packager for Windows builds (resolves symbolic link permission issues)
  • Portable application - no installation required
  • Requires Windows 10/11 (x64)

πŸ› Known Issues

  • Currently Windows-only build (macOS/Linux builds coming soon)
  • Default Electron icon used (custom icon coming in future release)

πŸ“ Changelog

  • Initial release with core todo functionality
  • Windows build pipeline established
  • Glass morphism UI with light/dark themes
  • Keyboard shortcuts and window controls

Next up: macOS/Linux builds, system tray integration, and custom app icon