You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListView.vala - Implement search for notes by filtering
Even if a model overrides this, it works, so I'm not complaining.
Notes are searched no matter what the search term is like.
Note.vala - Different Subtitle format
Now, instead of being just the note's creation date, it's:
<time||weekday||date> · <first note line that has a period>
app.css - Remove active styling on note color palette buttons
This was incorrectly set to show active state, which it shouldn't
because these are not a state, but a choice of the user.