Skip to content
Snippets Groups Projects
Commit 1282ab24 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

1.8.4 changelog and notification

parent 59f53840
No related branches found
No related tags found
No related merge requests found
Pipeline #516084 passed
......@@ -5,7 +5,7 @@ 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.8.4]
## Added
......@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed
- Placeholder snip not parsed correctly
- Interaction events now again work for the array snips
- TextSnip wrap on server side was not working correctly this yielded strange behaviour for previews
- TextSnip wrap on server side was not working correctly this yielded strange behavior for previews
- Small issue with shared link redirect not working as expected.
## [1.8.3]
......@@ -404,7 +404,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
There are no changelogs for versions before 1.3.1.
[unreleased]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.2...HEAD
[unreleased]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.4...HEAD
[1.8.4]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.3...v1.8.4
[1.8.3]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.2...v1.8.3
[1.8.2]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.1...v1.8.2
[1.8.1]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.8.0...v1.8.1
[1.8.0]: https://gitlab.gwdg.de/irp/snip/-/compare/v1.7.2...v1.8.0
......
......@@ -14,11 +14,13 @@ export default function BookBrowser() {
const UpdateNotification = () => {
return (
<div className="alert alert-info mx-2">
We&apos;re excited to announce that snip has been updated to{" "}
<b>v1.8.0</b> featuring a new render pipeline. This should not
change much from the users perspective, but should allow the app to
integrate more fluently with older hardware. Additionally pen and
touch inputs have more refined supported now (see{" "}
We&apos;re happy to announce that snip had a minor updated to{" "}
<b>v1.8.4</b> featuring some small fixes and enhanced support for
the{" "}
<a href="https://snip-python.readthedocs.io/en/latest/">
<code>snip-python</code>
</a>{" "}
package. You can find the full list of changes in the{" "}
<a
href="https://gitlab.gwdg.de/irp/snip/-/blob/main/CHANGELOG.md?ref_type=heads"
target="_blank"
......@@ -27,8 +29,8 @@ const UpdateNotification = () => {
>
changelog
</a>
) . As always it is possible that some issues may arise because of
the update. If you encounter any problems, please let us know by
. As always it is possible that some issues may arise because of the
update. If you encounter any problems, please let us know by
creating an{" "}
<a
href="https://gitlab.gwdg.de/irp/snip/-/issues"
......
{
"name": "snip",
"version": "1.8.3",
"version": "1.8.4",
"description": "our digital lab book",
"author": "Sebastian B. Mohr, Markus Osterhoff",
"repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment