dansup, to Pixelfed
@dansup@mastodon.social avatar

🚨 Pixelfed admins: please update ASAP to v0.11.11

More information will be published on Feb 25 to give admins time to update.

https://github.com/pixelfed/pixelfed/security/advisories/GHSA-gccq-h3xj-jgvf

dillo, to random
@dillo@fosstodon.org avatar

Dillo 3.1.0 finally released after 9 years!

https://dillo-browser.github.io/latest.html

felixxm, to django
@felixxm@fosstodon.org avatar

My latest article sheds light on Django versioning 🔦 🦄 Check it out! :django:

@flydotio

https://fly.io/django-beats/shedding-light-on-django-versioning/

felixxm, to django
@felixxm@fosstodon.org avatar

Django 5.0 :django: allows creation of database generated fields! 🤯 This is another astonishing ORM feature in the upcoming release 📦 Many thanks to Jeremy Nauta and @lilyf for their great efforts 🦸 💚

https://github.com/django/django/commit/f333e3513e8bdf5ffeb6eeb63021c230082e6f95

GIMP, to random
@GIMP@floss.social avatar

GIMP 2.99.16 (development version) has just been released! 🎉

The end of the GTK+3 port, much better GEGL ops integration, a lot of file format support improvements and so much more…

The release news: https://www.gimp.org/news/2023/07/09/gimp-2-99-16-released/

lpil, to elixir
@lpil@hachyderm.io avatar
Xdebug, to php
@Xdebug@phpc.social avatar

🎉 Xdebug 3.3.0alpha3 Released!

🔥 This alpha release introduces flamegraphs and the step debugger optimisations that @derickr wrote about.

🔗 https://xdebug.org/announcements/2023-10-19

🐘 @Xdebug

felixxm, to django
@felixxm@fosstodon.org avatar

Only one week left until the final release of Django 5.0! 🥳 💚 Dear Translators 💬 strings are frozen 🧊 🥶 this is now the last moment to check your Django translations are complete on Transifex! #django #translations #release #python

https://forum.djangoproject.com/t/django-5-0-and-string-freeze/25677

WoodpeckerCI, to cochlearimplants German

Today marks an awesome milestone!

Our v1.0.0 just got out into the wild.
Catch it if you can ... and play around, it got a ton of improvements over our old versions.

Also please so everybody notice it.

https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.0

henryiii, to python
@henryiii@fosstodon.org avatar

Build 1.1 is out, and in some cases it's over 2x faster than 1.0, such as in my favorite way to use it, "pipx run build"! https://github.com/pypa/build/releases/tag/v1.1.0

video/mp4

movim, to random French
@movim@piaille.fr avatar

Movim 0.22, codename Kowal is out! 🎉

In this version you will be able to configure the privacy level of your blog post, interact with your chat messages in one click (or tap 📱!) and explore our refreshed interface (with lots of small surprises) 😋

Checkout the release note to discover all the new exciting features, improvements (and fixes !): https://mov.im/node/pubsub.movim.eu/Movim/a2d05925-0427-4f3f-b777-d20571ddddff 😊

gpshead, to python

Code owners, please automatically test your code with CPython 3.12! https://discuss.python.org/t/python-3-12-0rc2-final-release-candidate-released/33105/2
#3.12

pdepend, to php
@pdepend@phpc.social avatar

We released version 2.16.0 for PHP Depend.

This release added support for PHP 8.3 Syntax and Symfony 7. And contains 4 fixes.

https://github.com/pdepend/pdepend/releases/tag/2.16.0

NVAccess, to accessibility
@NVAccess@fosstodon.org avatar

NV Access is very pleased to share the release of the NVDA 2024.1 Release Candidate. Unless any major issues are identified, this will be identical to the final release. We encourage all users to test the Release Candidate. Many updates including on-demand speech mode, native selection in Firefox, bulk actions in the add-on store and much more! Read the full details and download at: https://www.nvaccess.org/post/nvda-2024-1rc1/

