Skip to content

Commit

Permalink
Release 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain committed Jun 2, 2021
1 parent a4faf89 commit 68ea9d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions data/com.github.alainm23.planner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@
<binary>com.github.alainm23.planner</binary>
</provides>
​<releases>
<release version="2.7" date="2021-06-01">
<description>
<p>Planner 2.7 is here...</p>
<ul>
<li>New Natural Language Date Parser.</li>
<li>First beta support for CalDAV.</li>
<li>Labels synced with Todoist.</li>
<li>Many, many design improvements.</li>
</ul>
</description>
</release>

<release version="2.6.9" date="2021-01-18">
<description>
<p>Bug fixes and performance improvement</p>
Expand Down
2 changes: 1 addition & 1 deletion data/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@define-color base_color white;
@define-color check_border_color @border_color;
@define-color projectview_color shade (#FFFFFF, 0.985);
@define-color pane_color #F5F6F7;
@define-color pane_color #FAFAFA;
@define-color pane_selected_color shade (@bg_color, 0.93);
@define-color pane_text_color #333333;
@define-color popover_background @projectview_color;
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project (
'com.github.alainm23.planner',
'vala', 'c',
version: '2.6.9'
version: '2.7'
)

add_project_arguments([
Expand Down
2 changes: 1 addition & 1 deletion src/Utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ public class Utils : GLib.Object {
base_color = "white";
check_border_color = "@border_color";
projectview_color = "shade (#FFFFFF, 0.985)";
pane_color = "#F5F6F7";
pane_color = "#fafafa";
pane_selected_color = "shade (@bg_color, 0.93)";
pane_text_color = "#333333";
popover_background = "@projectview_color";
Expand Down

0 comments on commit 68ea9d9

Please sign in to comment.