<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/docs, branch v0.5.0</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v0.5.0</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v0.5.0'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2024-03-24T18:21:31Z</updated>
<entry>
<title>Bump version number to 0.5.0</title>
<updated>2024-03-24T18:21:31Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-24T18:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=91d51c3c49c4c0877483220ac0f12db4efab8f60'/>
<id>urn:sha1:91d51c3c49c4c0877483220ac0f12db4efab8f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fractions using | to expressions</title>
<updated>2024-03-23T21:03:45Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-23T21:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=cc45a65c78c578eb404d8773b22e5b046917621f'/>
<id>urn:sha1:cc45a65c78c578eb404d8773b22e5b046917621f</id>
<content type='text'>
| is like /, but with higher precedence.  This feature is a part of GNU
Units, and was included in 7Units for compatibility.
</content>
</entry>
<entry>
<title>Update documentation and version# (0.5.0a2)</title>
<updated>2024-03-23T20:44:32Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-23T20:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=0986ea7d12363225683fff801047188cf7cb78eb'/>
<id>urn:sha1:0986ea7d12363225683fff801047188cf7cb78eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add specification for data files</title>
<updated>2024-03-03T15:49:04Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-02-25T01:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=044b1b6cd5189d0738f9c1382d5971eff717bae1'/>
<id>urn:sha1:044b1b6cd5189d0738f9c1382d5971eff717bae1</id>
<content type='text'>
I will have to change a few things to fit this specification; all the
better that I made it instead of leaving behaviour unspecified!
</content>
</entry>
<entry>
<title>Add config file info to user manual</title>
<updated>2023-09-16T21:09:42Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-09-16T21:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=3842977eec61c356f347e3f20f0b5b2ce58d9f52'/>
<id>urn:sha1:3842977eec61c356f347e3f20f0b5b2ce58d9f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow config file to load custom data files</title>
<updated>2023-09-16T18:58:52Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-09-16T18:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=370fbe971379d4f833158d41f2c95cb669fb6dbf'/>
<id>urn:sha1:370fbe971379d4f833158d41f2c95cb669fb6dbf</id>
<content type='text'>
The parameters "custom_unit_file", "custom_dimension_file" and
"custom_exception_file" can now be used to load custom unit, dimension
and exception files.  Specify them more than once to load multiple
files.

I haven't yet added this to the GUI, and I probably won't, because you
already need to be able to edit text files to create this, so having a
GUI won't make it any more intuitive.
</content>
</entry>
<entry>
<title>Move config file to standard location</title>
<updated>2023-09-16T17:58:48Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-09-16T17:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=c8ac31e271afe78f6127de737c616c6f6fab05cf'/>
<id>urn:sha1:c8ac31e271afe78f6127de737c616c6f6fab05cf</id>
<content type='text'>
The user's config directory is taken as ~\AppData\Local\ on Windows and
is XDG-compliant elsewhere.  The config file's location is &lt;config
dir&gt;/SevenUnits/config.txt.  The SevenUnits directory is created if
nonexistent.

The previous location inside the git directory would not work for
someone actually installing and using 7Units, so this change was made.
</content>
</entry>
<entry>
<title>Create roadmap for v1.0.0</title>
<updated>2023-07-02T20:24:02Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-07-02T20:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=85d07c240348e3a2ff85cedfc7aaef8126222a69'/>
<id>urn:sha1:85d07c240348e3a2ff85cedfc7aaef8126222a69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped version number to 0.4.0</title>
<updated>2022-07-17T21:23:59Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T21:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b76c06eb393c7c6d9a3ece66efec1fd20311b7e8'/>
<id>urn:sha1:b76c06eb393c7c6d9a3ece66efec1fd20311b7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped version number to 0.4.0b1 &amp; added @since</title>
<updated>2022-07-08T17:46:45Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-08T17:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=39668f4b274f0e7996f65b4f432a48ae0d88daca'/>
<id>urn:sha1:39668f4b274f0e7996f65b4f432a48ae0d88daca</id>
<content type='text'>
</content>
</entry>
</feed>
