Version 568

This commit is contained in:
Hydrus Network Developer 2024-03-27 16:52:49 -05:00
parent fcb9e3c2ca
commit b93fdd68eb
No known key found for this signature in database
GPG Key ID: 76249F053212133C
3 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@ title: Changelog
!!! note
This is the new changelog, only the most recent builds. For all versions, see the [old changelog](old_changelog.html).
## [Version 567](https://github.com/hydrusnetwork/hydrus/releases/tag/v567)
## [Version 568](https://github.com/hydrusnetwork/hydrus/releases/tag/v568)
### user contributions
@ -82,6 +82,8 @@ title: Changelog
* added a unit test for the new 'append random text' converter
* cleaned up some misc URL Class code
## Version 567 was cancelled, its changes folded into 568.
## [Version 566](https://github.com/hydrusnetwork/hydrus/releases/tag/v566)
### incremental tagging

View File

@ -35,7 +35,8 @@
<h1 id="changelog"><a href="#changelog">changelog</a></h1>
<ul>
<li>
<h2 id="version_567"><a href="#version_567">version 567</a></h2>
<h2 id="version_568"><a href="#version_568">version 568</a></h2>
<p><i>Version 567 was cancelled, its changes folded into 568</i></p>
<ul>
<li><h3>user contributions</h3></li>
<li>thanks to a user, the new docx, pptx, and xlsx support is improved, with better thumbnails (better ratio, better icon itself, and sometimes an actual preview thumbnail for pptx), better file detection (fewer false positives with stuff like ppt templates), and word count for docx and pptx. I am queueing everyone's existing docx and pptx files for a metadata rescan and thumbnail regen on update</li>

View File

@ -105,7 +105,7 @@ options = {}
# Misc
NETWORK_VERSION = 20
SOFTWARE_VERSION = 567
SOFTWARE_VERSION = 568
CLIENT_API_VERSION = 63
SERVER_THUMBNAIL_DIMENSIONS = ( 200, 200 )