Skip to content

Commit

Permalink
2.5.12 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
grololo06 committed Sep 21, 2021
1 parent 7e493f0 commit 2349ed1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def JinjaGetManagerList(sujet=""):
return " ".join(["<li><a href='mailto:{1}{0}'>{2} ({1})</a></li> ".format(sujet, *r) for r in LstUsers])


ecotaxa_version = "2.5.11"
ecotaxa_version = "2.5.12"


def JinjaGetEcotaxaVersionText():
Expand All @@ -422,6 +422,16 @@ def JinjaGetEcotaxaVersionText():
app.jinja_env.globals.update(GetManagerList=JinjaGetManagerList, GetEcotaxaVersionText=JinjaGetEcotaxaVersionText)

"""Changelog
2021-09-21 : V 2.5.12
Feature: General performance improvement on back-end and python front-end
Bug #490: Private projects could appear in classification models.
Bug #716: Subset failed when too many samples in selection.
Feature #707: Remove "merge 2 categories" admin function.
Feature #717: Allow some users to experiment new Vue frontend.
Feature #256: Switch all encoding to UTF-8.
Bug #712: It should not be possible to validate an object without category.
API Bug #694: Missing value in /projects/search response.
Feature/bug #715: Improvement of taxon creation dialog.
2021-09-15 : V 2.5.11
Bug #653: Too many projects are visible in /prjothers/
Feature #606: Move cron AKA nightly clean-up operations to back-end.
Expand Down

0 comments on commit 2349ed1

Please sign in to comment.