Version 568
This commit is contained in:
parent
fcb9e3c2ca
commit
b93fdd68eb
|
@ -7,7 +7,7 @@ title: Changelog
|
||||||
!!! note
|
!!! note
|
||||||
This is the new changelog, only the most recent builds. For all versions, see the [old changelog](old_changelog.html).
|
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
|
### user contributions
|
||||||
|
|
||||||
|
@ -82,6 +82,8 @@ title: Changelog
|
||||||
* added a unit test for the new 'append random text' converter
|
* added a unit test for the new 'append random text' converter
|
||||||
* cleaned up some misc URL Class code
|
* 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)
|
## [Version 566](https://github.com/hydrusnetwork/hydrus/releases/tag/v566)
|
||||||
|
|
||||||
### incremental tagging
|
### incremental tagging
|
||||||
|
|
|
@ -35,7 +35,8 @@
|
||||||
<h1 id="changelog"><a href="#changelog">changelog</a></h1>
|
<h1 id="changelog"><a href="#changelog">changelog</a></h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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>
|
<ul>
|
||||||
<li><h3>user contributions</h3></li>
|
<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>
|
<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>
|
||||||
|
|
|
@ -105,7 +105,7 @@ options = {}
|
||||||
# Misc
|
# Misc
|
||||||
|
|
||||||
NETWORK_VERSION = 20
|
NETWORK_VERSION = 20
|
||||||
SOFTWARE_VERSION = 567
|
SOFTWARE_VERSION = 568
|
||||||
CLIENT_API_VERSION = 63
|
CLIENT_API_VERSION = 63
|
||||||
|
|
||||||
SERVER_THUMBNAIL_DIMENSIONS = ( 200, 200 )
|
SERVER_THUMBNAIL_DIMENSIONS = ( 200, 200 )
|
||||||
|
|
Loading…
Reference in New Issue