Removed non-relational types from RELATIONAL_TYPES constant (#25964)
Extensions or external code using RELATIONAL_TYPES should note the excluded presentation and group.
Fixed <scope>.delete filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034)
Keys returned by the hook are now used in place of the original keys.
The hook will trigger regardless of user permissions. Ensure any necessary permission checks are performed prior to any data processing.
@directus/api
Fixed <scope>.delete filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034 by @ComfortablyCoding)
Restricted system collection fields to only allow indexing (#24820 by @br41nslug)
@directus/constants
Removed non-relational types from RELATIONAL_TYPES constant (#25964 by @formfcw)
@directus/extensions-sdk
Use node exportConditions when building api extensions. See #25591 (#25591 by @julbd)
β¨ New Features & Improvements
@directus/app
Introduced the Content Comparison Modal for side-by-side review of version and revision changes. (#25782 by @robluton)
Added interface config option to control indicator appearance (#26086 by @formfcw)
Added schema snapshot download button to the admin view of the studio (#25903 by @Nitwel)
Added setup flow and license agreement banner (#25983 by @Nitwel)
Added comparison indicators for group interfaces (#26086 by @formfcw)
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
π§ͺ new features
#961 the /?shares listing now shows the list of filenames for each share 2cc53ea
This release introduces initial support for S.M.A.R.T. disk health data. The documentation is a work in progress and may not cover all cases. Please report issues in #373.
Other changes:
Add henrygd/beszel-agent:alpine Docker image and include smartmontools in all non-base agent images.
Remove environment variables from container details (#1305)
Add CONTAINER_DETAILS environment variable to control access to container logs and info. (#1305)
Improve temperature chart by allowing y-axis to start above 0 for better readability. (#1307)
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
π§ͺ new features
#949 when all uploads have finished, the client (both the browser and u2c) sends a message to the server saying it's done db87ea5
#941copyparty-en.pyz, yet another copyparty variant, with enterprise-friendly tweaks:
does not include the smb-server, so antivirus doesn't think it's malware 7f5810f
english-only, because antivirus apparently hates certain translations too 7f5810f
renamed the webdav-config .bat to .txt because clearly only one of those are "dangerous" b624a38
show volumes with permssion h in the navpane fff7291
#937 global-option --notooltips to default-disable tooltips a325353
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
Tip
You can help to translate Part-DB to other languages. See this post for more info.
New features
Load translations for Ckeditor
Added an option to select which languages should be shown in the language dropdown menu
Added hungarian translations (thanks to @Krissz, PR#1081)
Added option to configure if part tables for categories, etc. should include child categories by default (#1077)
Improved alignment of part parameter tables (#1066)
Show an better error message if Digikey provider needs OAuth reconnection
Bug fixes
Fixed problem when trying to geneate multiple labels (#1070)
Made settings category titles translatable (#1037)
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
π§ͺ new features
#184 add various human-readable formats for filesizes 234edde
search for files by their identifier ("wark"/checksum) 4e38e40
and those are displayed in file-listings now too 456addf
PUT-upload with header Replace will overwrite any existing files 397ed56
xbu/xau hooks can reject uploads with a custom message df0fa9d
#855 mDNS options to change the announced http/https port a3d9506
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
#842 could not navpane into webroot if webroot is unmapped 0941fd4
upload-resume becomes funky when the OS/network is overloaded to the point where it starts dropping connections left and right -- the issue was reported on discord and I don't have a good way to reproduce it, but these changes may help and/or fix it:
b136a5b panic and drop chunk reservations if client or connection glitches out
38df223 also drop reservations if subchunk logic hits an edgecase
After upgrade, you need to run php bin/console doctrine:migrations:migrate (or equivalent) as webserver user after upgrade.. If you are running a docker container, use sudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate, or sudo -E inside the docker container, to ensure that the migrations are applied to the correct database.
Important
If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
Tip
You can help to translate Part-DB to other languages. See this post for more info.
New features
Added xlsx/xls import/export for parts (thanks to @barisgit, PR #1036)
Allow to update many parts at once from information providers (thanks @barisgit, PR #1036)
Optimized part tables performance
Bug fixes
Fixed problem with mouser and chinese yuan as currency (#1045)
Miscellaneous
Improved translations
Updated dependencies
Use php's native lazy objects on PHP8.4+, this should help to reduce performance overheads
First support for Intel GPUs and a change in default Linux memory calculation (see below).
What's Changed
Add initial support for Intel GPUs (#1150, #755; feedback appreciated)
Show connection type (WebSocket / SSH) in hub UI.
Fix temperature unit and bytes / bits settings. (#1180)
Add henrygd/beszel-agent-intel image for Intel GPUs.
Change default memory calculation (see below)
Update Go dependencies. Shoutrrr now supports notifications for Signal and WeChat Work (WeCom).
Note on Linux memory calculation change
The default calculation now uses MemAvailable and better aligns with top and free. This may cause an increase in usage and trigger alarms (sorry!). See shirou/gopsutil#1873 for more information.
v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details