-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖(chore) bump release to 1.0.0-beta.0
This release indicates our intention to release richie 1.0. Here are the core features that enabled us to reach this milestone: - index the courses, organizations & subjects (now categories) in ElasticSearch from the DjangoCMS models; - create course snapshots to keep a history of the versions of a course Page throughout its various course runs; - add full text search queries to the course Search; - handle facet counts for all our filters in course Search; - develop plugins for all essential parts: courses, organizations, categories, people, licences... As we prepare to release, here are some improvements and fixes still ahead of us: - allow nesting of categories, to let users customize "meta" categories and build their own subtrees; - finish integrating the missing pages and improve the sandbox environment; - test and polish the use of richie as a django app / node dependency.
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 deletions.
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,30 @@ | ||
# 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). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0-beta.0] - 2019-02-04 | ||
|
||
This release indicates our intention to release richie 1.0. It also marks the beginning of this changelog. | ||
|
||
Here are the core features that enabled us to reach this milestone: | ||
|
||
- index the courses, organizations & subjects (now categories) in ElasticSearch from the DjangoCMS models; | ||
- create course snapshots to keep a history of the versions of a course Page throughout its various course runs; | ||
- add full text search queries to the course Search; | ||
- handle facet counts for all our filters in course Search; | ||
- develop plugins for all essential parts: courses, organizations, categories, people, licences... | ||
|
||
As we prepare to release, here are some improvements and fixes still ahead of us: | ||
|
||
- allow nesting of categories, to let users customize "meta" categories and build their own subtrees; | ||
- finish integrating the missing pages and improve the sandbox environment; | ||
- test and polish the use of richie as a django app / node dependency. | ||
|
||
[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.0...master | ||
[1.0.0-beta.0]: https://github.com/openfun/richie/compare/11ec5d911b9a9097535adbbf4f62957a7ab05356...v1.0.0-beta.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
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