This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b277bca
commit 3abed8e
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 0.3.1 | ||
|
||
## New Features | ||
|
||
- Allow Lacona to control Light/Dark mode ("enable dark mode", "toggle light mode"...) | ||
- Add 3 new themes (light, light-minimal, and dark-minimal) | ||
- The Lacona theme can be set to automatically mirror the OS theme (light/dark mode) | ||
- Switched to "One" color scheme, based on Atom One, for improved light-mode visibility | ||
- Allow vim-style (hjkl) movement when holding the control key | ||
- Added an About panel | ||
|
||
## Fixes | ||
|
||
- Prevent "rubber band" effect that moves the entire Lacona window when scrolling past edges | ||
- Fix a bug where Lacona could be displayed but not focused | ||
- Prevent Lacona from stealing the current App's focus | ||
- Ensure that "tonight" in "remind me to eat tonight" is properly colorized | ||
- Lacona refuses to launch on OSX <= 10.10 | ||
|
||
## Changes | ||
|
||
- Thin down the status menu icon a bit | ||
- Lacona width is now limited to 820px maximum, to help people with large screens | ||
- Even up the space between fallthroughs and the rest of the words | ||
|
||
--- | ||
|
||
# 0.3 | ||
|
||
- Initial Beta Launch |