<feed xmlns='http://www.w3.org/2005/Atom'>
<title>timetasker, branch master</title>
<subtitle>A CLI for submitting Time Task time sheets</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/'/>
<entry>
<title>Increase version v0.1.1 -&gt; v0.1.2</title>
<updated>2018-01-22T21:39:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T21:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=3c8651dfb3a31ab4a210b9e193c4448f30943dd5'/>
<id>3c8651dfb3a31ab4a210b9e193c4448f30943dd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'change-field-format-to-US-localisation'</title>
<updated>2018-01-22T21:07:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T21:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=44ae48931227fba274a3d2fea3742947987950f0'/>
<id>44ae48931227fba274a3d2fea3742947987950f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildSubmissionParams(): Change time format to U.S.</title>
<updated>2018-01-22T21:04:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T21:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=d72ad5c7264d3b31b8cbe67bd09feaec5c4f7eed'/>
<id>d72ad5c7264d3b31b8cbe67bd09feaec5c4f7eed</id>
<content type='text'>
The TimeTask form now requires U.S. localisation for the time. This
means that decimal values are no longer submitted as "4,5" for four and
a half hours. Instead, it must be written "4.5".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The TimeTask form now requires U.S. localisation for the time. This
means that decimal values are no longer submitted as "4,5" for four and
a half hours. Instead, it must be written "4.5".
</pre>
</div>
</content>
</entry>
<entry>
<title>buildSubmissionParams(): Change date format to U.S.</title>
<updated>2018-01-22T21:03:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T21:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=97eccbcc6aa1fae18621f705729f6428ceee629a'/>
<id>97eccbcc6aa1fae18621f705729f6428ceee629a</id>
<content type='text'>
The TimeTask form now requires U.S. instead of European date
localisation. This swaps the date and month fields so that the month
appears first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The TimeTask form now requires U.S. instead of European date
localisation. This swaps the date and month fields so that the month
appears first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'show-http-response-when-time-emtry-submission-fails'</title>
<updated>2018-01-22T20:59:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T20:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=b31561487edb3df5241f4999a26edbcbae6e0717'/>
<id>b31561487edb3df5241f4999a26edbcbae6e0717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SubmitTimeEntry(): Log HTTP response</title>
<updated>2018-01-22T20:45:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-22T20:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=45dde7e7dfc82cce180034533f89e931a42287e6'/>
<id>45dde7e7dfc82cce180034533f89e931a42287e6</id>
<content type='text'>
The previous error message wasn't useful for determining the cause of
the error. It just said there was a problem, but provided no additional
information.

Append the HTTP response body from TimeTask to the error message so
users can see what they had a problem with.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous error message wasn't useful for determining the cause of
the error. It just said there was a problem, but provided no additional
information.

Append the HTTP response body from TimeTask to the error message so
users can see what they had a problem with.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.1.0 -&gt; v0.1.1</title>
<updated>2017-07-08T20:58:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-08T20:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=54c921d24cb5759cc63f4781b8dc96fa389e5ef7'/>
<id>54c921d24cb5759cc63f4781b8dc96fa389e5ef7</id>
<content type='text'>
* Increment version number
* Update CHANGELOG
* Change `VERSION` variable in main.go to a constant because this makes
  more sense
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Increment version number
* Update CHANGELOG
* Change `VERSION` variable in main.go to a constant because this makes
  more sense
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-changelog'</title>
<updated>2017-07-08T20:57:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-08T20:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=3a46af2389a54a9592e8dabb075e1cfed5562ce0'/>
<id>3a46af2389a54a9592e8dabb075e1cfed5562ce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CHANGELOG</title>
<updated>2017-07-08T20:57:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-08T20:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=74f91a09fd6514eee2dff027e3f6d3989f8f1a0a'/>
<id>74f91a09fd6514eee2dff027e3f6d3989f8f1a0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-bash-completion-file-to-release-archives'</title>
<updated>2017-07-08T20:54:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-08T20:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/timetasker/commit/?id=4950f05926b1d34d09a102fe1e9c4dbae5dafe36'/>
<id>4950f05926b1d34d09a102fe1e9c4dbae5dafe36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
