Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
snip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
irp
snip
Commits
1282ab24
Commit
1282ab24
authored
5 months ago
by
Sebastian Mohr
Browse files
Options
Downloads
Patches
Plain Diff
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 months ago
Stage: lint
Stage: test
Stage: release
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+5
-3
5 additions, 3 deletions
CHANGELOG.md
apps/fullstack/app/(protected)/(generic_layout)/books/page.tsx
+9
-7
9 additions, 7 deletions
...fullstack/app/(protected)/(generic_layout)/books/page.tsx
package.json
+1
-1
1 addition, 1 deletion
package.json
with
15 additions
and
11 deletions
CHANGELOG.md
+
5
−
3
View file @
1282ab24
...
...
@@ -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 behavio
u
r 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
...
...
This diff is collapsed.
Click to expand it.
apps/fullstack/app/(protected)/(generic_layout)/books/page.tsx
+
9
−
7
View file @
1282ab24
...
...
@@ -14,11 +14,13 @@ export default function BookBrowser() {
const
UpdateNotification
=
()
=>
{
return
(
<
div
className
=
"alert alert-info mx-2"
>
We
'
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
'
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"
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
1282ab24
{
"name"
:
"snip"
,
"version"
:
"1.8.
3
"
,
"version"
:
"1.8.
4
"
,
"description"
:
"our digital lab book"
,
"author"
:
"Sebastian B. Mohr, Markus Osterhoff"
,
"repository"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment