324 Commits
Author SHA1 Message Date
Oliver Hamlet 1804e45f3e Update version number and changelog for 0.13.1 2018-04-09 07:58:48 +01:00
Oliver Hamlet 498a9f0751 Update version number and changelog for 0.13.0 2018-04-02 16:27:15 +01:00
Oliver Hamlet be44b75c25 Add changelog for v0.13 of the metadata syntax 2018-04-02 16:27:15 +01:00
Oliver Hamlet 523dc87f04 Remove plugin priorities 2018-03-28 19:08:26 +01:00
Oliver Hamlet eeb6ed40c7 Add UndefinedGroupError for better sorting exception handling 2018-03-24 07:20:47 +00:00
Oliver Hamlet f8fbe2984f Fix group cyclic interactions
Skip adding an edge between a pair of plugins if all the following
conditions are met:
- the edge is to be added due to group membership
- adding the edge would introduce a cycle in the absence of any
  other group membership edges.
2018-03-19 17:27:56 +00:00
Oliver Hamlet fdb4e46542 Document the group metadata syntax 2018-03-17 18:26:36 +00:00
Oliver Hamlet 9ba600c46b Update version number and changelog for 0.12.5 2018-03-13 18:57:44 +00:00
Oliver Hamlet ec946b5d0f Update version number and changelog for 0.12.4 2018-02-17 11:15:40 +00:00
Oliver Hamlet 20f0880b8b Update version number and changelog for 0.12.3 2018-02-04 22:29:34 +00:00
Oliver Hamlet 7ab0445ea9 Set version to 0.12.2 and update changelog 2017-12-24 13:16:32 +00:00
Oliver Hamlet 47cb6b5a84 Set version to 0.12.1 and update changelog 2017-11-23 18:05:18 +00:00
Oliver Hamlet 42caccaafb Set version number to 0.12.0 and set release date 2017-11-03 06:45:18 +00:00
Oliver Hamlet 3da994315b Update changelog 2017-11-02 20:20:44 +00:00
Oliver Hamlet ceddf77c08 Update docs 2017-10-16 08:38:41 +01:00
Frederik “Freso” S. Olesen 335008543a Fix one too many backticks: "``udr" → "udr`" 2017-07-14 20:24:44 +02:00
Oliver Hamlet 021a253dbe Update changelog and version number 2017-06-19 17:45:35 +01:00
Oliver Hamlet 62c1cdb535 Pin Python docs build dependencies
To avoid an incompatibility between Breathe 4.6.0 and Sphinx 1.6.x.
2017-06-04 15:13:15 +01:00
Oliver Hamlet 46e3ce9304 Set release date for v0.11.0 2017-05-13 05:11:34 +01:00
Oliver Hamlet 58bee05e68 Remove unused PluginCleanliness enum 2017-03-20 18:42:55 +00:00
Oliver Hamlet caf560c87c Updated changelog 2017-03-19 18:41:58 +00:00
Oliver Hamlet 766b0f7309 Fix InitialiseLocale() not appearing in docs 2017-03-19 18:41:16 +00:00
Oliver Hamlet 4ffd784d87 Remove Language and LanguageCode structures
Use ISO language codes directly instead, which has the advantage that
new languages can be used in metadata without having up update the API
to support them. Closes #5.
2017-02-12 10:08:37 +00:00
Oliver Hamlet cf67649049 Remove all GUI files and references to the GUI
As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
2017-02-10 23:11:13 +00:00
Oliver Hamlet a427881939 Minor documentation updates to reflect refactoring 2017-02-06 18:03:18 +00:00