Please make sure to use the DISABLE_PASSWORD_AUTH environment variable if you want to disable password authentication. Directly editing the PocketBase users collection does not persist this setting after restart.
What's changed
Fixed backslash escaping in the copy/paste Windows agent install command (#785).
Setting DOCKER_HOST="" will skip attempting to connect to the Docker daemon.
FreeBSD systems should have a proper FreeBSD icon now.
Fix EXTRA_FILESYSTEMS drive detection on Windows (#422)
Fix cpu and memory stats for windows docker daemon by @ViryBe in #653
Prepend base path for command palette links (#689).
Other changes
Removed nvidia-smi dependency for Jetson devices (#286).
Improved system information display for Windows and macOS systems.
Container names in tooltips are truncated if over a certain width.
Prevent h/j/left/right from changing system if meta/shift/ctrl key is pressed.
Use GPU temperature as primary sensor if no other sensors are available.
Add --auto-update Option to Agent Installer Script by @daniel-hiller in #682
Added documentation for notification services (adapted from existing Shoutrrr docs).
Updated Go dependencies.
Switched to nicholas-fedor/shoutrrr because Shoutrrr is no longer maintained by containrrr. We use a pinned version so I can review changes and update docs on our end. Big thanks to @nicholas-fedor for keeping the project alive!
Localization
Updated Arabic translations (thanks rihla on Crowdin)
From this version Part-DB uses the digikey v4 API. If you have an existing API key, make sure to select the Product Information V4 capability on digikey's api console. Otherwise the digikey info provider will not function!
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
There is a new experimental docker image, which is much faster. See this post for more info.
Tip
You can help to translate Part-DB to other languages. See this post for more info.
Changes
Use Digikey V4 API for digikey provider (by @Danixu in #875)
New features
Added a way to change the location of parts as batch action, as long as they contain only one lot.
Added a command to download all external-only attachments to the local file system (php bin/console partdb:attachments:download)
Added an experimental automigration feature to docker image. Set DB_AUTOMIGRATE to true in your docker-compose file to automatically apply database migrations on container startup.
Bug fixes
Fixed bugs for pollin info provider
Workaround a bug in KiCAD which could cause a crash (#878)
Use own CA bundle for element14 provider, to workaround missing CA in debian (#891, #866)
Fixed problems with mouser info provider, where part numbers could not be resolved to a unique part (#888, #616)
Fixed 500 if internal attachment path was not resolvable to an URL (#898)
Fixed problem that global_theme config param was ignored (#880)
Fixed problem, that categories did not appear in KiCAD, even though they contained visible parts (#885)
Make database migrationn more compliant with SQL standard (#900)
The Windows agent is experimental and may get flagged by AV. I'll try to improve the setup process and sort out the major issues over the next handful of minor releases. See this article by Alex Kretzschmar for usage.
New features
Allow x minutes downtime before alerting. (#595, #625).
inside an extension's detail page in the marketplace, the back state is not valid if it's a nullish value and it should (#24703 by @CiaccoDavide)
redirect to the extensions list
@directus/api
Fixed invalid item_duplication_fields paths existing after a field in the path is deleted (#24654 by @ComfortablyCoding)
Fixed filter_count returning incorrect values for relational filters (#24718 by @ComfortablyCoding)
@directus/system-data
Fixed invalid item_duplication_fields paths existing after a field in the path is deleted (#24654 by @ComfortablyCoding)
π Documentation
Updated incorrect UsersService example in the docs (#24726 by @br41nslug)