Skip to content

Latest commit

 

History

History
208 lines (141 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

208 lines (141 loc) · 10.7 KB

Changelog

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

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

Releases prior to v2.0.1 are only documented on the GitHub Release Page

[Unreleased]

[2.6.1] - 2023-06-13

Added

  • Make priority labels customizable #282

Changed

[2.6.0] - 2023-05-10

Added

  • Add priority labels to requirements #280
  • Add Gamification #279

Changed

[2.5.0] - 2023-01-30

Added

  • Add export of single Requirements and Categories to Pdf and LaTeX #271

Changed

[2.4.0] - 2022-05-16

Added

  • Add loading indicators when editing projects, categories, and requirements #240
  • Separate labels for last activity and creation data, including user the related user name #244

Changed

  • Fixed invalid shareable requirement link #235
  • Fixed adding requirement at wrong position of list after creation #247
  • Migrate to new OIDC domain #249
  • French translation updates #231

[2.3.0] - 2022-04-03

Added

  • Add featured projects as well as the 'Requirements Bazaar' project to the landing page #200
  • Add tooltips for project card icons #202
  • Monthly change indicators for statistics on landing page #203
  • Embed Twitter timeline of official @reqbaz account on landing page #207
  • System admins can link a Twitter account to Requirements Bazaar, which can then be used by Requirements Bazaar to tweet about different events automatically #220
  • Button on 'admin page' to trigger weekly 'new projects tweet' manually #223
  • Search and sort parameters for projects are parsed from URL and URL reflects current settings. This enables shareable links to a specifically sorted projects list (e.g., the latest added projects) #224

Changed

[2.2.1] - 2022-02-10

Added

  • Number of users, projects, comments, and requirements, as well as some feature descriptions on landing page #184

Changed

  • Some dependency updates #186, #187
  • French translation updates #189
  • Fixed members tab not sowing after a user signed in #195

[2.2.0] - 2022-01-29

Added

  • Breadcrumb controls for project internal navigation (between project, categories, and requirement pages).#171
  • Navigate to requirement details page when clicking on title #170
  • Display a date label for each item in the activity tracker #181

Changed

  • Show active and completed requirements in the designated tabs. Also, added a 'done' label to realized requirements #164
  • Inline link to GitHub issue instead of oversized button #180
  • Show development timeline only for requirements with linked issue #179
  • Disable development timeline in project overview #175
  • Add menu items on requirement card to create and view GitHub issue #180

Removed

  • Remove GitHub option from share button and disable Twitter and Facebook options #180

[2.1.0] - 2022-01-22

Added

  • Timeline for Requirements that shows development progress from a connected GitHub repository #156. Includes:
    • A project can be connected to a GitHub repository
    • Requirements can be "shared" on GitHub, which prepares a pre-filled issue in the linked repository that references the requirement
    • Closing a GitHub issue linked to a requirement also changes the development status of the requirement
    • A new release in GitHub is mentioned on the Requirements Bazaar project page
  • Better guide users through the process of connecting a GitHub repository to a Requirements Bazaar project #165

[2.0.3] - 2021-12-20

Added

  • Project member management (add members, remove members, and change their role) #143
  • Share a link to a single requirement #144
  • Show unhandled API or frontend error messages to the user #148

Changed

  • Typo on landing page #149
  • Link correct activity tracker in production #151
  • Show default user icon if user profile image cannot be loaded, instead of 404 error. Also, actual profile images of comment creators will be displayed for requirement comments instead of a loading placeholder #154

[2.0.2] - 2021-12-20

Changed

  • Hotfix: A wrong header name (access_token) prevented new users from the using the Requirements Bazaar in any way because registration was not possible. #141

[2.0.1] - 2021-11-18

Changed

  • Fixed project search which did not show projects not loaded on the current page #128

[2.0.0-rc.1]

Version 2.0.0. of the Requirements Bazaar frontend is a complete rewrite of implemented using Vue.js started on 09.02.2021. However, there were only two release candidates published on 04.05.2021.

Continuous documentation of changes will start again from version 2.0.1 on.

[1.5.4] and older

See GH Releases