Update omnitools to v0.6.0 (#3724)
This commit is contained in:
parent
d885b26598
commit
2f70a5fd3f
@ -1,15 +1,15 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: omnitools_app_1
|
||||
APP_PORT: 80
|
||||
|
||||
app:
|
||||
image: iib0011/omni-tools:0.5.0@sha256:9d494a4d8d64f34a87ebbf5bc5e1a5f02b5b9796f7ddbc9e3aacda5996e76b61
|
||||
# does not work rootless
|
||||
#user: "1000:1000"
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: on-failure
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: omnitools_app_1
|
||||
APP_PORT: 80
|
||||
|
||||
app:
|
||||
image: iib0011/omni-tools:0.6.0@sha256:3f35a17d8d81caa33c7caec0198eb561dee212a5f48d8303d8f7b182c930fb71
|
||||
# does not work rootless
|
||||
#user: "1000:1000"
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: on-failure
|
||||
|
||||
@ -3,7 +3,7 @@ id: omnitools
|
||||
name: OmniTools
|
||||
tagline: An all-in-one collection of powerful web-based tools for everyday tasks
|
||||
category: files
|
||||
version: "0.5.0"
|
||||
version: "0.6.0"
|
||||
port: 8678
|
||||
description: >-
|
||||
🛠️ OmniTools is a versatile all in one web application that offers a comprehensive collection of over 80 practical utilities designed to simplify everyday digital tasks. It acts as a Swiss Army knife for your browser enabling you to handle a wide range of file formats conversions and manipulations all without relying on external servers or cloud uploads.
|
||||
@ -28,7 +28,37 @@ gallery:
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
New features in this release include:
|
||||
|
||||
- Password Generator
|
||||
- URL Encode and Decode
|
||||
- Hidden Character Detector
|
||||
- JSON Comparison
|
||||
- Merge Video
|
||||
- Random Port and Number Generators
|
||||
- Convert Unix to Date
|
||||
|
||||
Translations are now available in multiple languages including Spanish, French, German, Chinese, Japanese, Hindi, Dutch, Portuguese, and Russian.
|
||||
|
||||
|
||||
A new bookmarking feature allows you to save your favorite tools for quick access, and it's persistent across sessions.
|
||||
|
||||
|
||||
The app now includes filtering options for General Users and Developers to easily find relevant tools.
|
||||
|
||||
|
||||
Additional improvements:
|
||||
|
||||
- Image Editor with crop, rotate, filters, watermark, and annotation features
|
||||
- PDF Editor for adding text, images, signatures, and checkboxes
|
||||
- Video to GIF conversion
|
||||
- Audio extraction, speed change, trimming, and merging
|
||||
- Crontab Explainer and Leap Year Checker
|
||||
- Text Censor tool
|
||||
- XML Beautifier and Validator
|
||||
|
||||
For full release notes, visit https://github.com/iib0011/omni-tools/releases
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user