kuro version history
10 releases tracked, newest first.
v9.1.3
Feb 18, 2026- Security fixes and dependency upgrades.
- Updated 'conf' dependency to resolve breaking issues in the previous version.
5 downloads
v9.1.2
Feb 12, 2026## Summary :nerd_face:
- Security fixes and dependecy upgrades
5 downloads
v9.1.1
Aug 12, 2025## Bug Fixes :lady_beetle:
- ToDo URLs will no longer open in Chrome and will keep themselves in app. - _closes #148_
## Features :sparkles:
- `bgDanger` and `fontColorDanger` can now be specified in custom themes to target the danger buttons specifically while keeping `fontColorWarning` for the rest of the UI text. - _closes #147_
## What's Changed
* build(deps): bump tmp from 0.2.3 to 0.2.4 by @dependabot[bot] in https://github.com/davidsmorais/kuro/pull/146
**Full Changelog**: https://github.com/davidsmorais/kuro/compare/v9.1.0...v9.1.1
5 downloads
v9.1.0
Aug 6, 2025<img width="835" height="1023" alt="image" src="https://github.com/user-attachments/assets/9a21a1bf-1555-4150-a95a-10ab3a4ea58e" />
## Bug Fixes :bug:
- Links are no longer opening in Electron, they should use the OS browser instead now (Closes #143 & #130)
- Fix suggestions background in custom theme (#121)
- Fixed the exit keybind not being implemented (#122 )
## New Features :sparkles:
- Flatpak has arrived :raised_hands: (Closes #126)
- New setting/shortcut to invert task position (Closes #119 )
- Updated electron from v22 to v37 :robot:
## New Contributors
* @jexjws made their first contribution in https://github.com/davidsmorais/kuro/pull/120
**Full Changelog**: https://github.com/davidsmorais/kuro/compare/v9.0.0...v9.1.0
5 downloads
v9.0.0
Feb 27, 2023<h1 align="center">🖤 Kuro 9 🤍 </h1>
<p align="center">
<img width="250" alt="Kuro" src="https://user-images.githubusercontent.com/22729436/220224810-9cf8d027-0968-4a25-88d9-24aff28240af.png">
</p>
### Warning :warning:
It is highly recommended you delete your `~/.kuro.json` configuration file in order to have the new keyboard shortcuts and the default theme.
## Summary
Kuro 9 fundamentally changes the way one of Kuro's most important feature works:
> Recently, Microsoft finally released the dark theme implementation for the web version of their ToDo app, they call it Night Mode. This was one of the main reasons I decided to start working on Kuro over a year ago. There was no Desktop client for MS ToDo and the web app lacked a dark mode.
Instead of coming pre-packed the 4 themes (Dark, Black, Dracula & Sepia), Kuro will now use its repurposed <kbd>Ctrl</kbd> + <kbd>H</kbd> shortcut to toggle between Microsoft ToDo's Night Mode.
And starting with Kuro 9, you'll be able to create and use your own themes with Kuro ! There are a few already in the [Wiki page ](https://github.com/davidsmorais/kuro/wiki/Custom-Themes-%F0%9F%8E%A8) in case you want to gain some ins
4 downloads
v8.1.9
Feb 13, 2023## Bug fixes :lady_beetle:
- Fixed and issue which was causing Kuro to open To-Do links in the OS browser (#86)
4 downloads
v8.1.8
Jan 30, 2023This release mainly fixes some bugs introduced by the latest version's Electron update
## Bug fixes 🐞
- Fixed the tray icon being used as the main app icon
- Fixed tray and shortcut actions (affected #82 )
- Fixed links opening in another Kuro instance instead of the OS browser (#81)
**Full Changelog**: https://github.com/davidsmorais/kuro/compare/v8.1.7...v8.1.8
4 downloads
v8.1.7
Jan 27, 2023
## Patches 🩹
- Updated Electron & `electron-context-menu` dependencies
- :warning: [Electron has discontinued support for Linux ia32](https://www.electronjs.org/blog/linux-32bit-support) on its latest versions. In order to keep Kuro secure, performant and up to date with Electron, I have decided to update Electron and also stop supporting the 32bit architecture in Linux systems.
- If there's enough requests, I can open a another release channel for 32 bit versions of Kuro, but for now, we're moving on- Also updated the `nix` package. But am not 100% sure it's working correctly.
4 downloads
v8.1.6
Nov 2, 2022
## Features 🚀
- Added Windows .exe package
## Bug Fixes 🐛
- Fixed drag and drop on macOS (🙏 @rv3392)
8 downloads
v8.1.5
Sep 5, 2022### Bugs :lady_beetle:
- Fixed an issue with the search bar theme (#51)
- Fixed Launch Minimized functionality (#55)
- Fixed notifications theme (#54)
### Features :rocket:
- New minimum dimensions 🤏 (#53)
- Kuro can now shrink down to 10% of the screen width !
### Other :robot:
- Updated `electron-store` & `electron-context-menu` dependencies
7 downloads