<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnits/utils, 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>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>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>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>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>
<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 the unit &amp; prefix viewers</title>
<updated>2022-04-16T22:00:52Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-16T22:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=855cdf83b91bd3061662e563db6656408cc24a12'/>
<id>urn:sha1:855cdf83b91bd3061662e563db6656408cc24a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed NamedObjectProduct in favour of the regular ObjectProduct</title>
<updated>2022-04-16T20:42:12Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-12T20:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4ad68a29f84538d3fb19eec8e0622731f5a5d7c8'/>
<id>urn:sha1:4ad68a29f84538d3fb19eec8e0622731f5a5d7c8</id>
<content type='text'>
</content>
</entry>
</feed>
