Pomatez 1.6.4 šŸ’¾

Customizable rules - it allows you to modify the default Pomodoro configuration based on your personal preferences. Built-in task list - it allows you to create a simple list of todos and mark the items done when it's done. Full-screen breaks - once enabled, it will force you to not continue working during break time by occupying the whole screen of your desktop, but right now it doesn't support multiple monitors. Desktop notification - once enabled, you will get desktop notifications from time to time depending on the notification type you selected. Supported notification types are the following; None - no notification will be shown. default Normal - will show notification in every break. Extra - will show notification 60 seconds before the break starts, and 30s before the break ends, and the actual break starts. Special breaks - a special feature that enables you to set specific times to take important breaks like lunch, snack, dinner and etc.. without updating the Pomodoro configuration. Keyboard shortcuts - might be helpful for you depending on your use case but currently, these keyboard shortcuts are not yet customizable. Auto updates - the app will automatically check for updates and download them in the background. You will be notified when the update is ready to be installed. Always on top - once enabled, the app will always be on top of other apps running on your Operating System. Minimize to tray

cleanup: * electron and tauri signing (release 1.6.3 was skipped) ( 6442717 (https://github.com/zidoro/pomatez/commit/64427172d5721f9384d0d7f5ebf26c8130938812))

timer productivity productivity-booster pomodoro pomodoro-timer productivity-timer pomodoro-technique time-management cpp

projectm 4.1.0 šŸ’¾

projectM - The most advanced open-source music visualizer Experience psychedelic and mesmerizing visuals by transforming music into equations that render into a limitless array of user-contributed visualizations. projectM is an open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library. Its purpose in life is to read an audio input and to produce mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.

major feature: After about a year of work, we're finally ready to release libprojectM 4.1, which is in fact the actual "major" release in regards of general improvements over the 3.1 release series. Most of libprojectM's codebase has been refactored or rewritten from scratch to bring it to more modern standards, make it easier to maintain and - most importantly - vastly improve Milkdrop compatibility and overall performance. Target Audience: Users While the 4.0 version was mainly focused on updating the build system and introducing a stable API which developers can use to integrate it into their applications, it didn't change much in regards to preset rendering quality and Milkdrop compatibility. This release focuses on bringing libprojectM mostly on par with Milkdrop, implementing some missing features and improving the preset rendering process to match Milkdrop's code as closely as possible. The libprojectM C API and ABI did not change since 4.0, making it a drop-in replacement with no changes required in application code. When using the shared library, replacing the library file(s) will be sufficient to use the new version, no rebuild/relink is required in this case. The projectM team also wants to thank all contributors for their efforts, making this release possible! Changes since 4.0 A from-scratch rewrite of the parser running the math expressions in presets, implementing all previously missing features like megabuf, loops, regXX vars, compound operators like += and greatly improving the execution speed. Reworked the whole preset rendering process, carefully implementing each step and effect to match Milkdrop's rendering process and math. Reintroduced smooth preset transitions, using custom blending shaders. Reimplemented the audio processing code to match Milkdrop's spectrum analyzer and waveform preprocessing. Added support for the new waveform modes added in BeatDrop and Milkdrop2077.

Mixed music graphics visualizer cpp c

Geeqie 2.3 šŸ’¾

Geeqie is a free open software image viewer and organiser program for Linux, FreeBSD and other Unix-like operating systems

minor bugfix: - Bug fixes and code improvements

GNU GPLv3 photography images photo-browser image-viewer picture-gallery photo-manager cpp c

GitLab 16.9.2 šŸ’¾

GitLab is a development collaboration tool and git DVCS frontend. It includes repository management features, code reviews, an issue tracker, activity feeds and wikis. GitLab provides fine-grained access control, user management, 5 permission levels and branch constraints, and can utilize LDAP/AD intranet authorization. Powered by Ruby on Rails it comes as open source package, and as commercial supported enterprise version.

minor security: (2024-03-06). ### (2 changes). Backport 145801 (CI linter error when repository is empty) to 16.9 (gitlab-org/security/gitlab@3387113650f62739955a47de59f7c17dbe7e9509). container repositories checksum mismatch errors (gitlab-org/security/gitlab@7dce926636d80e26c4e99ac74c09c3795063151a) GitLab Enterprise Edition. ### Security (2 changes). Restrict group token rotation for custom roles (gitlab-org/security/gitlab@c7eafe2b214d8a5c739fe116899540133daebef3) ( merge request (gitlab-org/security/gitlab!3905)). Reset approvals when reopening a MR (gitlab-org/security/gitlab@4c3fbb6674de3dfc01332a25959167ba1085e5bb) ( merge request (gitlab-org/security/gitlab!3897)).

MITL ruby ruby-on-rails git dvcs wiki bugtracker version-control

Persy Transactional Storage 1.5 šŸ’¾

Persy is a simple transactional storage (AKA database) written in rust, that persists raw data in the form of `Vec` or key values of basic rust types, focusing mainly on correctness and durability. All data, referencing structures and logs are kept in a single file.

major feature: New release 1.5 with fixes in index logic and improvement in compilation times, release notes: http://persy.rs/posts/persy-1.5.html For basic examples on how to use it check out http://persy.rs/posts/getting-started.html

MPL-1 database storage transaction

GNUnet 0.21.0 šŸ’¾

GNUnet is a framework for secure and anonymous peer-to-peer networking that does not use any centralized or otherwise trusted services. Currently, the framework offers censorship-resistant file-sharing, messaging, VPN, GNS (a decentralized version of DNS), and much more. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/).

major feature: Reworked PEERSTORE API. - Added record flag for maintenance records. - ensure traits can be generated with subsystem-specific prefor the symbols. - libgnunettesting first major testing NG refactor towards getting dependency structure streamlined. - Remove single-use API macro GNUNET_VA_ARG_ENUM. - major revision of blind signature API. - Introduced closure to hold store context when caling function to add hello in peerstore. - Added DDLs for handling GNUNET_PEERSTORE_StoreHelloContext. - Removed old hello functionality. - Refactoring components under src/ into lib/, plugin/, cli/ and service/. - add support for encoding/decoding double values as part of JSON to libgnunetjson. - Changed method GNUNET_HELLO_builder_get_expiration_time to not need parameter GNUNET_HELLO_Builder. - Code moved to the core package to get rid of circular dependencies. - Moved code to testing to have more generic test setup, which can be used not only from within transport. - The old hello design replaced by the new hello design. - Added api to get notified when hellos are stored with peerstore service. - Added api to store hellos with peerstore service. - Changed new hello uri api to allow to change the expiration time. - Moved start peer command to testing subsystem. - Removed all usage of old transport api, beside peerinfo tool, gnunet-transport cli and usage in transport layer itself. - Added __attribute__((deprecated)) to the old transport API.

Affero GPLv3 anonymity f2f file-sharing gns gnunet internet networking p2p vpn

LimeSurvey 6.4.11 build 240304 šŸ’¾

LimeSurvey is a web application that interacts with MySQL, MSSQL, or Postgres to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.

minor feature: Cannot log in anymore after updating when using MSSQL server (Carsten Schmitz). Menus that don't want to disappear (Matthew). Off-button not shown in 'Create example question group and question:' (Matthew). Survey activation error using MSSQL (Carsten Schmitz). Updated translation: Portuguese (Portugal). Updated translation: Italian by lfanfoni, mike73rn, tebala. Updated translation: Italian (Informal) by lfanfoni, sielte. Updated translation: Finnish by Jmantysalo.

GNU GPL survey php mysql mssql postgres

KRDC 24.02.0 šŸ’¾

KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported.

minor feature:

GNU GPLv3 remote-desktop kde vnc cpp

Notesnook 2.6.16 šŸ’¾

Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2. Notesnook is our proof that privacy does not (always) have to come at the cost of convenience. We aim to provide users peace of mind & 100% confidence that their notes are safe and secure. The decision to go fully open source is one of the most crucial steps towards that.

minor feature:

GNU GPLv3 notes encrypted electon javascript typescript

Remmina 1.4.35 šŸ’¾

Use other desktops remotely, from a tiny screen or large monitors. RDP, VNC, SPICE, X2Go, SSH, WWW (HTTP protocol) and EXEC network protocols are supported. Written in GTK, with a port to Qt underway. Released as "remmina" (the main program) and "remmina-plugins".

minor bugfix: * Fix build for openssl-1.1 !2565 (https://gitlab.com/Remmina/Remmina/merge_requests/2565) *@bhatman1441* * Allow running an SSH command when connecting via ssh tunnel !2566 (https://gitlab.com/Remmina/Remmina/merge_requests/2566) *@myheroyuki* * Check if WINPR_ASSERT is defined !2567 (https://gitlab.com/Remmina/Remmina/merge_requests/2567) *@bhatman1441* * REM-3047 fix issue compiling with gcc-14 !2568 (https://gitlab.com/Remmina/Remmina/merge_requests/2568) *@myheroyuki* * Fix crash caused by enabling disablepasswordstoring !2569 (https://gitlab.com/Remmina/Remmina/merge_requests/2569) *@bhatman1441* * Revert setting loadbalanceinfo to the old method used before FreeRDP3 !2570 (https://gitlab.com/Remmina/Remmina/merge_requests/2570) *@myheroyuki* * updated call to set FreeRDP_LoadBalanceInfo !2571 (https://gitlab.com/Remmina/Remmina/merge_requests/2571) *@myheroyuki*

GNU GPLv3 gtk qt remote-desktop c

AdGuardHome 0.107.45 šŸ’¾

AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, itā€™ll cover ALL your home devices, and you donā€™t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.

minor feature: ### Added - Timezones in the Etc/ area to the timezone list ( #6568 ). - The schema version of the configuration file to the output of running `AdGuardHome` (or `AdGuardHome.exe`) with `-v --version` command-line options ( #6545 ). - Ability to disable plain-DNS serving via UI if an encrypted protocol is already used ( #1660 ). ### Changed - The bootstrapped upstream addresses are now updated according to the TTL of the bootstrap DNS response ( #6321 ). - Logging level of timeout errors is now `error` instead of `debug` ( #6574 ). - The field `"upstream_mode"` in `POST /control/dns_config` and `GET /control/dns_info` HTTP APIs now accepts `load_balance` value. Check `openapi/CHANGELOG.md` for more details.

dns security tracking adblock adguard privacy golang javascript

TEA text editor 62.3.0 šŸ’¾

TEA is powerful text editor that provides hundreds of text processing functions. It supports QML plugins and external scripts. TEA can open plain text files, FB2, ODT, RTF, DOCX, Abiword, KWord KWD, SWX, PDF, DJVU. Other features: Built-in MC-like file manager. Spellchecker (using the aspell or/and Hunspell). Tabbed layout engine. Syntax highlighting for C, C++, Bash script, BASIC, C#, D, Fortran, Java, LilyPond, Lout, Lua, NASM, NSIS, Pascal, Perl, PHP, PO (gettext), Python, Seed7, TeX/LaTeX, Vala, Verilog, XML, HTML, XHTML, Dokuwiki, MediaWiki. Multiply encodings support. Code snippets and templates support. Scripts (Python, Perl, Ruby, Lua, Bash, 2/Rexx script). Hotkeys customizations. Misc HTML tools. Dokuwiki, MediaWiki, Docbook, Markdown, LaTeX, Lout editing tools. Preview in external browsers or other programs. String-handling functions such as sorting, reverse, format killing, trimming, filtering, conversions etc. Bookmarks. Morse code translator. Calendar/organizer with Moon phases Built-in image viewer (PNG, JPEG, GIF, WBMP, BMP, TIFF, TGA, etc.). Built-in image converter and resizer. Built-in ZIP packer/unpacker with file names charset selector.

major bugfix: * Qt6/Plasma6 very important fix. Please update.

GNU GPLv3 text editor qt markdown text-processing filter latex html wiki xml utilities c++ windows os2 macos cross-platform bsd linux

nginx-http-est 1.0 šŸ’¾

The Enrollment over Secure Transport (EST) protocol describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. This protocol supports both client-generated public/private key pairs and those generated by the CA. The nginx-http-est module provides EST functionality for a Nginx server.

minor feature: Initial freshcode.club project announcement

MITL cryptography security c developers system-administrators

UltraGrid 1.9 šŸ’¾

UltraGrid is a software for video transmission over networks in high quality but with low latency (as low as 83ms). It allows high-definition streams (PAL/NTSC, HD, 2K, 2160p, iHDTV, QuadHD, SuperHD, 4K video). It supports SAGE, OpenGL and SDL displays, DXT-compression per GLSL, JPEG compression via CUDA, permits to utilize HDMI and HD-SDI cards, system audio or JACK sinks, and even provides 3D support.

minor feature: Changes: added basic nvdec support added Pipewire screen capture added Pipewire generic video capture display added Pipewire audio capture display GUI: Don't block whole interface when querying UG capabilities GUI: Better handling of UG crash during capability query GUI: vuMeter: Redesigned to allow variable channel count GUI: vuMeter: Added maximum recent peak indicator swmix: Optionaly specify a custom config file path holepunch: New 'bind_ip' option improved deinterlacing quality and performance; support for higher than 8 bit pixel formats added new deinterlace filters (linear, bob) added support for Vuikan on macOS (utilizing MoltenVK) improved support for HW accelerated encoding with QuickSync for Intel GPUs (mainly for higher bit-depth formats) improved support for AMD GPUs (encoding with AMF, VDPAU decoding, VA-API) improved Windows screen capture (automaticaly register filter) Reed-Solomon: support for multiple tiles (notably 3D) improved AV1 performance by tweaking parameters video switcher: support for embedded audio switching added file (libavformat-backed) output supported 8 bit transcoding in hd-rum-transcode and resize filter improved DShow capture compatibility with new pixfmts + convert to RGB added official mac arm64 build

BSDL c c++ video transmission low-latency sdl x11 opengl glsl streaming audio network

exiftool 12.78 šŸ’¾

ExifTool is a Perl library and command-line tool for reading and updating common meta data information in various file formats. Foremost it works on image files, EXIF, PNG, GPS, IPTC, XMP, JFIF/JPEG, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, AIFF, DJVU, Postscript, GZIP, OpenDocument, PDF, SVG, OGG and ID3. It can also edit maker notes of digital (RAW) camera files from Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.

minor feature: "Geolocation". - Added new Geolocation feature and write-only Geolocate tag. - Added new config file entry to allow default command-line arguments to be specified. - Added print conversion for TIFF-EPStandardID. - Added ability to delete Nextbase information from MP4 videos. - Decode timed GPS from MP4 videos written by Nextbase software. - Decode a number of new tags from Nextbase MP4 videos. - Decode a few new tags from Garmin MP4 videos. - Extract PreviewJXL images from DNG 1.7 files. - Generate Validate, ImageDataHash and UserParam tags earlier to allow them to be used in UserDefined Composite tags. - Enhanced the -c option so a minus sign in the format specification prints a signed coordinate without a leading "+" for positive numbers. - Changed formatting of some Accelerometer tags for consistency. - Changed behaviour of -ee3 option to do a brute-force scan for freeGPS in the media data even when referenced by 'gps ' atom. - Other internal changes to decoding of timed GPS from videos. - problem were ExifTool would give up on extracting some types of timed GPS from videos after 100 void - that could cause runtime error when reading Ogg files. - where some tags from alternate files using the -fileNUM option weren't generated as requested. - API Changes: - Added Geolocation, GeolocMaxDist and GeolocMinPop API options.

Artistic perl exif meta-data