Skip to content
#291 add export logbook as plain text
#283 logbook tags take too much protagonism
#290 hide statistics when anonymous
#284 location of the dataset is missing on the explore view
#265 missing parcels information
#130 add esrf logbook
#286 activity vs datasets
#287 biosaxs dataset viewer does not show metadata anymore
#266 use dataset name from parameter instead of dataset object
#234 add replace dataset by samples on investigation table


By using:
```
git log --pretty=oneline HEAD...0.2.14 --decorate=False | grep "Merge branch"  | grep -v 'https' |  awk '{print $4}' | sed 's/-/ /g'| rev | cut -c2- | rev | sed "s/'/#/g"
```