<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnitsGUI, 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>2025-02-24T01:48:08Z</updated>
<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>
<entry>
<title>Allow default datafile to be disabled</title>
<updated>2025-02-24T01:36:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-24T00:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=4436b29053a0b757562ecc1d0a78e22902e6e5ae'/>
<id>urn:sha1:4436b29053a0b757562ecc1d0a78e22902e6e5ae</id>
<content type='text'>
If this option is deselected, the default unit, prefix, dimension and
metric exception data will not be loaded, and only custom data and the
few units that are not provided by files will be available.

The main rationale for this change is so that the data can be localized
by custom unit files.
</content>
</entry>
<entry>
<title>Localize all user-facing strings</title>
<updated>2025-02-24T01:32:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-23T22:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=a62fd9e6b4519ffcbd0503c45b159207ce438243'/>
<id>urn:sha1:a62fd9e6b4519ffcbd0503c45b159207ce438243</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ability for user to change locale</title>
<updated>2025-02-24T01:32:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-22T22:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=f1ca636346f4fe4da66035ae30469f1503261a83'/>
<id>urn:sha1:f1ca636346f4fe4da66035ae30469f1503261a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load locales from text files</title>
<updated>2025-02-24T01:32:03Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-22T22:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=d41c05feaaf543c473a9db7aa5a3e564cee0e4ed'/>
<id>urn:sha1:d41c05feaaf543c473a9db7aa5a3e564cee0e4ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add internationalization API to GUI</title>
<updated>2025-02-24T01:31:46Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2025-02-22T04:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=9a25a05d1b376dc20a14696afa280ff4940b1f8a'/>
<id>urn:sha1:9a25a05d1b376dc20a14696afa280ff4940b1f8a</id>
<content type='text'>
This commit intentionally fails one test, since that is for
functionality I intend to add later.
</content>
</entry>
<entry>
<title>Add loading counts to About tab</title>
<updated>2024-08-22T17:19:30Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-22T17:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b0242b898653f2dc23f2187deec9db0bb652751d'/>
<id>urn:sha1:b0242b898653f2dc23f2187deec9db0bb652751d</id>
<content type='text'>
</content>
</entry>
<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>Add more information to load-success message</title>
<updated>2024-08-22T16:45:36Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>adrien.p.hopkins@gmail.com</email>
</author>
<published>2024-08-16T23:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=2c2b97f964327f14ce09b0b935a46aec77526560'/>
<id>urn:sha1:2c2b97f964327f14ce09b0b935a46aec77526560</id>
<content type='text'>
</content>
</entry>
</feed>
