Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

341 lines
14 KiB

  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
  4. ## [5.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.1...conventional-changelog-angular@5.0.2) (2018-11-01)
  5. ### Bug Fixes
  6. * Upgrade to Lerna 3, fix Node.js v11 error ([#385](https://github.com/conventional-changelog/conventional-changelog/issues/385)) ([cdef282](https://github.com/conventional-changelog/conventional-changelog/commit/cdef282))
  7. <a name="5.0.1"></a>
  8. ## [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.0...conventional-changelog-angular@5.0.1) (2018-08-21)
  9. **Note:** Version bump only for package conventional-changelog-angular
  10. <a name="5.0.0"></a>
  11. # [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@4.0.1...conventional-changelog-angular@5.0.0) (2018-06-06)
  12. ### Features
  13. * re-use parser options within each preset ([#335](https://github.com/conventional-changelog/conventional-changelog/issues/335)) ([d3eaacf](https://github.com/conventional-changelog/conventional-changelog/commit/d3eaacf)), closes [#241](https://github.com/conventional-changelog/conventional-changelog/issues/241)
  14. ### BREAKING CHANGES
  15. * Re-use parser options object between components of a preset. For some
  16. presets this may change the behavior of `conventional-recommended-bump`
  17. as the parser options object for the `conventional-recommended-bump` options
  18. within a preset were different than the parser options object for the
  19. `conventional-changelog` options within a preset.
  20. If you are not using `conventional-recommended-bump`, then this is
  21. **not** a breaking change for you.
  22. <a name="4.0.1"></a>
  23. ## [4.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@4.0.0...conventional-changelog-angular@4.0.1) (2018-06-02)
  24. ### Bug Fixes
  25. * Fix plurality of "are" vs. "is" ([#331](https://github.com/conventional-changelog/conventional-changelog/issues/331)) ([027e778](https://github.com/conventional-changelog/conventional-changelog/commit/027e778))
  26. <a name="4.0.0"></a>
  27. # [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.7...conventional-changelog-angular@4.0.0) (2018-05-29)
  28. ### Chores
  29. * **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0))
  30. ### Code Refactoring
  31. * remove anchor from header templates ([#301](https://github.com/conventional-changelog/conventional-changelog/issues/301)) ([346f24f](https://github.com/conventional-changelog/conventional-changelog/commit/346f24f)), closes [#186](https://github.com/conventional-changelog/conventional-changelog/issues/186)
  32. ### BREAKING CHANGES
  33. * **package:** Set the package's minimum required Node version to be the oldest LTS
  34. currently supported by the Node Release working group. At this time,
  35. that is Node 6 (which is in its Maintenance LTS phase).
  36. * Anchor tags are removed from the changelog header templates. The
  37. rendered Markdown will no longer contain anchor tags proceeding the
  38. version number header that constitutes the changelog header. This means
  39. that consumers of rendered markdown will not be able to use a URL that
  40. has been constructed to contain a version number anchor tag reference,
  41. since the anchor tag won't exist in the rendered markdown.
  42. It's stronly recomended consumers use the full URL path to the release
  43. page for a given version, as that URL is a permalink to that verison,
  44. contains all relavent release information, and does not, otherwise, rely
  45. on the anchor tag being excessible from the current page view.
  46. As an example, for version `2.0.0` of a GitHub project, the following
  47. URL should be used:
  48. - https://github.com/conventional-changelog/releaser-tools/releases/tag/v2.0.0
  49. <a name="3.0.7"></a>
  50. ## [3.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.6...conventional-changelog-angular@3.0.7) (2018-04-16)
  51. **Note:** Version bump only for package conventional-changelog-angular
  52. <a name="3.0.6"></a>
  53. ## [3.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.5...conventional-changelog-angular@3.0.6) (2018-03-28)
  54. ### Bug Fixes
  55. * revert previous change ([2f4530f](https://github.com/conventional-changelog/conventional-changelog/commit/2f4530f))
  56. <a name="3.0.5"></a>
  57. ## [3.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.4...conventional-changelog-angular@3.0.5) (2018-03-27)
  58. **Note:** Version bump only for package conventional-changelog-angular
  59. <a name="3.0.4"></a>
  60. ## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.3...conventional-changelog-angular@3.0.4) (2018-03-27)
  61. **Note:** Version bump only for package conventional-changelog-angular
  62. <a name="3.0.3"></a>
  63. ## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.2...conventional-changelog-angular@3.0.3) (2018-03-27)
  64. **Note:** Version bump only for package conventional-changelog-angular
  65. <a name="3.0.2"></a>
  66. ## [3.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.1...conventional-changelog-angular@3.0.2) (2018-03-22)
  67. **Note:** Version bump only for package conventional-changelog-angular
  68. <a name="3.0.1"></a>
  69. ## [3.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@3.0.0...conventional-changelog-angular@3.0.1) (2018-03-22)
  70. **Note:** Version bump only for package conventional-changelog-angular
  71. <a name="3.0.0"></a>
  72. ## [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@1.6.6...conventional-changelog-angular@3.0.0) (2018-03-22)
  73. ### Features
  74. * **angular:** use latest [Angular Commit Conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type) ([03f0210e42dff58689ddf182694a8a6ca26e526b](https://github.com/conventional-changelog/conventional-changelog/commit/03f0210e42dff58689ddf182694a8a6ca26e526b))
  75. ### BREAKING CHANGES
  76. The Angular conventions specifically say that breaking changes must start with "BREAKING CHANGE", not the plural form. Therefore the previous plural form "CHANGES" has been corrected to singular "CHANGE".
  77. Former "chore" type has been replaced by a type "build" for commits on the build system and "ci" for commits regarding CI
  78. <a name="1.6.6"></a>
  79. ## [1.6.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@1.6.5...conventional-changelog-angular@1.6.6) (2018-02-24)
  80. **Note:** Version bump only for package conventional-changelog-angular
  81. <a name="1.6.5"></a>
  82. ## [1.6.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@1.6.4...conventional-changelog-angular@1.6.5) (2018-02-20)
  83. **Note:** Version bump only for package conventional-changelog-angular
  84. <a name="1.6.4"></a>
  85. ## [1.6.4](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.6.3...conventional-changelog-angular@1.6.4) (2018-02-13)
  86. **Note:** Version bump only for package conventional-changelog-angular
  87. <a name="1.6.3"></a>
  88. ## [1.6.3](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.6.2...conventional-changelog-angular@1.6.3) (2018-02-13)
  89. **Note:** Version bump only for package conventional-changelog-angular
  90. <a name="1.6.2"></a>
  91. ## [1.6.2](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.6.1...conventional-changelog-angular@1.6.2) (2018-02-05)
  92. **Note:** Version bump only for package conventional-changelog-angular
  93. <a name="1.6.1"></a>
  94. ## [1.6.1](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.6.0...conventional-changelog-angular@1.6.1) (2018-01-29)
  95. **Note:** Version bump only for package conventional-changelog-angular
  96. <a name="1.6.0"></a>
  97. # [1.6.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.5.3...conventional-changelog-angular@1.6.0) (2017-12-18)
  98. ### Features
  99. * **preset:** add recommended-bump opts into presets ([60815b5](https://github.com/conventional-changelog/conventional-changelog-angular/commit/60815b5)), closes [#241](https://github.com/conventional-changelog/conventional-changelog-angular/issues/241)
  100. <a name="1.5.3"></a>
  101. ## [1.5.3](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.5.2...conventional-changelog-angular@1.5.3) (2017-12-08)
  102. **Note:** Version bump only for package conventional-changelog-angular
  103. <a name="1.5.2"></a>
  104. ## [1.5.2](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.5.1...conventional-changelog-angular@1.5.2) (2017-11-13)
  105. **Note:** Version bump only for package conventional-changelog-angular
  106. <a name="1.5.1"></a>
  107. ## [1.5.1](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.5.0...conventional-changelog-angular@1.5.1) (2017-10-01)
  108. <a name="1.5.0"></a>
  109. # [1.5.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.4.0...conventional-changelog-angular@1.5.0) (2017-09-01)
  110. ### Bug Fixes
  111. * **angular:** smarter username detection ([#219](https://github.com/conventional-changelog/conventional-changelog/issues/219)) ([f1b4847](https://github.com/conventional-changelog/conventional-changelog-angular/commit/f1b4847)), closes [#218](https://github.com/conventional-changelog/conventional-changelog-angular/issues/218)
  112. ### Features
  113. * **angular:** use the context for getting the repository and host urls ([#217](https://github.com/conventional-changelog/conventional-changelog/issues/217)) ([c146f2a](https://github.com/conventional-changelog/conventional-changelog-angular/commit/c146f2a))
  114. <a name="1.4.0"></a>
  115. # [1.4.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.3.3...conventional-changelog-angular@1.4.0) (2017-07-17)
  116. ### Features
  117. * **angular:** find package.json from cwd upwards ([#206](https://github.com/conventional-changelog/conventional-changelog/issues/206)) ([867c142](https://github.com/conventional-changelog/conventional-changelog-angular/commit/867c142))
  118. <a name="1.3.3"></a>
  119. ## [1.3.3](https://github.com/conventional-changelog/conventional-changelog-angular/compare/conventional-changelog-angular@1.3.2...conventional-changelog-angular@1.3.3) (2017-03-11)
  120. <a name="1.3.0"></a>
  121. # [1.3.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/v1.2.0...v1.3.0) (2016-08-06)
  122. ### Features
  123. * **noteKeywords:** make BREAKING CHANGE more forgiving ([7dce559](https://github.com/conventional-changelog/conventional-changelog-angular/commit/7dce559))
  124. * **references:** remove references that already appear in the subject ([aa765c2](https://github.com/conventional-changelog/conventional-changelog-angular/commit/aa765c2))
  125. <a name="1.2.0"></a>
  126. # [1.2.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/v1.1.0...v1.2.0) (2016-05-10)
  127. ### Features
  128. * **template:** use context.repoUrl([2b5818b](https://github.com/conventional-changelog/conventional-changelog-angular/commit/2b5818b))
  129. <a name="1.1.0"></a>
  130. # [1.1.0](https://github.com/conventional-changelog/conventional-changelog-angular/compare/v1.0.0...v1.1.0) (2016-04-26)
  131. ### Bug Fixes
  132. * **template:** whitespace ([72f8b12](https://github.com/conventional-changelog/conventional-changelog-angular/commit/72f8b12))
  133. * update to reference conventional-changelog org ([cd1a75a](https://github.com/conventional-changelog/conventional-changelog-angular/commit/cd1a75a))
  134. * **template:** wrong version link if no host ([bb20a7b](https://github.com/conventional-changelog/conventional-changelog-angular/commit/bb20a7b)), closes [#8](https://github.com/conventional-changelog/conventional-changelog-angular/issues/8)
  135. ### Features
  136. * remove commit length restriction ([6aebb75](https://github.com/conventional-changelog/conventional-changelog-angular/commit/6aebb75)), closes [#12](https://github.com/conventional-changelog/conventional-changelog-angular/issues/12)
  137. * **github:** adds github-specific replacements for issues and users ([2633f73](https://github.com/conventional-changelog/conventional-changelog-angular/commit/2633f73)), closes [#12](https://github.com/conventional-changelog/conventional-changelog-angular/issues/12)
  138. <a name="1.0.0"></a>
  139. # [1.0.0](https://github.com/stevemao/conventional-changelog-angular/compare/v0.1.0...v1.0.0) (2016-02-05)
  140. ### Features
  141. * **writerOpts.transform:** do not discard commit if there is BREAKING CHANGE ([e67c4a1](https://github.com/stevemao/conventional-changelog-angular/commit/e67c4a1)), closes [ajoslin/conventional-changelog#127](https://github.com/ajoslin/conventional-changelog/issues/127) [angular/angular#5672](https://github.com/angular/angular/issues/5672)
  142. <a name="0.1.0"></a>
  143. # [0.1.0](https://github.com/stevemao/conventional-changelog-angular/compare/v0.0.2...v0.1.0) (2016-01-30)
  144. <a name="0.0.2"></a>
  145. ## [0.0.2](https://github.com/stevemao/conventional-changelog-angular/compare/v0.0.1...v0.0.2) (2016-01-30)
  146. ### Features
  147. * **exports:** export the promise ([60def39](https://github.com/stevemao/conventional-changelog-angular/commit/60def39))
  148. <a name="0.0.1"></a>
  149. ## 0.0.1 (2015-12-26)
  150. ### Features
  151. * **init:** extracting code from https://github.com/ajoslin/conventional-changelog ([79a8c6b](https://github.com/stevemao/conventional-changelog-angular/commit/79a8c6b))