Releases: Cockpit-HQ/Cockpit
Releases Β· Cockpit-HQ/Cockpit
v2.12.1
- Fix Identi module usage with spaces
- Fix video preview in assets manager spotlight
- Improve RedisLite and ESQL lib
- Fix missing fixToHeight method for image api
- Add image assets preset support
- Fix nested _id filtering (mongodb)
- Enhance field-object component to support strict JSON mode
- Enhance field-boolean component with integer mode support
- Update Uppy.js from v4 to v5
- Fix missing _id on assets folder creation (mongodb)
v2.12.0
- Trigger additional
app.user.logout.afteron user logout - Improve IndexLite lib
- Improve MongoLite compatibility with MongoDB
- Add chart.js lib + vue-chart component
- Add lightweight SQL pdo wrapper
ESQLlib - Add Identi module to enable OAuth based logins - sponsored by @unchainedshop
- Add custom folder icon support in assets manager
- Add
assets.before.removeevent - Added an experimental feature to filter content based on the attributes of its linked items. This allows for more granular queries using the
@{fieldname.property}syntax, such as@author.name: 'Ozzy'
v2.11.4
- Assets: add video transcoding helper function
- Assets: Improved HTTP caching when output parameter
ois used (image api) - Add color picker functionality to wysiwyg field
- Escape user-provided data to prevent XSS vulnerabilities in views (admin ui).
- Add config setting
tower.disabledto disable tower in admin ui - Update Vue to v3.5.17
v2.11.3
- Fix assets image api to support "original" value for width and height
- Fix nav field
- Fix memory leaks when using MongoLite (because of eval based filter process)
- Optimize video thumbnail creation using ffmpeg
- Optimize MongoLite Aggregation Implementation
- Initial (beta) lite job worker implementation
v2.11.2
v2.11.1
v2.11.0
- Update PHP requirement to v8.3
- Add App.utils.selectAsset helper
- Add support for sorting content items in content item picker dialog
- Fix cache helper: ensure cache file existence before reading cache content
- Add assets:files:fixvisibility tower helper command
- Add password reset functionality
- Use fallback i18n root config path for spaces
- Add PHP version compatibility check during update
- Generate random admin password on initial installation
- Enhance view rendering flow with pre/post render hooks
v2.10.3
v2.10.2
v2.10.1
- Update Vue to v3.5.13
- Improve field condition behavior
- Fix avif output using image api
- Fix MongoLite edge error (table exists)
- Add more checks during Cockpit update
- Make field actions available for multiple values fields
- Locale data support for asset information
- Update GraphQL playground
- Add app:request:after event triggered after fastcgi_finish_request (if available)
- Improve tower terminal ux (admin ui)
- Add message filter to logs ui