<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/test, branch v1.0.0a1</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v1.0.0a1</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v1.0.0a1'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2024-08-22T16:45:37Z</updated>
<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>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>Format source code &amp; set explicit UTF-8</title>
<updated>2024-03-24T18:14:11Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-03-24T18:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=26291e672b0e683edc9d57710a9a9d96ca199c45'/>
<id>urn:sha1:26291e672b0e683edc9d57710a9a9d96ca199c45</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>Only create config directory when saving</title>
<updated>2023-09-16T19:29:02Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2023-09-16T19:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=0b67f9500f8c9487b1e3c69209e44e00a0fdbd02'/>
<id>urn:sha1:0b67f9500f8c9487b1e3c69209e44e00a0fdbd02</id>
<content type='text'>
Previously, if the user had no settings dir, starting the program would
create it, but nothing would be read.  If the user did not change their
settings, it would just leave an empty directory!
</content>
</entry>
<entry>
<title>All dimension names are now in title case</title>
<updated>2022-07-17T21:16:56Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T21:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=a6ba3bcae1e7530ef14b8eea3fcd1f4629ba03b8'/>
<id>urn:sha1:a6ba3bcae1e7530ef14b8eea3fcd1f4629ba03b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc test documentation tweaks</title>
<updated>2022-07-17T20:55:27Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T20:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=6015694bbec91db777530d1cba1be34b832e9a8a'/>
<id>urn:sha1:6015694bbec91db777530d1cba1be34b832e9a8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a test for prefix repetition rules</title>
<updated>2022-07-17T20:55:01Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T20:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=8f539b4462ab10d02d94730ea8ae6f2fe9685fbe'/>
<id>urn:sha1:8f539b4462ab10d02d94730ea8ae6f2fe9685fbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a GUI test simulating expression conversion</title>
<updated>2022-07-17T19:57:42Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T19:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=e03a1e9a41e636a925c9bb6ad03be3e8b51b535f'/>
<id>urn:sha1:e03a1e9a41e636a925c9bb6ad03be3e8b51b535f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a GUI test simulating unit conversion</title>
<updated>2022-07-17T19:39:16Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-17T19:39:16Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=051f6779be836cd9a5205f0c6527fd3a6f734ed1'/>
<id>urn:sha1:051f6779be836cd9a5205f0c6527fd3a6f734ed1</id>
<content type='text'>
</content>
</entry>
</feed>
