Skip to content

Commit

Permalink
appdata metadata: replace backticks with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Nov 7, 2021
1 parent d68ace2 commit d7f1bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/go-for-it.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To-do lists are stored in the Todo.txt format. This simplifies synchronization w
<li>The spacing between tasks has been increased to improve how the application looks on elementary OS 6.</li>
<li>Depending on the Gtk theme, task checkboxes and descriptions may be aligned better.</li>
<li>Made the parsing of timer and duration values more robust. For example: "timer:5m" will now also be parsed as a timer value, while previously only "timer:0h-5m-0s" would be accepted.</li>
<li>Now only `.txt` files are shown when selecting a file to store tasks in, by default.</li>
<li>Now only ".txt" files are shown when selecting a file to store tasks in, by default.</li>
<li>The Portuguese translations have been updated.</li>
</ul>
<p>Fixed bugs:</p>
Expand Down Expand Up @@ -202,7 +202,7 @@ To-do lists are stored in the Todo.txt format. This simplifies synchronization w
<li>A custom drag handle icon is now used instead of the "view-list" icon.</li>
<li>Go For It! now highlights the task you are currently working on with ⏰.</li>
<li>Changing the system clock or suspending your system will no longer affect the timer.</li>
<li>It is now possible to tell Go For It! how long a task should take by adding `duration:Xh-Ym` to the description of a task. (Where X and Y are the number of hours and minutes respectively. For a five minute task one would need to add `duration:5m`.) Go For It! will notify you when you exceed this duration. (Do not forget to enable timer logging so Go For It! will know how much time you have spent working on a task after closing the application!)</li>
<li>It is now possible to tell Go For It! how long a task should take by adding "duration:Xh-Ym" to the description of a task. (Where X and Y are the number of hours and minutes respectively. For a five minute task one would need to add "duration:5m".) Go For It! will notify you when you exceed this duration. (Do not forget to enable timer logging so Go For It! will know how much time you have spent working on a task after closing the application!)</li>
<li>Not every break (or time between breaks) has to be of the same length: You can now use Go For It! as a pomodoro timer or use a custom timer schedule.</li>
<li>Added an option to add new tasks at the start of each list instead of appending them to the end.</li>
<li>Added "--list" and "--load &lt;id&gt;" arguments to show the configured lists and load a specified list respectively.</li>
Expand Down

0 comments on commit d7f1bf9

Please sign in to comment.