Skip to content

Commit

Permalink
Create the METviewer v6.0.0-beta2 release #504
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Nov 16, 2023
1 parent 0d0c62a commit e0832f9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="6.0.0-beta2-dev"/>
<attribute name="Specification-Version" value="6.0.0-beta2"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ MAINTAINER Tatiana Burek <[email protected]>
#
# This Dockerfile checks out METviewer from GitHub and builds the specified branch or tag.
#
ENV METVIEWER_GIT_NAME main_v5.1
ENV METCALCPY_GIT_NAME main_v2.1
ENV METPLOTPY_GIT_NAME main_v2.1
ENV METDATAIO_GIT_NAME main_v2.1
ENV METVIEWER_GIT_NAME v6.0.0-beta2
ENV METCALCPY_GIT_NAME v3.0.0-beta2
ENV METPLOTPY_GIT_NAME v3.0.0-beta2
ENV METDATAIO_GIT_NAME v3.0.0-beta2

#
# Constants
Expand Down
18 changes: 18 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ When applicable, release notes are followed by the GitHub issue number which
describes the bugfix, enhancement, or new feature:
https://github.com/dtcenter/METviewer/issues

Version `v6.0.0-beta2 <https://github.com/dtcenter/METviewer>`_ release notes (20231116)
----------------------------------------------------------------------------------------

.. dropdown:: New Features

* New feature to specify the color of the no resolution and no skill lines for the reliability diagram (`#465 <https://github.com/dtcenter/METviewer/issues/465>`_)
* Hide/show the legend entries line by line (`#501 <https://github.com/dtcenter/METviewer/issues/501>`_)

.. dropdown:: Enhancements
* Reorganise results tabs in METviewer UI (`#387 <https://github.com/dtcenter/METviewer/issues/387>`_)

.. dropdown:: Bugfixes
* Fixed loading Reliability plot XML with EE to UI (`#494 <https://github.com/dtcenter/METviewer/issues/494>`_)
* Fixed printing error messages to the Log tab (`#495 <https://github.com/dtcenter/METviewer/issues/495>`_)

.. dropdown:: Internal


Version `v6.0.0-beta1 <https://github.com/dtcenter/METviewer>`_ release notes (20230918)
----------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-beta2-dev
6.0.0-beta2
4 changes: 2 additions & 2 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<TITLE>METviewer 6.0.0-beta2-dev</TITLE>
<TITLE>METviewer 6.0.0-beta2</TITLE>
<link rel="shortcut icon" href="./favicon.ico">

<link rel="stylesheet"
Expand Down Expand Up @@ -252,7 +252,7 @@

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;"
id="release">METviewer 6.0.0-beta2-dev<span class="ui-icon ui-icon-info " style="float: right;
id="release">METviewer 6.0.0-beta2<span class="ui-icon ui-icon-info " style="float: right;
margin-left: .4em;"></span>

</div>
Expand Down

0 comments on commit e0832f9

Please sign in to comment.