68 Commits
Author SHA1 Message Date
Oliver Hamlet b97f784952 Bumped version to v0.8.1. 2015-09-27 13:12:29 +01:00
Oliver Hamlet c978357153 Inline all JavaScript when Vulcanizing.
Removes RequireJS dependency, and means no JS files need to be shipped.
2015-08-27 12:45:44 +01:00
Oliver Hamlet 1a45c948bb Outsource version comparison algorithm.
The version comparison algorithm has been split into its own library,
Pseudosem.
2015-08-24 16:56:04 +01:00
Oliver Hamlet 7b4e91d3b3 Final changelog update before release. 2015-07-22 12:22:13 +01:00
Oliver Hamlet a08e26ac8f Documentation updates.
Set v0.8.0 release date to the 22nd.
2015-07-19 17:58:13 +01:00
Oliver Hamlet e859c4006f Implement new version comparison algorithm.
This removes the Alphanum dependency too. Closes #469.
2015-07-19 14:09:11 +01:00
Oliver Hamlet a85b131f7b Added changelog for v0.8.0. 2015-07-15 18:45:13 +01:00
Oliver Hamlet f7b382ac08 Documented theming support.
Closes #462.
2015-07-01 12:10:43 +01:00
Oliver Hamlet a564a8699f Partial revert of previous commit.
I somehow missed that the masterlist revisions fix was already on the
line above.
2015-06-22 11:04:06 +01:00
Oliver Hamlet 5b8b95f0d4 Updated changelog. 2015-06-22 10:52:15 +01:00
Oliver Hamlet df49324691 Updated version number to 0.7.1.
Added release date of 22 June 2015, and updated changelogs.
2015-06-19 12:59:23 +01:00
Oliver Hamlet 3100f9e39b Updated changelog. 2015-06-01 12:28:01 +01:00
Oliver Hamlet f19dffdf99 Only show load order indices for active plugins.
When copying the load order. For #437.
2015-05-28 12:57:11 +01:00
Oliver Hamlet 759bd180b8 Updated readme.
The images will need replacing, but better to do that when a release is
imminent.
2015-05-28 08:53:38 +01:00
Oliver Hamlet 49e5eb55ad Set release date for v0.7.0. 2015-05-20 10:47:50 +01:00
Oliver Hamlet a82461e8bd Readme updates. 2015-05-19 15:48:11 +01:00
Oliver Hamlet f973cdb712 Various readme updates. 2015-05-01 11:50:58 +01:00
Oliver Hamlet 9a59b8bfa6 Revert "Updated readme changelog."
This reverts commit bbc226f7da.
2015-04-16 09:52:00 +01:00
Oliver Hamlet bbc226f7da Updated readme changelog. 2015-03-16 22:31:34 +00:00
Oliver Hamlet 5aca14b8dc Updated readme images. 2015-02-02 15:37:14 +00:00
Oliver Hamlet ecae2d0e86 Neater command line arg given in readme. 2015-02-01 00:38:38 +00:00
Oliver Hamlet b54ce02196 Fixed docs' table widths. 2015-02-01 00:36:22 +00:00
Oliver Hamlet 87b46adb5d Finished implementing Korean support. 2015-01-06 19:50:01 +00:00
Oliver Hamlet 29a4230e5a Added link to Bash Tags list in Wrye Bash's online readme. 2015-01-02 20:56:01 +00:00
Oliver Hamlet a77a0634bb Fixed docs styling in Firefox.
Since it doesn't support the Shadow DOM, the /deep/ CSS selector was
confusing it.

Also, I found that Firefox will only load fonts from a relative
(file://) URL if it's a subdirectory, so it won't load the bundled
Roboto font. It doesn't make sense to move the docs or the font files
though, so I guess Firefox users will just have to put up with Arial.
2015-01-02 20:53:53 +00:00