Skip to content

Latest commit

 

History

History
146 lines (105 loc) · 4.42 KB

CHANGELOG.rst

File metadata and controls

146 lines (105 loc) · 4.42 KB

Changelog

All notable changes to this project will be documented in this file.

v0.4.0

Added

  • add regulations-and-directives category by @bfabio in #186
  • Add category: integrated-library-system by @nichtich in #160
  • Add design and design-system categories by @libremente in #183

Changed

  • deprecate AUTHORS key by @bfabio in #185
  • Make "releaseDate" key an optional key by @tomootes in #180

Full Changelog: https://github.com/publiccodeyml/publiccode.yml/compare/v0.3.0...v0.4.0

v0.3.0

Added

  • Add IO key to it.piattaforme by @mspasiano in #139
  • Add Whistleblowing to the software categories list by @evilaliv3 in #97
  • add educational-content category by @Animtim in #88

Changed

  • change the minimum length of longDescription by @bfabio in #149
  • remove the characters limit for features by @bfabio in #148
  • deprecate inputTypes and outputTypes by @bfabio in #147
  • make genericName optional and deprecate it by @bfabio in #146
  • deprecate monochromeLogo by @bfabio in #144
  • specify YAML 1.2 as the file format by @bfabio in #141

Full Changelog: https://github.com/publiccodeyml/publiccode.yml/compare/core-0.2.1...v0.3.0

[core-0.2.2] - 2019-12-13

Changed

  • Mandates UTF-8 as the encoding used.

[core-0.2.1] - 2019-10-10

Changed

  • Mandates phone numbers to be strings

[core-0.2/it-0.2] - 2019-03-13

Added

  • A new piattaforme section has been created to group the platforms inside of it.

Changed

  • The conforme/accessibile key becomes conforme/lineeGuidaDesign since it is more self-explanatory.
  • The conforme/interoperabile key becomes conforme/modelloInteroperabilita since it is more self-explanatory.
  • The conforme/sicuro key becomes conforme/misureMinimeSicurezza since before it was rather vague and incomplete.
  • The conforme/privacy key becomes conforme/gdpr since the privacy term is quite vague and incomplete.

Removed

  • The ecosistemi key has been removed since its values are already present in the intendedAudience/scope key.
  • The designKit section has been removed since we will track the design kits usages by means of the crawler.

[core-0.2] - 2019-03-11

Added

  • A new countryExtensionVersion key was added under each country-specific extension, in order to separate their versioning from the core.
  • The standalone value for the softwareType key was deprecated in favor of more specific values: standalone/mobile, standalone/iot, standalone/desktop, standalone/web, standalone/backend, standalone/other

Changed

  • intendedAudience/onlyFor was renamed to intendedAudience/scope (with a different dictionary of values).
  • tags was replaced by categories (with a different dictionary of values).
  • BCP47 is now used for languages instead of ISO 639-2, thus keys under description will now look like en instead of eng
  • publiccode-yaml-version was moved to publiccodeYmlVersion using camelCase
  • maintenance/contacts is now mandatory only if maintenance/type is internal or community.
  • All files ported to RST from previous MD

Removed

  • The freeTags key was removed.

[core-0.1] - 2019-01-25

Added

  • Files for first release

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.