❌

Normale weergave

Part-DB 1.15.2

Door: jbtronics
2 Februari 2025 om 00:02

Part-DB 1.15.2

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

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Changes and Improvements

  • Deprecated GET_GROSS_PRICES env for TME provider with TME private access token, as it is ignored then and whether VAT is included or not in prices depends on account type
  • Removed to show "All" entries in a log table, as the log can easily contain thousands of entries, that would most likely in an out of memory exception on server (see issue #835)
  • If an info provider returns multiple attachments or parameters with the same name, they will be suffixed with a number (e.g. Param, Param (2), Param (3), etc.), so that they can be saved, without manually needing to edit their names (as Part-DB wants a unique name for them). See issue #840

Bug fixes

  • Prevent error with TME info provider, if using TME private access key (issue #838)
  • Fixed exception when exporting an empty list (issue #836)

Miscellaneous

  • Updated dependencies
  • Improved translations (thanks @mkne)
  • Improved documentation (thanks @mkne)

Full Changelog: v1.15.1...v1.15.2

  •  

Part-DB 1.15.1

Door: jbtronics
7 Januari 2025 om 22:17

Part-DB 1.15.1

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

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Bugfixes

  • Fixed problem that frontend assets could not be loaded properly if serving Part-DB under a prefixed path (issue #824)

Miscellaneous

  • Updated dependencies

Full Changelog: v1.15.0...v1.15.1

  •  

Version 1.15.0

Door: jbtronics
7 Januari 2025 om 22:17

Part-DB 1.15.0

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

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

New features / Improvements

  • Updated CKEditor to v41, which should load faster
  • Show when a part already exists, when trying to add new parts from info provider (thanks to @Treeed)
  • Allow to scan the EIGP114 barcodes on digikey and mouser parts to directly reference parts (thanks to @Treeed)
  • Added the possibility to decode and view the content of barcodes (especially EIPG114)
  • Allow to map categories from info providers to local categories, using the "alternative names" of local categories
  • Highly improved barcode scanner, which should be much faster and more reliable and even a bit smaller than the old one
  • Allow to directly save the current label options to a label profile (see issue #806)
  • Do not preselect a category when creating a new part, so that users must explicitly select a category and not save one accidentally

Bugfixes

  • Fixed LCSC provider (see issue #790), thanks to @vvekic
  • Fixed sizing of text in the label editor field
  • Fixed "Scan from image" feature of barcode scanner
  • Fixed problem that API PATCH operations to parts touched unrelated fields (issue #800)

Miscellaneous

  • Updated dependencies
  • Updated translations
  • Updated documentation

New Contributors

Full Changelog: v1.14.5...v1.15.0

  •  

Part-DB 1.14.5

Door: jbtronics
2 December 2024 om 11:26

Part-DB 1.14.5

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Changes

  • Updated docker container PHP to PHP 8.3
  • Use a different format for log files (plain text instead of JSON encoding). This should be easier to read and output shorter lines (see #781)
  • Fixed problem that PostgresSQL searches were case sensitive. Now they are case-insentive to have the same and more useful behavior as on SQLIte and MySQL (see #784)

Improvements

  • Allow usernames to contain @ sign (as long as it is not the first char) to allow email addresses as username (see #772)

Bugfixes

  • Fixed errors, when accessing Part-DB via link-local IPv6 addresses (#782)
  • Allow longer error lines in docker container. (#781)
  • Fixed problem that SAML users could not access API via tokens (#765)

Miscellaneous

  • Updated dependencies
  • Updated translations

Full Changelog: v1.14.4...v1.14.5

  •  

Part-DB 1.14.4

Door: jbtronics
8 November 2024 om 23:46

Part-DB 1.14.4

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Security fixes

Attention: This version contains updated versions of dependencies, that fix security issues under certain conditions. The only one that should be relevant for Part-DB is CVE-2024-50340 which is only possible if you have the register_argc_argv PHP option enabled. This should be disabled by default on most systems, still you should update Part-DB to the latest version, to avoid any risks.

Improvements

  • Fixed typos in translation (thanks @mkne, PR #757)

Miscellaneous

  • Updated dependencies

New Contributors

  • @mkne made their first contribution in #757

Full Changelog: v1.14.3...v1.14.4

  •  

Part-DB 1.14.3

Door: jbtronics
5 November 2024 om 00:22

Part-DB 1.14.3

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Improvements

  • Added Polish as available language (thanks to Gregory)
  • Improved responsive layout, tables and part info page now looks better on mobile view (#755, thanks @dotsam )
  • Show a warning message, when password set command is run in non-interactive mode, where no password can be entered
  • Added a special API filter for tags, which makes searching for parts with a certain tag via API much easier (#750)

Bugfixes

  • Fixed problem that OEMSecrets provider could not be enabled on docker installations (#742)
  • Fixed/Avoid problems with non-Unicode character encodings of file imports (#749)
  • Changed size and position of back-to-top button to avoid it overlapping form buttons (#737)
  • Fixed problem with storage location sorting with Postgres database (#734)

Miscellaneous

  • Updated dependencies

New Contributors

Full Changelog: v1.14.2...v1.14.3

  •  

Part-DB 1.14.2

Door: jbtronics
17 Oktober 2024 om 00:43

Part-DB 1.14.2

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Bugfixes

  • Fixed search and table filtering (issue #735)

Miscellaneous

  • Updated dependencies
  • Updated translations
  • Improved documentation (#727, Thanks to @plaes)

New Contributors

Full Changelog: v1.14.1...v1.14.2

  •  

Part-DB 1.14.1

Door: jbtronics
13 Oktober 2024 om 23:53

Part-DB 1.14.1

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

Bugfixes

  • Fixed wrong translation of end-of-life status (#700)
  • Fixed problem that non-admins could not add the authenticator app 2FA method to their account (#717)
  • Fixed problem that document was non-scrollable when coming from a modal (like in the part merge process) (#696)
  • Fixed importing of parameters on parts (#718)
  • Generate the correct paths for tables endpoints, when serving Part-DB from a subdirectory (#724)
  • Properly close the part search field and search options, when clicking outside (#701)

Miscellaneous

  • Updated dependencies
  • Updated translations

Full Changelog: v1.14.0...v1.14.1

  •  

Part-DB 1.14.0

Door: jbtronics
9 September 2024 om 21:56

Part-DB 1.14.0

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

New features

  • Added OEMSecrets info provider (thanks to @pdo59, #679)
  • Show number of results of info provider search and a message, if no results were found

Bugfixes

  • Fixed exception when undeleting elements with embeds structures (#685)
  • Properly apply old data from history logs to embedded data in entities
  • Fixed problems with image size in list views in certain constellations (thanks to @vergissberlin, #689)
  • Do not treat package parameter as number in digikey provider (#682)
  • Do not round parameter values, now the full double precision can be inputted (#681)

Docker images

  • Updated docker image to debian bookworm
  • Use PHP 8.2 in docker images
  • Refactored Dockerfile (thanks to @duhow, #683)

Miscellaneous

  • Updated dependencies
  • Removed unnecessary dependencies
  • Updated translations

New Contributors

Full Changelog: v1.13.3...v1.14.0

  •  

Part-DB 1.13.3

Door: jbtronics
24 Augustus 2024 om 16:13

#Part-DB 1.13.3

If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.

There is a new experimental docker image, which is much faster. See this post for more info.

You can help to translate Part-DB to other languages. See this post for more info.

New features

  • Prevent information leakage in twig mode label error messages (it contained the project file path before)
  • Allow to create a new sub category based on the current selected category by typing -> into the search field (issue #666)
  • Attachment IDs can now be viewed in attachments list table

Bugfixes

  • Use correct field for real datasheet URL in LCSCProvider by @frank-f in #670
  • data_uri filter can now be used for labels in twig mode (issue #665)
  • Fixed exception, when label templates contained invalid twig code (issue #671)
  • Fixed filtering logic for exclusion of a value in combination with empty values (issue #658)
  • Return a 404 code, instead of 500, when the file of an attachment can not be served.
  • Fixed asymmetric padding of footer in datatables

Miscellaneous

  • Updated dependencies

Full Changelog: v1.13.2...v1.13.3

  •  

v11.4.1

4 Februari 2025 om 20:41

✨ New Features & Improvements

  • @directus/app
    • Added confirmation prompt to delete buttons and ensured that they behave consistently (#24462 by @formfcw)
    • Exposed useTranslationsStore to extensions via useStores (#24475 by @paescuj)
    • Added support for rendering M2A items in related values display (#24503 by @formfcw)

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed a bug where text did not appear in the markdown interface when switching from preview to editor mode (#24482 by @formfcw)
    • Fixed a bug where thumbnails did not appear in the render template (#24480 by @formfcw)
    • Fixed label display not handling json field types in templates (#24437 by @connorwinston)
    • Fixed conditional interface options incorrectly replacing choices (#23685 by @Trup3s)
    • Fixed missing space between v-notice and list items in M2A interface (#24466 by @formfcw)
    • Ensured that permissions are applied to kanban layout actions (#24409 by @formfcw)
    • Ensured that custom translations used in system-input-translated-string interfaces are displayed correctly (#24495 by @formfcw)
    • Fixed a bug where the item limit warning would appear even if the item count was already below the limit after filtering (#24485 by @formfcw)
    • Fixed a bug where the header would not collapse under certain circumstances and would unexpectedly move up when (#24454 by @formfcw)
      scrolling elements in the view
    • Fixed inconsistencies in list interfaces (#24385 by @formfcw)
    • Added checkboxes/radiobuttons for calendar items when in select mode (#24444 by @formfcw)
    • Fixed Field/Collection/Relation Stores not handling error's correctly (#24436 by @connorwinston)
    • Fixed alignment of SSO social icons in Safari (#24474 by @paescuj)
    • Added support for cc, bcc, and replyTo fields to the email operation (#24488 by @highvibesonly)
    • Enhanced Date Formatting Options for DateTime Interface/Display (#24504 by @connorwinston)
  • @directus/api
  • @directus/sdk
  • @directus/themes
    • Fixed shadow of header bar to be present in default dark mode (#24463 by @paescuj)

πŸ“ Documentation

  • Removed invalid operation trigger API from SDK and docs (#24461 by @licitdev)

πŸ§ͺ Blackbox Tests

πŸ“¦ Published Versions

  • @directus/app@13.6.0
  • @directus/api@24.0.1
  • create-directus-extension@11.0.9
  • @directus/extensions@3.0.1
  • @directus/extensions-registry@3.0.1
  • @directus/extensions-sdk@13.0.1
  • @directus/themes@1.0.7
  • @directus/sdk@19.0.1

  •  

RSS-Bridge 2025-01-26

Door: dvikan
26 Januari 2025 om 11:21

No breaking changes.

Last release was RSS-Bridge 2025-01-02.

Not much changes since then, but this release has the correct tag in the Configuration (visual bug only).

What's Changed

New Contributors

Full Changelog: 2025-01-02...2025-01-26

  •  

v11.4.0

16 Januari 2025 om 17:04

⚠️ Potential Breaking Changes

✨ New Features & Improvements

  • @directus/app
    • Improved flow notification messages to differentiate between async and sync flow execution (#24419 by @obafemitayor)
    • Added the ability to toggle translation interface items to make them deleteable and ensure that defaults, conditions and (#24291 by @formfcw)
      validations work as expected
  • @directus/extensions-sdk
    • Introduced new validate command in the directus-extension CLI which checks if an extension meets the requirements (#24269 by @ukmadlz)

πŸ› Bug Fixes & Optimizations

πŸ“¦ Published Versions

  • @directus/app@13.5.0
  • @directus/api@24.0.0
  • @directus/components@1.0.2
  • @directus/composables@11.1.6
  • @directus/constants@13.0.0
  • create-directus-extension@11.0.8
  • create-directus-project@12.0.0
  • @directus/env@5.0.0
  • @directus/errors@2.0.0
  • @directus/extensions@3.0.0
  • @directus/extensions-registry@3.0.0
  • @directus/extensions-sdk@13.0.0
  • @directus/format-title@12.0.0
  • @directus/memory@3.0.0
  • @directus/pressure@3.0.0
  • @directus/random@2.0.0
  • @directus/release-notes-generator@2.0.0
  • @directus/schema@13.0.0
  • @directus/storage@12.0.0
  • @directus/storage-driver-azure@12.0.0
  • @directus/storage-driver-cloudinary@12.0.0
  • @directus/storage-driver-gcs@12.0.0
  • @directus/storage-driver-local@12.0.0
  • @directus/storage-driver-s3@12.0.0
  • @directus/storage-driver-supabase@3.0.0
  • @directus/stores@1.0.2
  • @directus/system-data@3.0.0
  • @directus/themes@1.0.6
  • @directus/types@13.0.0
  • @directus/update-check@13.0.0
  • @directus/utils@13.0.0
  • @directus/validation@2.0.0
  • @directus/sdk@19.0.0

  •  

v0.9.1

Door: henrygd
6 Januari 2025 om 00:25

What's Changed

  • Update install-agent.sh script to support Alpine (OpenRC) by @Arsierl in #320
  • fix: json.Unmarshal not resetting struct fields by @chuangbo in #345
  • refactor: simplify startSystemUpdateTicker using time.Tick by @chuangbo in #347
  • Upgrade gopsutil to fix memory leak on ARM Mac by @chuangbo in #367
  • Fixes multiple GPUs with same name merging in temperature graph (#361)
  • Adds armv6l support for agent install script. (#364)
  • Sets Hub's minimum log level to warn by default for new installations.
  • Adds Slovenian and Danish languages

New Contributors

Full Changelog: v0.9.0...v0.9.1

  •  

v0.9.0

Door: henrygd
19 December 2024 om 05:46

Important

This release includes breaking changes to the REST API. Most importantly, /api/admins/* has been replaced with the _superusers auth collection. For more information see "Web APIs changes" in the PocketBase 0.23.0 release notes.

Notes

  • This release adds a built in rate limiter. I recommend enabling it (and specifying a trusted proxy header if applicable) on the /_/#/settings page.
  • A lot of internal refactoring was needed to accommodate changes in PocketBase. If anything isn't working correctly, please open an issue.
  • We now have a website with better documentation. Feel free to submit a PR if you want to add or improve anything.

New features

  • USER_CREATION environment variable to allow automatic creation of user accounts via OAuth. (#291)
  • Grid view option for systems table by @0xMMMMMM (#315)
  • Agent install script: Add checksum support and mirrors for mainland China by @Alice39s (#290)
  • New PocketBase features like batch API and rate limiting.

Bug fixes / other updates

  • Fix IPv6 connection problem by @wwng2333 (#288)
  • Add a RestartSec directive to the service configuration for both agent and hub scripts by @Sped0n (#311)
  • Add autoComplete="off" to the login honeypot field to (hopefully) prevent the browser from autofilling it in some instances. (#314)

Localization updates

Please contribute translation improvements here: https://crowdin.com/project/beszel

New Contributors

Full Changelog: v0.8.0...v0.9.0

  •  

v0.8.0

Door: henrygd
13 November 2024 om 00:36

New features

  • Better support for monitoring Podman containers (see #211).
  • Nvidia and AMD GPU monitoring is no longer hidden behind GPU=true. Still binary agent only and requires nvidia-smi or rocm-smi (see #262).

Localization updates

Please contribute translation improvements here: https://crowdin.com/project/beszel

Bug fixes / other updates

  • Improves disk discovery slightly by checking partition labels.
  • Removes containers from Docker / Podman network chart tooltip if they were stopped during that update.

Full Changelog: v0.7.4...v0.8.0

  •  

v0.7.4

Door: henrygd
9 November 2024 om 02:38

What's Changed

New features

  • Experimental support for Nvidia and AMD GPUs (utilization, VRAM, power draw, and temperature). See #262 for more info. Feedback is appreciated.
  • Binary install script now has an option for automatic daily updates.

Localization updates

Bug fixes

  • Fixes display of values under 1 GB in disk usage charts. (#261)

Full Changelog: v0.7.3...v0.7.4

  •  

v0.7.3

Door: henrygd
5 November 2024 om 03:45

What's Changed

New features

  • Adds ability to specify a device/partition for an extra disk by using a folder name.

For example, I have an encrypted external SSD that never showed I/O stats when using the Docker agent:

chart for luks-d76c2e14-0264-446f-af20-edb8e3e28741 with empty disk I/O stats

With lsblk we can see that the LUKS partition is associated with sda1:

sda
└─sda1
  └─luks-d76c2e14-0264-446f-af20-edb8e3e28741

We'll update the mountpoint to use sda1 as the folder name.

volumes:
    - /mnt/my-extra-drive:/extra-filesystems/sda1:ro

The agent will first check if I/O stats are available for luks-d76c2e14-0264-446f-af20-edb8e3e28741.

Because they are not, the agent will check the folder name (sda1). I/O for sda1 is available, so it will use sda1 for this disk instead of luks-d76c2e14-0264-446f-af20-edb8e3e28741. The read/write stats now populate as intended:

chart for sda1 showing disk I/O stats

Bug fixes

  • Fixes labeling of read/write in extra disk charts. (#254)

Other changes

  • A recent update changed the behavior of Docker charts. Previously, a stopped container was completely removed from the chart/tooltip during the time period when it was not running. In the last few releases, the container remained in the chart with zero values if it was running at any time during the chart's duration. This update restores the previous functionality.

Full Changelog: v0.7.2...v0.7.3

  •  

v0.7.2

Door: henrygd
3 November 2024 om 21:38

What's Changed

  • Fixes Memory chart subheading.
  • Improvements to Ukrainian translations from @stanol.

Apologies for multiple patch releases today! There are no changes to the agent in this release.

Full Changelog: v0.7.1...v0.7.2

  •  

v0.7.1

Door: henrygd
3 November 2024 om 20:11
  • Fixes bug causing blank page if user locale is not in translated locales. (#247)
  • Update to PocketBase 0.22.23 and gopsutil 4.24.10.

  •  

v0.7.0

Door: henrygd
2 November 2024 om 19:57

What's Changed

New features

  • Localization of the Hub web interface with 15 languages currently supported. We're on Crowdin if you want to help improve translations or add a language.
  • Binary installation added as an option within the "Add System" UI. (#223)
  • Ability to hide columns in the "All Systems" table.

Updates

  • Bandwidth alert max value increased to 125 MB/s (1 Gigabit). (#222)
  • Added search button and changed "⌘K" to "Ctrl+K" on non-macOS platforms. (#219)
  • Charts display message when no records are populated, rather than showing the spinner. (#234)
  • Skip code for reading temperature sensors if SENSORS is set as an empty string. (#196)
  • Added Makefile.

Bug fixes

  • Broken "Forgot password?" link.

Huge thanks to @ArsFy for doing a ton of work on this release!

And further apologies to @alexzaitsev for accidentally deleting your Ukrainian translations πŸ™.

New Contributors

Full Changelog: v0.6.2...v0.7.0

  •  

v0.6.2

Door: henrygd
31 Oktober 2024 om 16:08

What's Changed

  • Systems can now be managed in a config.yml file inside your data directory. See <your-url>/settings/config for more information. (#70, #206)

Full Changelog: v0.6.1...v0.6.2

  •  

v0.6.1

Door: henrygd
20 Oktober 2024 om 02:13

What's Changed

  • Ability to set alerts for all systems at once.
  • Fix iOS / Safari 16 and under. (#210)
  • Fix alert notification links if space in system name. (#209)
  • Update Go and JS dependencies.

New Contributors

Full Changelog: v0.6.0...v0.6.1

  •  

RSS-Bridge 2025-01-02

Door: dvikan
3 Januari 2025 om 01:49

EDIT: I forgot to update version number in this release, see #4382

What's Changed

No breaking changes. Mostly fixes to existing bridges, and some new bridges.

But, beware that all bridges are now enabled by default! (instead of the selected handful).

If you dont want all bridges enabled do like this in config.ini.php:

[system]

; Only these 3 bridges are enabled
enabled_bridges[] = CssSelectorBridge
enabled_bridges[] = FeedMerge
enabled_bridges[] = FeedReducerBridge

;enabled_bridges[] = *

Noteworthy changes

When debug mode is enabled, php errors are converted to exceptions! Only in debug mode, not in prod mode.

  • fix: convert php errors to exceptions when in debug mode by @dvikan in #4176

The future

These needs to be discussed:

  • Bump min php version from 7.4 to 8.0.
  • Introduce a new document root with separate data folder (e.g. /var/www/rss-bridge/public and /var/www/rss-bridge/var/)
  • rss-bridge is trivially vulnerable to XSS in the HtmlFormat page since we dont sanitize the html(mostly harmless since theres not much to exploit). Feed readers do sanitize html so no problem there.
  • rss-bridge is trivially vulnerable to SSRF (mostly harmless? hard to exfiltrate data) Also we actually want to allow to fetch resources from non-public IP addresses, so maybe introduce a config for this allowance

See also #2735

New Contributors

Thanks all!

Full Changelog: 2024-02-02...2025-01-02

  •  

RSS-Bridge 2024-02-02

Door: dvikan
2 Februari 2024 om 18:44

Zero breaking changes

Recommended to checkout revised installation instructions for Debian 12:

https://github.com/RSS-Bridge/rss-bridge#how-to-install-on-debian-12-nginx--php-fpm

Officially hosted instance: https://rss-bridge.org/bridge01/

IRC channel #rssbridge at https://libera.chat/

Thank you to all contributors who keeps the project alive.

A subset of changes which might be interesting

Rss-Bridge can now be password protected with required token in the url:

--- config.ini.php	2024-02-02 18:41:36.881743962 +0100
+++ /tmp/1	2024-02-02 18:42:00.289567705 +0100
@@ -92,7 +92,7 @@
 password = ""
 
 ; Token authentication (URL)
-token = ""
+token = "hunter2"

New Contributors

Full Changelog: 2023-09-24...2024-02-02

  •  

RSS-Bridge 2023-09-24

Door: dvikan
25 September 2023 om 14:41

No breaking changes! (famous last words)

The caching systems have been rewritten.

All existing cache items will be considered expired.

Full Changelog: 2023-07-13...2023-09-24

New Contributors

  •  

RSS-Bridge 2023-07-11

Door: dvikan
16 Juli 2023 om 23:44

No big changes. Just keeping the project alive.

The CacheInterface has been modified with stronger typehints. Might wanna check that out if are explicitly using a cache in a
custom bridge.

  • new config enable_debug_mode and debug_mode_whitelist[] #3324
  • config now can be modified with env #3428
  • FeedMergeBridge now allows one or more feeds to fail while preserving the others #3476
  • feat: add health check action in #3484
  • feat: add system config enable_maintenance_mode #3497
  • feat(sqlite cache): add config options by #3499

See https://rss-bridge.org/bridge01/ if you want to test this release (it auto-deploys master each day).

We are considering (later) to moving the document root, see #3432

Also see #2735 for project goals and prios.

Full Changelog: 2023-03-22...2023-07-11

  •  

RSS-Bridge 2023-03-22

Door: dvikan
22 Maart 2023 om 19:37

The only breaking change is that RSS-Bridge now requires php 7.4.

  • fix: Let curl select the default HTTP version instead of hardcoding HTTP 1.1 (#3249)
  • fix: Disallow usage of default password (#3284)
  • refactor: Reformat codebase to PSR12 (#2872) [0]
  • feat: The docker container now uses libcurl-impersonate to better impersonate a browser (#2941)
  • feat: Config option to limit the maximum http message size (#3140)
  • feat: URL filter option to FilterBridge (#3212)
  • feat: Add getKey function (#3275)
  • feat: Add filecache config to enable/disable real purge (#3263)
  • feat: Add new feed format: Sfeed (#3306)
  • feat: Add config option "path" for file cache (#3297)

The public instance https://rss-bridge.org/bridge01/ runs master and can be used to test bridges before upgrading.

Docs: https://rss-bridge.github.io/rss-bridge/

Join #rssbridge on the Libera IRC network for IM [1].

[0] For the people who are concerned about the code reformatting they can
see #2872 for instructions on how to reproduce the diff.

[1] https://web.libera.chat/

  •  

RSS-Bridge 2022-06-14

Door: yamanq
14 Juni 2022 om 15:54

General changes

  • New Requirements
    • require curl extension (#2617)
    • Enable zip extension, required only for FDroidRepoBridge (#2712)
  • UI
    • BridgeCard: Use full bridge name in data-ref tag (#1560)
    • Open new feeds in a new tab (#1389)
  • Docker
    • Docker file: Fix wrong version string in docker images (#2497)
    • Add expose to dockerfile (#2762)
    • Switch to nginx in docker image (#2721)
  • Development
    • BridgeAbstract: Add loadCacheValue() and saveCacheValue()
    • Documentation: Move all wiki pages into the repo and make it pretty (#2494)
    • Multiple: Fix all exampleValues and required variables (#2296)
    • MrssFormat:: Generate using DomDocument
    • add support for more media types as enclosures, handle result of /tex… (#2324)
    • core: Add pr-html-generator (#2525)
    • feat: add a timeout option for http client (#2600)
    • feat: extract curl ua to config value (#2568)
    • refactor: add php autoloader (#2655)

New bridges

Modified bridges

  • Amazon: Add Sweden & Turkey
  • Arte7Bridge: Support all languages (#2543)
  • BinanceBridge: Remove announcements because of Cloudflare issue (#2610)
  • DavesTrailerPageBridge: Add timestamps to feed (#2456)
  • DeveloppezDotComBridge: Full rewrite of bridge DeveloppezDotCom (#2689)
  • EZTVBridge: Switch to using EZTV API (#2476)
  • FlickrBridge: Add content option to By username (#1861)
  • FurAffinityUserBridge: Replate username/password with cookie login (#1641)
  • GelbooruBridge: + inheriting Bridges. Switch to using Gelbooru API (#2472)
  • GiphyBridge: use not rate limited public api key (#2625)
  • GitHub: Allow custom search query (#2593)
  • GiteaBridge: Rewrite to decouple from Gogs and add contexts (#2718)
  • GithubPullRequestBridge: Sort by newest PRs instead of latest updated (#2064)
  • GolemBridge: Remove image galleries (#2761)
  • HaveIBeenPwnedBridge: Use API to get Data (#2720)
  • InstagramBridge: Documentation for configuring this bridge (#2437)
  • MixcloudBridge: switch to using API (#2591)
  • NordbayernBridge: add author & timestamp of article (#2309)
  • PhoronixBridge: support multipage and embed benchmarks (#2522)
  • PixivBridge: Add User context (#2650)
  • TelegramBridge: Fix issues & add support for location messages (#2133)
  • UnsplashBridge: extend functionality (#1813)

Removed bridges

  • ABCTabsBridge: Remove multiple broken, unneeded bridges (#2595)
  • ContainerLinuxReleasesBridge: Delete bridge (#2455)
  • DaveRamseyBlogBridge: fix: remove dead bridge #2345 (#2574)
  • DownDetectorBridge: Remove bridge (#2579)
  • ETTVBridge: fix: remove bridge ETTVBridge (#2511)
  • FootitoBridge: chore: remove bridge (#2576)
  • HentaiHaven: remove dead bridge (#2562)
  • LichessBridge: Remove multiple broken, unneeded bridges (#2595)
  • Mangareader: chore: remove dead bridge (#2597)
  • NeuviemeArt: Exterminate dead bridge (#2784)
  • OpenClassroomsBridge: Remove bridge (#2582)
  • OsmAndBlog: Remove bridge (#2775)
  • QPlayBridge: chore: remove dead bridge (#2564)
  • RTBFBridge: remove dead and unmaintained bridge (#2596)
  • SupInfoBridge: Remove multiple broken, unneeded bridges (#2595)
  • TagBoardBridge: fix: remove dead bridge
  • TheTVDBBridge: fix: remove dead bridge
  • ThingiverseBridge: chore: remove dead bridge (#2563)
  • WallpaperStopBridge: Delete bridge (#2458)
  • WosckerBridge: Remove multiple broken, unneeded bridges (#2595)
  • YahtzeeDevDiaryBridge: Remove bridge (#2580)
  • ZoneTelechargement: Remove bridge (#2678)

Full Changelog: 2022-01-20...2022-06-14

  •  
❌