Search

Items tagged with: Release


New Fastplay Release: latest

Fix live stream stop/play and playback state restoration for URLs

- Add FreeCurrentStream() helper to properly free live streams
- Stop() now frees stream for live streams (reconnects on play)
- Play() reloads current track if stream was freed
- Pause/PlayPause now stop instead of pause for live streams
- Fix playback state restoration for URLs (was filtering them out)
- Use larger buffer for URL storage in INI file

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release


New FastPlayMac Release: latest

Fix playback state restoration starting from wrong position

When restoring playback state, the app was briefly playing from the start
before seeking to the saved position, then unexpectedly pausing. Changed to
load the track without auto-playing, seek to the saved position, then start
playback.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Downloads:
- FastPlayMac.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#FastPlayMac #Release




New FastSM Release: latest

Autocomplete only works on @usernames, adds space after

Downloads:
- FastSM-0.4.1-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.4.1.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release



New Fastplay Release: latest

Fix podcast HTML entities, downloads, and VBR bitrate

- Add numeric HTML entity decoding (&#039; &#39; &#x27; etc.)
- Download All: skip existing files, add suffix for batch duplicates
- VBR bitrate: query live from stream for realtime updates

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release


New Fastplay Release: latest

Add bitrate display, radio export, and favorites refresh fix

- Show bitrate in status bar (e.g., "Playing | 320 kbps")
- Cache bitrate when loading file before tempo processing
- Add Export M3U button to radio favorites tab
- Fix favorites list not updating when adding from search

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release


New FastSM Release: latest

Set user agent to FastSM/version for all Mastodon API instances

Downloads:
- FastSM-0.4.1-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.4.1.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New Fastplay Release: latest

Add Downloads tab and Download All button for podcasts

- New Downloads tab in Options with folder setting and organize by feed option
- Download All button downloads all episodes in loaded feed with threading
- Batch downloads speak summary only when all complete

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release


New Fastplay Release: latest

Fix B key not auto-playing and rate doubling on track change

- Use lParam instead of HIWORD(wParam) to signal no auto-play, since
accelerators send HIWORD=1 which conflicted with the no-auto-play signal
- Remove processor->SetRate() calls in LoadFile/LoadURL since rate is
handled via BASS_ATTRIB_FREQ; having both caused rate to compound

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release





New Fastplay Release: latest

Add podcast downloads and feed authentication support

- Add downloads folder setting in Options > Playback tab
- Add Download button in Podcast dialog to save episodes to disk
- Downloads run in background thread with completion notification
- Add username/password fields when adding podcast feeds manually
- Support HTTP Basic Auth for password-protected podcast feeds

Downloads:
- FastPlay.zip: github.com/masonasons/FastPlay…

Release page: github.com/masonasons/FastPlay…

#Fastplay #Release


New FastSM Release: latest

Add option to collapse consecutive usernames in posts

New setting in Templates tab sets a threshold for when username collapsing
triggers. When exceeded, shows only the first username plus "and X more".

Downloads:
- FastSM-0.4.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.4.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New FastSM Release: latest

Fix media descriptions for copy operation

Media descriptions are now added in template_to_string() only when
using the fallback path (raw status without pre-processed text).
When called from process_status() via StatusWrapper, descriptions
are already included. When called directly (e.g., copy operation),
they need to be added.

Downloads:
- FastSM-0.4.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.4.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New FastSM Release: latest

Add cache cleanup for dismissed timelines and orphaned data

- Add cleanup_orphaned_data() to remove cached timelines that no longer exist
- Add _cleanup_orphaned_items() to remove unreferenced statuses/notifications
- Add get_cache_key() and clear_cache() methods to Timeline class
- Clear timeline cache when dismissing/closing a timeline
- Run orphaned data cleanup on app close

Downloads:
- FastSM-0.4.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.4.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New FastSM Release: latest

Change speak.py to use speak and braille separately, since output doesn't seem to do this on it's own for some reason.

Downloads:
- FastSM-0.3.2-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.3.2.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New FastSM Release: latest
Built: 2026-01-18T16:37:02-06:00

Fix spaces removed after punctuation in notifications

The strip_html function in platforms/mastodon/models.py was missing
space-preservation logic for block elements. HTML like
<p>Hello!</p><p>World</p> was being converted to 'Hello!World' instead
of 'Hello! World'.

Added the same space-preservation logic from application.py:
- Add space before </p> and </div> closing tags
- Add space for <br> line breaks

Downloads:
- FastSM-0.3.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.3.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release


New FastSM Release: latest

Automated build from commit 1908b1358888020279cbded803cae825013d03e2

**Version:** 0.3.0
**Built:** 2026-01-18T16:24:50-06:00
**Commit:** Add time announce shortcuts and improve VLC bundling

Audio player:
- E: Speak elapsed time
- R: Speak remaining time
- T: Speak total time
- Times spoken as 'minutes:seconds' format (e.g., '3:45')

Build script:
- Check project vlc/ folder first before system VLC installation
- Skip copying if source and destination are the same

This release is automatically updated on every commit to master.

## Downloads
- **Windows:** FastSM-0.3.0-Windows.zip
- **macOS:** FastSM-0.3.0.dmg

Downloads:
- FastSM-0.3.0-Windows.zip: github.com/masonasons/FastSM/r…
- FastSM-0.3.0.dmg: github.com/masonasons/FastSM/r…

Release page: github.com/masonasons/FastSM/r…

#FastSM #Release




It's here! The NVDA 2025.2 Release Candidate is available: nvaccess.org/post/nvda-2025-2r…

We encourage ALL users to try this before we declare it is stable. Please see tips on how to test without affecting your installed copy in this week's In-Process: nvaccess.org/post/in-process-4…

NVDA 2025.2 includes improvements in Windows 11, browse mode & Microsoft Word. Plus updates to eSpeak-NG & LibLouis, new device support & more!

#NVDA #NVDAsr #Release #Update #NewVersion #PreRelease #test #Testing #FOSS #FLOSS


✨ What's new in Home Assistant? ✨
2025.7 was filled with so many good things we're bringing you 3 feature highlight videos this month! 🎉

Here's Chapter 1 - Assist asks the questions!

Find the blueprint and what else is new this release on our blog 👉🏻 home-assistant.io/blog/2025/07…

#Release #SmartHome #HomeAutomation


Nová verze skriptu Zprávobot.news - 1.5.1:

• Úplné odstranění zpracování RSS-as-Twitter
• Zjednodušená detekce citací Bluesky
• Nová detekce příspěvků s odpovědí
• Vylepšená kontrola komerčního obsahu
• Přidána kontrola příspěvků s odpovědí
• Opravena funkce contentHack()
• Zjednodušení funkce createDomainFixPatterns()
• Menší velikost kódu: -1647 znaků (-51 řádků)

v1.5.1 zjednodušuje, optimalizuje a zefektivňuje stávající kód.

github.com/DanielSnor/Zpravobo…

#zpravobot #release #update


Je tu verze 1.5.0 skriptu pro Zprávobot.news:

• vylepšení zpracování obsahu
• vylepšení manipulace s URL
• pokročilá logika ořezávání
• lepší správa RSS
• opravy zmiňovaných domén
• optimalizace výkonu
• vylepšené mapování znaků
• zlepšení čitelnosti skriptu

Verze 1.5.0 je robustnější a efektivnější než předchozí 1.4.0.

github.com/DanielSnor/Zpravobo…

#zpravobot #release #update


Boom, Movim 0.30.1 is out! ✨

In this new release you'll find a new avatar and banner configuration panel, animated GIF support in the picture proxy and some more improvements in the internal color palette management 🎨

Movim is also now supports the XEP-0392: Consistent Color Generation that allows you to have the same default color for your contacts between all the XMPP clients ☺️!

And as always bug fixes and improvements 😌

The complete release note on our blog: mov.im/community/pubsub.movim.…

#xmpp #release #movim


Nový release zprávobotích skriptů v1.3.0 přináší:

• Zpracování RSS jako Twitteru
• Formátování zmínek
• Lepší detekce a formátování citací a repostů
• Vylepšená normalizace obsahu
• Dynamická logika pro URL a obrázky
• Rozšířené zpracování vstupů
• Vylepšené kontroly klíčových/zakázaných slov
• Opravy chyb
• Optimalizace kódu

github.com/DanielSnor/Zpravobo…

#zpravobot #release #update


Good news everyone, Movim 0.30 codename Encke ☄️ is finally there! 🥳

This release is actually way bigger than you might think! Movim is bringing group-call to all your devices and still rely 100% on the XMPP standard (it is even compatible with @dino ✨).

In this new version you'll also find a lot of improvements in the UI, a better integration of the Stories and a new way to personalize how Movim looks 🎨 .

Thanks to @nlnet and for their support ❤️.

Share the good new around and invite your friends to join Movim 😊 !

The complete release-note: mov.im/community/pubsub.movim.…

#release #movim #xmpp #nlnet #videocall #stories


Today Movim just reached 10K commits 🎉, and this year we will celebrate the 15th anniversary of the project 🎂 🥳

The upcoming 0.30 will also be a huge milestone with plenty of exciting features, stay tuned ✨ #milestone #release #birthday #anniversary #xmpp #movim


🚀 We finally released the very first version of the FOSS Public Alert Server. Version 0.1.0 includes the most essential features and is a good step toward the first stable release.

Checkout the release note here: invent.kde.org/webapps/foss-pu….

The latest version is always running at: alerts.kde.org

Thanks again to @nlnet for funding this project.

#foss #fpas #release


The Release Candidate of NVDA 2024.4.2 is now available for testing. We encourage all users to download this RC and provide feedback.

Read more and download from: nvaccess.org/post/nvda-2024-4-…

This is a patch release to fix bugs with braille devices and reading math in Chromium. Fixed bug with with reading math in Chromium Browsers (Chrome, Edge). Humanware Brailliant BI 40X devices running firmware version 2.4 now work as expected.

#NVDA #NVDAsr #ScreenReader #Release #PreRelease #Update #Update


New Year, new release ✨

In Movim 0.29 you'll discover two important changes, Stories and Briefs 😯 !

Yes Movim is the very first XMPP client that introduces fully standard Stories (xmpp.org/extensions/xep-0501.h…). Share your day with your friends, from any device, in a few easy steps ❤️

Briefs allows you to publish short content on your profile and complete the existing more complete articles publications 📝

Checkout the complete release note to know everything about those exciting new features: mov.im/community/pubsub.movim.…

#movim #xmpp #release


NVDA 2024.4 is now available Featuring many improvements in Microsoft Office, braille & document formatting. We encourage all users to update. There's more than will fit here so please check out the full details & download from: nvaccess.org/post/nvda-2024-4/

Please note, after updating any software, it is a good idea to restart the computer. Restart by going to the Shutdown dialog, selecting “restart” and pressing ENTER.

#NVDA #NVDAsr #ScreenReader #Release #News #NewVersion #Update



Our calendar team is working hard to release awesome major updates to your Tuta Calendar soon! ❤️

But right now they are enjoying their well-deserved weekend. Enjoy yours, too! 🎢

#behindthescenes #tuta #workinghard #release #staytuned


Movim 0.27 Lovas is finally there! 🎉

In this #Movim #release you'll find the first exciting video-conferencing features integrated with the help of the @nlnet funding. A big thanks to them for their precious support 😊 ❤️

The call flow is now completely integrated in the main window and an important refactoring was done both in the frontend part and the #XMPP Jingle stack.

You will also find several user interfaces fixes as well as a database reorganization.

⚠️ This version is also fixing a serious security issue that could cause remote-code execution under specific circumstances. We are inviting you to update as soon as possible.

mov.im/node/pubsub.movim.eu/Mo…


Hot on the heels of today's release, our In-Process blog is out with all the info you need! Highlights of NVDA 2024.3, a note for RC users, thanks to SignPath, how to make the most of the new mouse wheel scroll commands, and a head's up about A11y Camp.

Check it all out here: nvaccess.org/post/in-process-1…

#NVDA #NVDAsr #ScreenReader #NewVersion #Release #Update #Blog #News #FOSS


Movim 0.26, codename Borrelly is out! 🚀

This new release integrates the custom emojis feature, better handling of spam messages, content embedding in messages and articles improvements as well as many internal fixes 😋

Checkout the complete release note on our official blog mov.im/node/pubsub.movim.eu/Mo… and if you're an admin don't forget to update and join the federation on join.movim.eu/ 🗒️ ✨

You can also support us by joining our Patreon patreon.com/movim 🥰

#movim #release