<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/test/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>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>Added documentation to undocumented tests</title>
<updated>2022-07-09T18:53:26Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-07-09T18:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=8b124b2437d53d70444f31ef52e00b8d7463c636'/>
<id>urn:sha1:8b124b2437d53d70444f31ef52e00b8d7463c636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented one-way conversion, duplicate prefixes can now be hidden</title>
<updated>2022-04-18T22:41:43Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-18T22:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=40f7b6e806140fc2fc741c63c71f5ce97b4bd1d2'/>
<id>urn:sha1:40f7b6e806140fc2fc741c63c71f5ce97b4bd1d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented rounding and duplicate-removal settings into the new GUI</title>
<updated>2022-04-18T22:15:22Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-18T22:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=f0541a955b6e4b12d808cffec0874f50a004e8b9'/>
<id>urn:sha1:f0541a955b6e4b12d808cffec0874f50a004e8b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented unit conversion, with a few problems</title>
<updated>2022-02-26T14:53:24Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-02-26T14:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=07c86e02be29aa3d3d878adce62c5c0a9a458e47'/>
<id>urn:sha1:07c86e02be29aa3d3d878adce62c5c0a9a458e47</id>
<content type='text'>
TabbedView now displays its units, but with their toString method which shows
their definition in addition to their name
</content>
</entry>
<entry>
<title>Moved SemanticVersionNumber to sevenUnits.utils</title>
<updated>2022-02-24T21:44:13Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-02-24T21:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b7eee33a5b162b4057d04d28f45738e3048bf01d'/>
<id>urn:sha1:b7eee33a5b162b4057d04d28f45738e3048bf01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made the version number an object, changing it to 0.4.0-alpha+dev</title>
<updated>2022-02-20T15:30:55Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-02-20T15:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=63740b955b5baf955cac4f720a4c75f576d645f4'/>
<id>urn:sha1:63740b955b5baf955cac4f720a4c75f576d645f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a full suite of tests for the UncertainDouble</title>
<updated>2021-11-29T22:55:35Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-11-29T22:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=8ea77520ce58e948eeffc4c2e8c25c69e88ed00a'/>
<id>urn:sha1:8ea77520ce58e948eeffc4c2e8c25c69e88ed00a</id>
<content type='text'>
</content>
</entry>
</feed>
