Skip to content

Releases: singharyan006/flost8

v2.0.0 - flost8

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:33

flost8 v2.0.0
A complete rebuild of the widget from the ground up, moving from a proof-of-concept to a polished, daily-driver desktop app.

What's New

  • New Visual Identity: Complete rebrand to "flost8" with a new logo, icon, and a premium blue/purple color palette.
  • Refined Glass Morphism: Softer light mode, darker dark mode, and improved blur aesthetics.
  • True Taskbar Support: The app now correctly appears in the Windows taskbar (fixed a bug where the window type was hiding it).
  • Decluttered UI: Removed the unnecessary minimize button from the window controls to keep the widget as minimal as possible.

Under the Hood

  • Modern Build System: Migrated to electron-builder to provide proper one-click .exe and .dmg installers instead of raw folder outputs.
  • Upgraded Stack: Powered by the brand new Tailwind CSS v4.
  • Automated Releases: CI/CD pipeline added for automated, cross-platform builds.

How to Install

  • Download the installer for your platform from the Assets section below:

Windows: Download and run flost8.exe
macOS: Download and run flost8.dmg

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