#NVDA #NVDAsr #Accessibility #A11y #ScreenReader #News #NewVersion #Release

paulox, (edited ) to django
@paulox@fosstodon.org avatar

Django 5.0 has been released 🎉

After months of work, everyone can use this great new version 🙌

My favorite features are:
• 🤖 generated fields
• ✅ database default values
• 🔑 prefetch related for generic foreign keys

Which are your favorite features?
https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

WipEout (1995) Source Code Rewrite (ending with a port working on Linux): https://phoboslab.org/log/2023/08/rewriting-wipeout

pillow, to python
@pillow@fosstodon.org avatar

Pillow 10.3.0 has been released!

Includes security fixes, some deprecations, API additions and changes, performance improvements and type hints.

This was our first release with cibuildwheel + PyPI publish GitHub Action + Trusted Publishers and it went smoothly!

Thanks to the teams who created those, and as always, to all our contributors.

Deprecations ImageCms constants and versions() function A number of constants and a function in ImageCms have been deprecated. This includes a table of flags based on LittleCMS version 1 which has been replaced with a new class ImageCms.Flags based on LittleCMS 2 flags. Check the full release notes for the table of replacements. ImageMath.eval() ImageMath.eval() has been deprecated. Use lambda_eval() or unsafe_eval() instead. See earlier security notes for more information.
API Changes Added alpha_quality argument when saving WebP images When saving WebP images, an alpha_quality argument can be passed to the encoder. It is an integer value between 0 to 100, where values other than 100 will provide lossy compression. Negative kmeans error When calling quantize(), a negative kmeans will now raise a ValueError, unless a palette is supplied to make the value redundant. Negative P1-P3 PPM value error If a P1-P3 PPM image contains a negative value, a ValueError will now be raised. API Additions Added PerspectiveTransform PerspectiveTransform has been added, meaning that all of the Transform values now have a corresponding subclass of Transform. Other Changes Portable FloatMap (PFM) images Support has been added for reading and writing grayscale (Pf format) Portable FloatMap (PFM) files containing F data. Release GIL when fetching WebP frames Python’s Global Interpreter Lock is now released when fetching WebP frames from the libwebp decoder. Type hints Pillow now has type hints for a large part of its modules, and the package includes a py.typed file and the Typing :: Typed Trove classifier.

venya, to Metal
@venya@musicians.today avatar

I apologize for spamming you about the "Salvation" album, but we have been working on this a very long time and I'm very proud of my work on it.

But also it will get worse once I start talking in nauseating detail about interesting things from every individual track

so I won't be offended--even if I knew, which I won't--if you mute me for a while

I probably would

but seriously, album

https://faircamp.radiofreefedi.net/voidconspiracy/

lpil, to elixir
@lpil@hachyderm.io avatar
pidgin, to opensource
@pidgin@fosstodon.org avatar

Good news everyone!! Pidgin 2.14.13 has been released! Check out the announcement! https://discourse.imfreedom.org/t/pidgin-2-14-13-has-been-released/138

henryiii, to python
@henryiii@fosstodon.org avatar

Cibuildwheel 2.17 is out! Highlights include a new inherit table for overrides, official GHA Apple silicon (macOS-14) support (was experimental in 2.16.5), auto platform detection when running locally, and setuptools/wheel removed. https://github.com/pypa/cibuildwheel/releases/tag/v2.17.0 thanks @joerick!

gkiagia, to announcement
@gkiagia@fosstodon.org avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar

Portal: Revolution - Free mod for Portal 2 just released on Steam. Runs well on Steam Deck!: https://store.steampowered.com/app/601360/Portal_Revolution/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • rosin
  • thenastyranch
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • InstantRegret
  • Youngstown
  • vwfavf
  • slotface
  • everett
  • osvaldo12
  • kavyap
  • anitta
  • khanakhh
  • tester
  • Durango
  • tacticalgear
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • cubers
  • normalnudes
  • modclub
  • provamag3
  • Leos
  • JUstTest
  • All magazines