Skip to content

Commit

Permalink
prep v1.6.0 (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored May 9, 2023
1 parent 2b2bd33 commit 44caac2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
# Chemotion_ELN Changelog


## [v1.6.0]
> 2023-05-09
* Features and Improvements:
* Shibboleth authentication [#1239](https://github.com/ComPlat/chemotion_ELN/pull/1239)
* Chemspectra: UI for Cyclic Voltametry and CDS layouts [#1272](https://github.com/ComPlat/chemotion_ELN/pull/1273)

* Fixes
* port fixes from v1.5.3 v1.5.4

## [v1.5.4]
> 2023-05-09
* Fixes
* datacollector: find user by insensitive case name_abbreviation [#1302](https://github.com/ComPlat/chemotion_ELN/pull/1302)
* eln to work with onlyoffice 7 [#1278](https://github.com/ComPlat/chemotion_ELN/pull/1278)
* correct url building for inbox item notification [#1299](https://github.com/ComPlat/chemotion_ELN/pull/1299)
* Cas datamodel change [#1287](https://github.com/ComPlat/chemotion_ELN/pull/1287)
* Migration fixes [#1307](https://github.com/ComPlat/chemotion_ELN/pull/1307)
* reactants from reagent list do not appear above reaction arrow [#1308](https://github.com/ComPlat/chemotion_ELN/pull/1308)
* Search api: fix ActiveRecord::UnknownAttributeReference on sum-formulae [#1310](https://github.com/ComPlat/chemotion_ELN/pull/1310)


## [v1.5.3]
> 2023-04-21
Expand Down
5 changes: 3 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
version: main
base_revision: 0
version: 1.6.0
base_revision: 23809bf7e
current_revision: 0
2 changes: 1 addition & 1 deletion app/views/pages/about.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%br/
%span
See
= link_to "CHANGELOG.md", "https://github.com/ComPlat/chemotion_ELN/blob/main/CHANGELOG.md##{Chemotion::Application.config.version["version"]&.gsub(/\./,'')}"
= link_to "CHANGELOG.md", "https://github.com/ComPlat/chemotion_ELN/blob/main/CHANGELOG.md#v#{Chemotion::Application.config.version["version"]&.gsub(/\./,'')}"
for more details.
%br/
%br/
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/svg.rake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace :svg do
svg = Ketcherails::SVGProcessor.new(svg)
svg = svg.centered_and_scaled_svg

FileUtils.rm(svg_path) if svg_file_exists
FileUtils.rm_f(svg_path) if svg_file_exists

element.attach_svg(svg)
element.save(touch: false)
Expand Down

0 comments on commit 44caac2

Please sign in to comment.