-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
As this project is a user-facing application, the places in the semantic versioning number `MAJOR`.`MINOR`.`PATCH` are redefined as follows: | ||
|
||
- `MAJOR` denotes changes that are expected to significantly disrupt the flow of a returning user with some experience of the application, _or_ that significantly affects the development workflow | ||
- `MINOR` denotes changes that may affect the user experience _or_ the development workflow | ||
- `PATCH` denotes changes that are insignificant to the user experience or the develpment workflow | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] (2023-09-20) | ||
|
||
The frontend is now open to the general public! This version allows users to: | ||
|
||
- Create corpora and upload text files | ||
- Run a predefined set of linguistic annotations | ||
- Download results as XML and CSV | ||
- Export results into Korp and Strix | ||
|
||
Code changes up until this point are not documented other than in the git commit log. | ||
|
||
[unreleased]: https://github.com/spraakbanken/mink-frontend/compare/v1.0.0...HEAD | ||
[1.0.0]: https://github.com/spraakbanken/mink-frontend/releases/tag/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters