<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnits, branch v0.5.0a2</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v0.5.0a2</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v0.5.0a2'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2024-03-23T20:44:32Z</updated>
<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>Complete exponentiation of dimensions</title>
<updated>2024-03-23T20:29:12Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-23T20:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4db89a7e775921f4bb29db9f9b6bd939f115b631'/>
<id>urn:sha1:4db89a7e775921f4bb29db9f9b6bd939f115b631</id>
<content type='text'>
Previously, you could only exponentiate individual dimensions in
expressions.  For example, `Length^3` was valid, but `(Length / Time)^2`
was not.  This is now fixed.
</content>
</entry>
<entry>
<title>Add + and - to prefixes</title>
<updated>2024-03-03T16:23:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-03T16:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4a17e32274f991014edcfa22402d7207361f69f1'/>
<id>urn:sha1:4a17e32274f991014edcfa22402d7207361f69f1</id>
<content type='text'>
This was added to be consistent with the data file spec, which was
changed for consistency with unit expressions.  It may not be a common
expression, but it's a bit weird that you can use +/- in units but not
prefixes, even though they're in the same file!
</content>
</entry>
<entry>
<title>Bump version to v0.5.0a1</title>
<updated>2023-09-24T14:59:04Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-09-24T14:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=18b1b3c4a9e5b171527e36ce898cf04d4d2d0fe3'/>
<id>urn:sha1:18b1b3c4a9e5b171527e36ce898cf04d4d2d0fe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped version number to 0.4.1</title>
<updated>2023-04-15T15:42:57Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-04-15T15:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=7782359a4b16bf71c0017e8dc5360f202dcff693'/>
<id>urn:sha1:7782359a4b16bf71c0017e8dc5360f202dcff693</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>
<entry>
<title>Added front-end code information to the design document</title>
<updated>2022-05-18T14:38:49Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-05-18T14:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=42c7e596747873afeb572be551dd991986beb51c'/>
<id>urn:sha1:42c7e596747873afeb572be551dd991986beb51c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finalized version 0.4.0-alpha.1</title>
<updated>2022-04-19T21:35:43Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-19T21:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=8cc60583134a4d01e9967424e5a51332de6cc38b'/>
<id>urn:sha1:8cc60583134a4d01e9967424e5a51332de6cc38b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented prefix settings, saving &amp; loading of settings</title>
<updated>2022-04-19T21:10:44Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-19T21:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=0aacba9fc8a9140fdf331172ad66afe280d09b5e'/>
<id>urn:sha1:0aacba9fc8a9140fdf331172ad66afe280d09b5e</id>
<content type='text'>
Also fixed some bugs:
- Presenter now has default values for its settings in case they don't load properly
- UnitDatabase ensures its units, prefixes and dimensions have all of the names
you give it
</content>
</entry>
</feed>
