~enso-os/+junk/welcome

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Dane Henson <thegreatdane@gmail.com>-->
<component type="desktop">
  <id>com.github.dahenson.agenda.desktop</id>
  <metadata_license>CC0</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <name>Agenda</name>
  <summary>Get things done</summary>
  <developer_name>Dane Henson</developer_name>
  <url type="homepage">http://brainofdane.com</url>
  <url type="bugtracker">https://github.com/dahenson/agenda/issues</url>
  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/dahenson/agenda/master/data/screenshot.png</image>
    </screenshot>
  </screenshots>
  <description>
    <p>
      Agenda is a simple, slick, speedy and no-nonsense task manager. Use it to keep track of the tasks that matter most.
    </p>
    <ul>
      <li>Blazingly fast and light</li>
      <li>Remembers your list until you clear completed tasks</li>
      <li>Autocompletion for previously added tasks</li>
      <li>Quit with the Esc key</li>
    </ul>
    <p>
      I dare you to find an easier, faster, more beautiful task manager for elementary OS.
    </p>
  </description>

  <releases>
    <release version="1.0.9" date="2017-11-27">
      <description>
        <p>Small bugfixes and a new icon</p>
        <ul>
          <li>Updated the icon with a fresh new look (Thanks, Harvey)</li>
          <li>Pressing Esc no longer closes Agenda while editing a task</li>
          <li>Pressing Delete no longer crashes Agenda while editing a task</li>
          <li>Metadata installs to the correct folder</li>
        </ul>
      </description>
    </release>
    <release version="1.0.8" date="2017-06-08">
      <description>
        <p>Small Fixes</p>
        <ul>
          <li>Fixed style issues for dark and light variants</li>
          <li>Looks good, and feels good!</li>
        </ul>
      </description>
    </release>
  </releases>
</component>