<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnits/unit, branch v0.4.1</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v0.4.1</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v0.4.1'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2022-07-08T17:46:45Z</updated>
<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>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 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 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>Added a full suite of frontend tests</title>
<updated>2022-04-16T20:57:00Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-16T20:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4aaf6a8b60fbec63c2e0bee624b3859ded0ecde3'/>
<id>urn:sha1:4aaf6a8b60fbec63c2e0bee624b3859ded0ecde3</id>
<content type='text'>
(Added tests for the settings and unit/prefix viewer parts of the GUI, which are
not yet implemented)
</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>
<entry>
<title>Created API for settings and unit/prefix viewing</title>
<updated>2022-04-10T19:22:29Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-04-10T19:22:29Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b1affe92460637211f560d70ee5c8770f3952822'/>
<id>urn:sha1:b1affe92460637211f560d70ee5c8770f3952822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Named the metric dimensions &amp; fixed NameSymbol.toString</title>
<updated>2022-03-10T20:14:33Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-03-10T20:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=91f87da88f98de996e167f0ff6809356f6d57e11'/>
<id>urn:sha1:91f87da88f98de996e167f0ff6809356f6d57e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified toString of common unit classes</title>
<updated>2022-03-10T11:55:59Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2022-03-10T11:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=c5b209d48ef38b733e3fd8fd8ef86ae13a552821'/>
<id>urn:sha1:c5b209d48ef38b733e3fd8fd8ef86ae13a552821</id>
<content type='text'>
</content>
</entry>
</feed>
