Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
invenio-previewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fdm
invenio-previewer
Commits
d8582637
You need to sign in or sign up before continuing.
Commit
d8582637
authored
1 year ago
by
Zacharias Zacharodimos
Browse files
Options
Downloads
Patches
Plain Diff
release: v1.5.0
parent
9915c309
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+8
-0
8 additions, 0 deletions
CHANGES.rst
invenio_previewer/version.py
+1
-1
1 addition, 1 deletion
invenio_previewer/version.py
with
9 additions
and
1 deletion
CHANGES.rst
+
8
−
0
View file @
d8582637
...
@@ -11,6 +11,14 @@ Changes
...
@@ -11,6 +11,14 @@ Changes
=======
=======
Version 1.5.0 (Release 2023-08-17)
----------------------------------
- encoding: cleanup detection and override ASCII to default encoding
- txt-preview: enables horizontal scrolling, avoid invalid coding errors and add
option to truncate .txt file preview after `PREVIEWER_TXT_MAX_BYTES`
- pull latest translations
Version 1.4.0 (Release 2023-03-02)
Version 1.4.0 (Release 2023-03-02)
----------------------------------
----------------------------------
...
...
This diff is collapsed.
Click to expand it.
invenio_previewer/version.py
+
1
−
1
View file @
d8582637
...
@@ -14,4 +14,4 @@ and parsed by ``setup.py``.
...
@@ -14,4 +14,4 @@ and parsed by ``setup.py``.
from
__future__
import
absolute_import
,
print_function
from
__future__
import
absolute_import
,
print_function
__version__
=
"
1.
4
.0
"
__version__
=
"
1.
5
.0
"
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