<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnitsGUI, branch stable</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=stable</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2025-06-16T00:37:19Z</updated>
<entry>
<title>Bump version number to 1.0.0</title>
<updated>2025-06-16T00:37:19Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-16T00:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=bccb5b5e3452421c81c1fb58f83391ba6584807c'/>
<id>urn:sha1:bccb5b5e3452421c81c1fb58f83391ba6584807c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format &amp; clean up source code</title>
<updated>2025-06-16T00:26:12Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-16T00:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=da740edd3972fa049c4c8d0e43448c10a6a65dce'/>
<id>urn:sha1:da740edd3972fa049c4c8d0e43448c10a6a65dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix potential resource leaks in Presenter</title>
<updated>2025-06-15T23:44:18Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-15T23:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=255a0ac50b07d4fef9664767c4123ecaf4881d55'/>
<id>urn:sha1:255a0ac50b07d4fef9664767c4123ecaf4881d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add version numbers to all @since tags</title>
<updated>2025-06-05T00:45:37Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-05T00:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=79e1653caf5c30667877a158433cbcd766a135af'/>
<id>urn:sha1:79e1653caf5c30667877a158433cbcd766a135af</id>
<content type='text'>
Specifically, for every @since tag with a date, I added another that
contains the correspending version.  I did not add date @since tags to
comments that do not have them, as that would be too tedious for what
it's worth.  These dates could still be found by using git bisect
though.
</content>
</entry>
<entry>
<title>Update copyright notices' years</title>
<updated>2025-06-05T00:40:14Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-04T23:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=d80b80857e739eb32afd7625789944abd3afe376'/>
<id>urn:sha1:d80b80857e739eb32afd7625789944abd3afe376</id>
<content type='text'>
I used the Git history for years after 2019, and only included 2019 or
2018 if they were already there.  I also added copyright notices to all
code files that don't already have them.
</content>
</entry>
<entry>
<title>Remove most comment warnings</title>
<updated>2025-06-04T23:39:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-04T23:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=25f972d198e50ad5a54fa175ec39887f02c33fdc'/>
<id>urn:sha1:25f972d198e50ad5a54fa175ec39887f02c33fdc</id>
<content type='text'>
In some cases I've used @SuppressWarnings, which Gradle doesn't seem to
respect, but I've solved all the other ones.
</content>
</entry>
<entry>
<title>Save &amp; load default datafile use setting</title>
<updated>2025-06-02T01:05:34Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-06-02T00:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=7c54ea36d7273e010b7603cfbf09a87fc23a82b4'/>
<id>urn:sha1:7c54ea36d7273e010b7603cfbf09a87fc23a82b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setup automated javadoc</title>
<updated>2025-05-18T04:03:29Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-05-18T04:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=fc5045c4da18b6fd811c6748aa7b5184a80f6769'/>
<id>urn:sha1:fc5045c4da18b6fd811c6748aa7b5184a80f6769</id>
<content type='text'>
./gradlew javadoc
</content>
</entry>
<entry>
<title>Gracefully handle unidentified locales in config</title>
<updated>2025-02-24T01:48:08Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-24T01:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=c2b59645f9c3b7eb2db39f8e1cea64a06e41e8fe'/>
<id>urn:sha1:c2b59645f9c3b7eb2db39f8e1cea64a06e41e8fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow internationalization of about.txt</title>
<updated>2025-02-24T01:36:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-24T01:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=9c358d708ba4988648d7b19ccb842f076ec4c354'/>
<id>urn:sha1:9c358d708ba4988648d7b19ccb842f076ec4c354</id>
<content type='text'>
This works with custom locales (by placing the text in
[config_dir]/about/[name].txt), but if such a file does not exist, it
will default to the default locale (en)'s about text.
</content>
</entry>
</feed>
