<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnits, branch v1.0.0b1</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v1.0.0b1</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v1.0.0b1'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2025-02-24T01:53:06Z</updated>
<entry>
<title>Bump version number to 1.0.0b1</title>
<updated>2025-02-24T01:53:06Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-24T01:53:06Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=dfdcf58c8751db95f024528aa38dd81eb2364f39'/>
<id>urn:sha1:dfdcf58c8751db95f024528aa38dd81eb2364f39</id>
<content type='text'>
Compared to version 0.5.0, this release:
- allows conversion to sums of units (e.g. 4/3 ft → 1 ft + 4 in)
- allows non-integer exponents in expressions
- adds the ability to change the UI language
- gracefully handles datafile errors
- adds more information to the loading-success message, and adds it to
  the About tab
- allows the user to not use the default datafiles

No new features will be added until the release of version 1.0.0.
</content>
</entry>
<entry>
<title>Bump version number to 1.0.0a1</title>
<updated>2024-08-29T00:23:34Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-29T00:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=a9485b187844cad900bc43c0651406c51a7295c1'/>
<id>urn:sha1:a9485b187844cad900bc43c0651406c51a7295c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show unit/dim file errors as popup</title>
<updated>2024-08-22T16:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-22T16:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=ea3e2bf07939926e43c7abe3fd13a7c4e93f69d1'/>
<id>urn:sha1:ea3e2bf07939926e43c7abe3fd13a7c4e93f69d1</id>
<content type='text'>
Previously, any error in the unit or dimension file(s) crashes the
program.  Instead, 7Units now ignores any invalid lines, still parsing
the correct ones, and shows a popup in case any errors happen.
</content>
</entry>
<entry>
<title>Add 1e-12 to unit sum parts before flooring</title>
<updated>2024-08-22T16:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-22T15:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=43e3b70003fdda6f2ccdd2471e3ee3f97ad50ada'/>
<id>urn:sha1:43e3b70003fdda6f2ccdd2471e3ee3f97ad50ada</id>
<content type='text'>
This ensures that small errors from floor arithmetic will not, for
example, cause 2 feet to be converted to 1 foot + 12 in.
</content>
</entry>
<entry>
<title>Allow fractional exponents</title>
<updated>2024-08-22T16:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-22T15:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=6f1bbc1024eae98f1815ab5f9e9cb3399f5eef9c'/>
<id>urn:sha1:6f1bbc1024eae98f1815ab5f9e9cb3399f5eef9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validate unit set non-emptiness &amp; dimension</title>
<updated>2024-08-22T16:45:36Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-16T23:17:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=cc5f9b27c403f0ebc4b5682964fb54e73f87df58'/>
<id>urn:sha1:cc5f9b27c403f0ebc4b5682964fb54e73f87df58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add named unit sets to unit converter</title>
<updated>2024-08-22T16:45:36Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-16T23:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b528bb32fbf3a69b57a98fedefb7656b0569f637'/>
<id>urn:sha1:b528bb32fbf3a69b57a98fedefb7656b0569f637</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ability to convert expression to sum of units</title>
<updated>2024-08-22T16:45:36Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-15T21:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=e74668b91c247e7395362e8e411c3e1a13ec10d1'/>
<id>urn:sha1:e74668b91c247e7395362e8e411c3e1a13ec10d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct encoding of ±</title>
<updated>2024-08-15T22:26:34Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-15T21:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=fbb2f4a997e7e7043a2bdf15303b88907f6bcbc6'/>
<id>urn:sha1:fbb2f4a997e7e7043a2bdf15303b88907f6bcbc6</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
