21 Commits
Author SHA1 Message Date
Oliver Hamlet 3baa0e88e5 Set version number and changelog for v0.15.2 2020-06-14 10:47:07 +01:00
Oliver Hamlet e9519b0e91 Fix inaccurate doc 2020-03-30 19:38:26 +01:00
Oliver Hamlet 629fdabc6b Set version number and changelogs for v0.15.0 2019-11-05 21:41:28 +00:00
Oliver Hamlet 9d2b2d06d3 Fix release date of metadata syntax v0.14 2018-12-15 17:24:51 +00:00
Oliver Hamlet 26b165437e Document the product_version() condition function 2018-10-28 08:45:23 +00:00
Oliver Hamlet b15d33bf91 Update metadata syntax docs 2018-10-27 17:00:22 +01:00
Oliver Hamlet b142dd1a8f Make Location, Message, MessageContent and Tag comparisons case-sensitive
It makes more sense for their data.
2018-10-20 12:48:21 +01:00
Oliver Hamlet 6f54556c52 Add a description field for groups
This breaks ABI compatibility, but not API compatibility.
2018-10-20 12:47:53 +01:00
Oliver Hamlet 2f776cfac6 Allow clean and dirty metadata in regex plugin entries 2018-10-20 12:47:53 +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 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
Frederik “Freso” S. Olesen 335008543a Fix one too many backticks: "``udr" → "udr`" 2017-07-14 20:24:44 +02: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 7b97241d7d Set v0.10.0 release date 2016-11-06 08:33:38 +00:00
Oliver Hamlet 6bb90c2b8a Revert util -> utility in cleaning metadata structure 2016-10-29 20:30:02 +01:00
Oliver Hamlet 50957faeaf Add support for Swedish translation 2016-10-15 13:27:25 +01:00
Oliver Hamlet 64df18492c Fix metadata changelog inaccuracies 2016-09-21 21:24:11 +01:00
Oliver Hamlet 9422c649f1 Format changelogs consistently 2016-09-21 21:24:10 +01:00
Oliver Hamlet 4948dd0a7c Rewrite metadata syntax documentation
Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
2016-09-18 13:04:23 +01:00