[gnome-clocks/bilelmoussaoui/misc] misc: explicit release notes and some smallf fixes



commit 3492deeb4819c7d4fbd78315012a49c2f21a05f4
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Mar 1 19:03:38 2020 +0100

    misc: explicit release notes and some smallf fixes
    
    this also removes the coala section in Contribtuing.md

 .editorconfig                            |  1 +
 CONTRIBUTING.md                          | 23 +----------------------
 NEWS.md                                  | 11 +++--------
 data/org.gnome.clocks.metainfo.xml.in.in | 10 ++++++++--
 4 files changed, 13 insertions(+), 32 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index b8afc2c..29094f7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,7 @@
 [*.vala]
 indent_style = tab
 indent_size = 4
+trim_trailing_whitespace = true
 
 [*.css]
 indent_style = tab
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b1164a3..35b8b7b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-HACKME
+# Contributing
 ======
 
 This file is intended to help new developers to get started with developing for
@@ -47,24 +47,3 @@ Information about UI-templates:
 The best way to get started is to fix small bugs. If you don't find them, ask
 on IRC.
 
-4. Getting Started With coala
-=============================
-
-coala is a helping tool for developers to check for inconsistencies in the code.
-
-You can install coala from:
-
- https://github.com/coala-analyzer/coala
-
-To use coala, just open terminal and browse to code directory; then type:
-
- $ coala
-
-coala will test for the following things:
-
- * No trailing spaces.
- * No tabs.
- * Line lengths less than 120.
-
-If any of the above tests fail for any line(s) coala will prompt you to fix it
-alongwith the location of that line.
\ No newline at end of file
diff --git a/NEWS.md b/NEWS.md
index 7130079..c49b694 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,20 +1,15 @@
 gnome-clocks 3.36.0
 ===================
  * Major redesign of the application
+ * Multiple timers support
+ * Daylight status for World clocks
+ * Adaptive layout: Mobile support
  * Updated translations
 
-
 gnome-clocks 3.34.0
 ===================
 
  * Updated translations
-gnome-clocks 3.34.0
-===================
-
- * Updated translationsgnome-clocks 3.34.0
-===================
-
- * Updated translations
 
 gnome-clocks 3.33.1
 ===================
diff --git a/data/org.gnome.clocks.metainfo.xml.in.in b/data/org.gnome.clocks.metainfo.xml.in.in
index b7c331d..3da4d81 100644
--- a/data/org.gnome.clocks.metainfo.xml.in.in
+++ b/data/org.gnome.clocks.metainfo.xml.in.in
@@ -49,9 +49,15 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="3.36.0" date="2020-02-26" type="stable">
+    <release version="3.36.0" date="2020-03-01" type="stable">
       <description>
-        <p>This release received a major redesign.</p>
+        <ul>
+          <li>Major redesign of the application</li>
+          <li>Multiple timers support</li>
+          <li>Daylight status for World clocks</li>
+          <li>Adaptive layout: Mobile support</li>
+          <li>Updated translations</li>
+        </ul>
       </description>    
     </release>
     <release version="3.34.0" date="2019-09-09" type="stable" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]