[ANN] [Bounty] Generate Feather icon for desktop entry in local dir
Icon missing when “creating .desktop entry” after reboot on Tails. Creating it the icon in .local would fix this issue.
Link: https://bounties.monero.social/posts/183/
n/a ⌘ Read more
Emoji Picker Shortcut Not Working in MacOS Sequoia? Let’s Fix It
Some MacOS Sequoia users have discovered the familiar handy Emoji keyboard shortcut to access the Emoji & Symbols panel is no longer working as expected. This can be immensely frustrating, especially if you rely on it for quick access to emojis in messages, emails, documents, and in general. While it might seem like a minor … [Read More](https://osxdaily.com/2025/03/07/emoji-picker-shortcut-not-workin … ⌘ Read more
[47°09′28″S, 126°43′12″W] Dosimeter fixed
Cake Wallet v4.23.3 pre-release available for testing
Cake Labs1 has released Cake Wallet beta version 4.23.32 for public beta testing:
Changes overviewThis release brings a few minor bug fixes, migrates Quantex -> SwapTrade and re-enables them by default for swaps, and adds a new exchange called Kryptonim for buying and selling crypto in many jurisdictions.
Token whitelisting to better protect against scams
SwapTrade exchange enabled by default
UI enhancement ... ⌘ [Read more](https://monero.observer/cake-wallet-v4.23.3-pre-release-available-testing/)
I have released new updates to the twtxt.el client.
- New feature: View and interact with threads.
- Optimisation of ordering for long feeds.
- Minor fixes.
In the next version you will be able to see all your mentions.
Enjoy!
@bmallred@staystrong.run I forgot one more effect of edits. If clients remember the read status of massages by hash, an edit will mark the updated message as unread again. To some degree that is even the right behavior, because the message was updated, so the user might want to have a look at the updated version. On the other hand, if it’s just a small typo fix, it’s maybe not worth to tell the user about. But the client doesn’t know, at least not with additional logic.
Having said that, it appears that this only affects me personally, noone else. I don’t know of any other client that saves read statuses. But don’t worry about me, all good. Just keep doing what you’ve done so far. I wanted to mention that only for the sake of completeness. :-)
SChernykh releases P2Pool v4.4
SChernykh1 has released P2Pool 2 version 4.43 with various new features and fixes.
New Features:
* Added RPC-SSL support for Monero node connections
* Removed deprecated --config command line parameter
* Faster initial sync (0.5-1 seconds saved on verification of blocks)
Bugfixes:
* Updated internal dependencies
The full list of changes since v4.3 is available on Github4.
Before using the software, you should v … ⌘ Read more
Monero Dev Activity Report - Week 9 2025: 20 PRs, 9 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (4)
monero-project/monero
:
Amd of course, TDD! I tried that, but it doesn’t work all that great for me in its strict form. I have the feeling that coming up with a single new failing test, making it pass, maybe some refactoring, rinse and repeat wastes significantly more time than doing it in – what they call – the “bundle” approach. Coming up with several tests in advance and then writing the code or vise versa is usually much quicker. I do find that more enjoyable, it also helps me to reduce smaller context switches. I can focus on either the tests or the production code.
As for the potentially reduced code coverage with a non-TDD approach, I can easily see which parts are lacking tests and hand them in later. So, that’s largely a specious argument. Granted, I can forget to check the coverage or simply ignore it.
I agree with John, TDD results in less elegant code or requires more refactoring to tidy it up. Sometimes, it’s also not entirely clear at the beginning how the API should really look like. It doesn’t happen often, but it does happen. Especially when experimenting or trying out different approaches. With TDD, I then also have to refactor the tests which is not only annoying, but also involves the danger of accidentally breaking them.
TDD only works really well, if you have super tiny functions. But we already established that I typically don’t like tiny methods just for the purpose of them being extremely short.
When fixing a bug, I usually come up with a failing test case first to verify that my repaired code later actually resolves the problem. For new code, it depends, sometimes tests first, sometimes the productive code first. Starting off with the tests requires the API to be well defined beforehand.
[47°09′13″S, 126°43′51″W] Transponder fixed
[47°09′23″S, 126°43′59″W] Dosimeter fixed
I walk backwards into the future with my eyes fixed on my past - Mãori proverb
Cake Labs releases Cake Wallet v4.23.2, Monero.com v1.20.2
Cake Labs1 has released Cake Wallet version 4.23.22 with a Monero Android crash fix, Zano and Ethereum enhancements, Ledger bugfixes and UI improvements:
Changes overviewWe’re excited to announce the latest update, which brings a host of enhancements to improve performance, security, and user experience.3
”`
- Significant improvements to Zano functionality
- Enhanced Ethereum integration with improve … ⌘ Read more”`
iPhone Camera App Deleted or Icon Missing? Here’s the Fix
Occasionally, some iPhone users have gone to use their Camera app and discovered the Camera app icon is missing from their iPhone Home Screen. Uh oh! Does this mean your Camera app was deleted? What do you do now? Don’t distress, fixing a missing Camera app on iPhone is usually pretty easy. The Camera app … Read More ⌘ Read more
[47°09′15″S, 126°43′42″W] Transponder fixed
OpenMV Introduces the GENX320 Camera Module for Event-Based Vision
OpenMV has introduced the Prophesee GenX320 camera module, bringing event-based vision sensing to its embedded platform. Unlike traditional image sensors that capture entire frames at fixed intervals, the GenX320 detects only changes in a scene, reducing data rates while improving efficiency in motion detection. The sensor operates asynchronously, with each pixel responding independently to illumination […] ⌘ Read more
@prologic@twtxt.net The issue is that all bracketed text in the entire feed has been duplicated again two days ago. The bug is not fixed. Or it’s a new one.
[47°09′29″S, 126°43′23″W] Dosimeter fixed
@andros@twtxt.andros.dev it seems your GtS has issues:
Warning! It looks like trusted-proxies is not set correctly in this instance’s configuration. This may cause rate-limiting issues and, by extension, federation issues.
If you are the instance admin, you should fix this by adding 10.66.66.1/32 to your trusted-proxies.
@xuu@txt.sour.is People should just fix their feeds. :-)
trying to keep it simple but.. perhaps it can be extended to fix timestamp formats like using " "
instead of "T"
DietPi February 2025 News (Version 9.10)
The February 9, 2025 release of DietPi v9.10 introduces new images for single-board computers, improved compatibility for RISC-V devices, enhanced software tools, and several important bug fixes. This update extends support for StarFive VisionFive 2 and PINE64 Star64 with Debian Trixie, refines automation capabilities, and addresses software installation issues reported by the community. DietPi: DietPi […] ⌘ Read more
woodser releases monero-cpp v0.8.13, monero-java v0.8.36, monero-ts v0.11.3
woodser1 has just released new versions for three Monero libraries: monero-cpp v0.8.132, monero-java v0.8.363, and monero-ts v0.11.34:
monero-cpp:
-Support wallet->get_default_fee_priority()
-Fix building sample_code.cpp on Linux
-Update instructions to use unbound v1.22.0
-Update instructions to use boost v1.85.0
-Update build ... ⌘ [Read more](https://monero.observer/woodser-releases-monero-cpp-v0.8.13-monero-java-v0.8.36-monero-ts-v0.11.3/)
I should really fix my calender rendering. A two day event only pops up in the first day, but not in the second. When extended to three days, it correctly shows up in all three days. Meh.
MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more
MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more
MacOS Sequoia 15.3.1 Update with Bug Fixes Released
Apple has released MacOS Sequoia 15.3.1 update for Mac users running the Sequoia operating system. The new software update includes bug fixes and security enhancements, making it recommended for all users. Separately, Apple has released iOS 18.3.1 for iPhone, ipadOS 18.3.1 for iPad, watchOS 11.3.1 for Apple Watch, and updates to other Apple devices as … [Read More](https://osxdaily.com/2025/02/10/macos-sequoia-15-3-1-update-with-b … ⌘ Read more
iOS 18.3.1 Update Released with Bug Fixes & Security Patches
iOS 18.3.1 for iPhone and iPadOS 18.3.1 for iPad are now available for all eligible users and devices. The new iOS/iPadOS software updates are relatively small and focus on security enhancements and bug fixes, making the update recommended to all users. Additionally, MacOS Sequoia 15.3.1 is available as as software update for Mac, along with … [Read More](https://osxdaily.com/2025/02/10/ios-18-3-1-update-relea … ⌘ Read more
[47°09′23″S, 126°43′14″W] Dosimeter fixed
[LFF] [6.55 XMR] Gupaxx development
Every monero given will be converted to hours of work. When a goal is attained, a new release will occur, including elements present in the roadmap. A release is about 20 hours of work. Bug fixing releases will not wait for a new funding goal to be completed.
Links:
Cyrix126 (Github) ⌘ Read more
They fixed it. :-D https://www.youtube.com/watch?v=A8b7HFUXPqk
From finding to fixing: GitHub Advanced Security integrates Endor Labs SCA
The partnership between GitHub and Endor Labs enables application security engineers and developers to drastically reduce time spent on open source vulnerabilities, and gives them the tools to go from finding to fixing.
The post [From finding to fixing: GitHub Advanced Security integrates Endor Labs SCA](https://github.blog/security/from-finding-to-fixing-github-advanced-security-integrates … ⌘ Read more
m2049r releases Monerujo v4.1.6 with Exolix fixes
m2049r1 has released Monerujo2 patch version 4.1.63 with minor fixes - including for the Exolix 4 exchange integration - and various other changes and updates:
Minimum weblate requirements
Add Arabic Translation
Updated Swedish translation
Update Turkish and French translations
fix toolbar under notification bar
make node parsing and formatting ipv6-friendly
Update default nodes
update exolix ... ⌘ [Read more](https://monero.observer/monerujo-v4.1.6-released-exolix-fixes/)
@<url>
. Submitting this writes @<domain url>
instead of @<nick url>
in the feed.
While I now have a somewhat working fix for it in yarnd (https://git.mills.io/yarnsocial/yarn/pulls/1232), I also have the feeling that I should fix literal formatting in lextwt as well. This also uncovered more bugs I believe: https://git.mills.io/yarnsocial/go-lextwt/pulls/28
But then there is also the question why the textarea is populated with @<url>
in the first place rather than @<nick url>
or yarnd’s own @nick@domain
/@nick
syntax. It indeed has to do something with whether I follow the mentioned feed or not.
Anyway, something to investigate for future Lyse or maybe @prologic@twtxt.net and/or @xuu@txt.sour.is. G’night!
[47°09′56″S, 126°43′16″W] Dosimeter fixed
@twtxt.net@twtxt.net right. I don’t follow you. I will restart following you once Yarn has fixed this problem. :-P
[47°09′15″S, 126°43′29″W] Dosimeter fixed
Top Stories: iOS 18.3 Released, AirPods News, and More
January has come to a close, with Apple pushing out iOS 18.3 and related software updates in the final week of the month to deliver some refinements for Apple Intelligence, security fixes, and more.
We’re looking ahead to more substantial updates with iOS 18.4, while we also shared news and rumors about AirPods and the upcoming “iPhone 17 Air,” so read on below for … ⌘ Read more
WhatsApp Critical Privacy Bug Fixed in Latest iOS Update
WhatsApp has released version 25.2.3 for iOS devices to patch a significant privacy vulnerability that affected its “View Once” feature. The bug allowed users to access photos and videos that were meant to disappear after a single viewing.
The security flaw, which only impacted iPhone users, allowed anyone to view supposedly ephemeral content by navi … ⌘ Read more
i upgraded my pc from lubuntu 22.04 to 24.04 yesterday and i was like “surely there is no way this will go smoothly” but no it somehow did. like i didn’t take a backup i just said fuck it and upgraded and it WORKED?!?! i mean i had some driver issues but it wasn’t too bad to fix. wild
MacOS Sequoia 15.3 Update Brings Genmoji & Bug Fixes
MacOS Sequoia 15.3 update is now available to all Mac users running Sequoia. The latest software update for Mac includes Genmoji support, which allows users with Apple Intelligence supported hardware to generate custom Emoji icons in Messages, along with changes to improve AI summaries, bug fixes, security enhancements, and some other minor changes. For Mac … [Read More](https://osxdaily.com/2025/01/27/macos-sequoia-15-3-upda … ⌘ Read more
iOS 18.3 Update Released with Bug Fixes & AI Summary Improvements
iOS 18.3 for iPhone and iPadOS 18.3 for iPad have been released for all eligible devices. The new software updates focus on bug fixes, security enhancements, and bring some changes to AI features like Visual Intelligence and Apple Intelligence Summaries, the latter of which were generating inaccurate summaries and headlines which bothered some people. Since … [Read More](https://osxdaily.com/2025/01/ … ⌘ Read more
[47°09′43″S, 126°43′58″W] Dosimeter fixed
Update Now: iOS 18.3 and macOS Sequoia 15.3 Include 20+ Security Updates
Along with new features, the iOS 18.3, iPadOS 18.3, and macOS Sequoia 15.3 updates that Apple released today include multiple security fixes, including a fix for vulnerability that may have been actively exploited on some devices.
According to Apple’s [security … ⌘ Read more
How to Fix iPhone Blank White/Grey Icons with Cross & Circles
Some iPhone and iPad users may occasionally notice that their iPhone app icons show up as blank white or grey icons with a grid like appearance on them of a cross and circles. If you’ve never seen this before, it can be confusing, especially since there is no clear indication on what the blank icon … Read More ⌘ Read more
[47°09′06″S, 126°43′17″W] Transponder fixed
[47°09′48″S, 126°43′38″W] Dosimeter fixed
Haveno v1.0.18 released with various fixes and improvements
woodser1 has released Haveno2 version 1.0.183 with various bug fixes, improvements and updates.
Reduce disk usage up to 98% by saving wallets less frequently..
Update to Tor browser v14.0.3 and Tor binary v0.4.8.13
Increase trade limit of 'no deposit' offers to 1.5 XMR
Rename 'Cash at ATM' to 'Cardless Cash'
Support startup flag to specify blockchain location for local node
Improv ... ⌘ [Read more](https://monero.observer/woodser-releases-haveno-v1.0.18-fixes-improvements/)
selsta posts December 2024 Monero dev report
selsta1 has posted a monthly CCS progress report2 for December 2024, which includes several Monero dev updates.
Milestone 1:
-Continued work on v0.18.4.0 with over 70 PRs merged
-Handled more new HackerOne reports [..] fixes being scheduled for the next release
-Repo related organization work
Note that misc work is not explicitly mentioned in these updates. The full list of changes can be found on Github3’[4](#fn:4 … ⌘ Read more
Monero Dev Activity Report - Week 2 2025: 18 PRs, 6 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (12)
monero-project/monero
:
[47°09′56″S, 126°43′34″W] Transponder fixed
@prologic@twtxt.net Don’t you dare fix it xD it’s not a bug, it’s a feature! xD
Hello @movq@uninformativ.de . Did you fixed jenny bug which causes fetching long ids from yarn instances on feeds like https://ciberlandia.pt/@marado.txt ? I’m asking because i want to store links in brackets on some of my posts and don’t want to confuse jenny users
com.apple.mediaanalysisd Cache on Mac Using Tons of Storage? Here’s the Fix
Some MacOS Sequoia users have discovered that the com.apple.mediaanalysisd directory in MacOS is taking up very large amounts of disk storage capacity with cache files. If you have discovered your Mac disk space has reduced since installing or updating to MacOS Sequoia, the inordinately large com.apple.mediaanalysisd cache file issue could be to blame. A variety … [Read More](https://osxdaily.com/202 … ⌘ Read more
Religious Leaders Experiment With AI In Sermons
An anonymous reader quotes a report from the New York Times: To members of his synagogue, the voice that played over the speakers of Congregation Emanu El in Houston sounded just like Rabbi Josh Fixler’s. In the same steady rhythm his congregation had grown used to, the voice delivered a sermon about what it meant to be a neighbor in the age of artificial intelligence. Then, Rabbi Fix … ⌘ Read more
woodser releases monero-java v0.8.34, monero-ts v0.11.2
woodser1 has just released monero-java v0.8.342 and monero-ts v0.11.23 with various fixes and updates:
monero-java:
-fix block template serialization
-changed slf4j dependency to api instead of simple
-fix notification of connection change on check connection
-update monero-cpp submodule
monero-ts:
-Fix handling of internal assets to eliminate the need for dist/dist
-Fix block ... ⌘ [Read more](https://monero.observer/woodser-releases-monero-java-v0.8.34-monero-ts-v0.11.2/)
[47°09′24″S, 126°43′09″W] Dosimeter fixed
iOS 18.2.1 Released for iPhone & iPad with Bug Fixes
Apple has released iOS 18.2.1 for iPhone users, and iPadOS 18.2.1 for iPad users. The new software updates are said to include important bug fixes, and are therefore recommended for all users to install. No published security updates are included in the release, and it’s not entirely sure what the specific bug fixes are either. … Read More ⌘ Read more
iPhone 17 Design to Feature Smoother Edge-to-Rear Material Transition
The design of this year’s next-generation iPhone 17 will allegedly feature a smoother transition between the edges of the device and the back cover, owing to Apple’s use of a new glass-and-metal splicing material process. That’s according to the Weibo-based leaker Fixed Focus Digital.
In a post on Monday, the Chi … ⌘ Read more
@kat@yarn.girlonthemoon.xyz well even after doing the new fixes my invidious instance is still dead because google blocked my ip i think and i don’t have a proxy server so uhhhhhhhhhh. not much to watch unless i use videos on my server
everoddandeven releases ‘Monero Daemon GUI’ v1.1.0
everoddandeven1 has released Monero node manager monerod-gui 2 version 1.1.0 Toughness 3 with various UI and daemon fixes and improvements:
UI fixes and improvements
Daemon settings fixes
Minor code reorganization
Upgrade dependencies
Consult the Github repository2 for the complete changelog4, a demo and usage instructions.
To support further developmen … ⌘ Read more
Cyrix126 releases Gupaxx v1.7.0
Cyrix1261 has released Gupaxx 2 version 1.7.03 with UI improvements, new features, and various bugfixes:
Changes overviewThis release improve a bit the UI, simplify the use of custom arguments, add better reactivity from p2pool regarding the node connectivity, adds new features and also brings improvements/bugfixes.
[UI] Ability to resize height of consoles
[UI] Friendly custom start options interface
[ ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.7.0-ui-improvements-new-features-fixes/)
@prologic@twtxt.net oh it’s ok! thank you for the explanation! i think for me when it comes to programming i learn best by doing, so like written examples or talking about it helps less, BUT baseline explanations like what a pointer is does help! i was so confused and i still need to fix the error i’m having but i will figure it out!
@bender@twtxt.net Sorry if I don’t reply to you. I don’t have any mention notification system… at the moment… Thanks for the suggestion and for fix the error 😄
P2Pool v4.3 released with initial sync improvements
SChernykh1 has released P2Pool 2 version 4.33 with initial sync improvements, various new features and bugfixes.
”`
New Features:
- Added –data-dir command line option
- Added –no-stratum-http command line option to disable HTTP on Stratum ports
- Faster initial sync (0.5-1 seconds saved on verification of blocks)
Bugfixes:
- TLS: fixed not being able to use Letsencrypt certificate … ⌘ Read more”`
Interesting: only for me Goryon does not persist account if i force stop him? If i fix this (on my side) maybe i will host yarn
woodser releases haveno-ts v0.0.32
woodser1 has released haveno-ts 2 (Haveno3 TypeScript library) version 0.0.324 with a few fixes and updates:
NodeJS environment support by @everoddandeven in #338
Pack all dist assets for npm install
The full changelog is available on Github5.
This is an ongoing story and the report will be updated when new information is available.
Top Stories: iOS 19 Compatibility, Top 5 Apple Products for 2025, and More
It’s shaping up to be a busy 2025 for Apple, with a number of rumors and articles this week highlighting some of what we can expect.
While the unveiling of iOS 19 is still over five months away, we’re already hearing about which devices are likely to support it, while in the much nearer term Apple is currently preparing an iOS 18.2.1 bug fix u … ⌘ Read more
[47°09′13″S, 126°43′17″W] Dosimeter fixed
DietPi August 2024 News (Version 9.7)
The December 23, 2024 release of DietPi v9.9 introduces several enhancements, new images for additional devices, and a range of bug fixes. This update improves support for single-board computers from Orange Pi and FriendlyELEC, enhances software tools, and addresses critical issues reported by the community. DietPi: DietPi is a lightweight and optimized operating system based […] ⌘ Read more
nick = _@domain.tld
in the twtxt.txt?
hmm any ideas how to fix this case when there is no nick and it on a shared tilde hosting? http://darch.dk/timeline/profile?url=https://tilde.club/~deepend/twtxt.txt
0xFFFC posts November-December 2024 Monero dev report
0xFFFC1 has posted a monthly progress report2 for November-December 2024, which includes several dev updates:
Work overviewThe list of PRs is available here and few reviews. Some of fixes have introduced substantial improvement.3
”`
Reviews:
- guix: remove moreutils #9650
- unit_tests: fix variant tests after ‘optional’ name split #9649
- depends: add cmake config command #9640 [..]
PRs:
- wallet: r … ⌘ Read more”`
[47°09′50″S, 126°43′47″W] Transponder fixed
@movq@www.uninformativ.de Opps! My bad, I had a BotFilter activated which lead you to a 403. Fixed!
Thanks @bender@twtxt.net for the feedback. I fixed and expanded the article. I’m sorry for my poor interaction. Furthermore, I’m reading and writing while programming a client in Emacs.
[47°09′33″S, 126°43′52″W] Dosimeter fixed
woodser releases haveno-ts v0.0.31
woodser1 has released haveno-ts 2 (Haveno3 TypeScript library) version 0.0.314 with various fixes and improvements:
test support buying xmr without deposit or fee using passphrase
fix incorrect addresses when creating crypto accounts
test USDT-ERC20 and USDT-TRC20
test USDC-ERC20
fix seller balance diff test
await deferral of publishing dispute payout tx
test not auto completing trades resolved by arbitration
... ⌘ [Read more](https://monero.observer/woodser-releases-haveno-ts-v0.0.31/)
Cake Wallet adds ‘full support’ for XMR hardware wallets via Ledger
Cake Labs1 has released Cake Wallet v4.22.02 with full support for Monero hardware wallets via Ledger3 (Flex, Stax, and Nano X) on Android and iOS:
This release of Cake Wallet includes full Monero hardware wallet support via Ledger, including USB + Bluetooth on Android and Bluetooth on iOS. It also contains a bevy of bug fixes and quality of life improvements, including proper seed … ⌘ Read more
Beta 1 of iOS 18.3, MacOS Sequoia 15.3, iPadOS 18.3, Released for Testing
Apple has released the first beta versions of iOS 18.3, MacOS Sequoia 15.3, and iPadOS 18.3, for users enrolled in the beta testing programs for Apple system software. The upcoming updates are now in beta testing, and are expected to focus on bug fixes and security enhancements as usual. Some new features are likely to … [Read More](https://osxdaily.com/2024/12/17/beta-1-of-ios-18-3-macos- … ⌘ Read more
[47°09′24″S, 126°43′01″W] Transponder fixed
[47°09′15″S, 126°43′40″W] Dosimeter fixed
Apple ‘Working’ on Redesigned Magic Mouse With a Long-Awaited ‘Fix’
Apple is working on a redesigned Magic Mouse that will address some “longstanding complaints,” according to Bloomberg’s Mark Gurman.
In his [Power On newsletter](https://www.bloomberg.com/news/newsletter … ⌘ Read more
Cyrix126 releases Gupaxx v1.5.4
Cyrix1261 has released Gupaxx 2 version 1.5.43 with lots of UI improvements and various bugfixes:
[UI] Use fixed size of fonts, do not resize them
[UI] Rework Top/Bottom bar
[UI] Rework widgets/fonts
[UI] Status: human friendly display of hashrate with right metrics
[Internal] Bundle: bump version of XMRig to 6.22.2
[Internal] deprecate support for mac os 12
[Docs] improve grammar and syntax of various doc files
[Fix] when n ... ⌘ [Read more](https://monero.observer/cyrix126-releases-gupaxx-v1.5.4/)
[47°09′48″S, 126°43′27″W] Dosimeter fixed
MacOS Sequoia 15.2 Update Released with ChatGPT Siri, Image Playground, Bug Fixes, & More
Apple has released MacOS Sequoia 15.2 as an update for Mac users running the Sequoia operating system. The software update includes new Apple Intelligence features including ChatGPT support for Siri, Image Playground image generation tools, along with some improvements to writing tools AI. Aside from AI, you’ll also find new abilities to share items in … [Read More](https://osxdaily.com/2024/12/11/macos-s … ⌘ Read more
iOS 18.2 Released with ChatGPT Siri, Image Playground, More AI, Bug Fixes, & Security Updates
Apple has released iOS 18.2 for all iPhone users, and iPadOS 18.2 for all iPad users. The new software updates focus primarily on bringing new Apple Intelligence AI features to compatible devices, including support for ChatGPT integration with Siri, Image Playground image generation, along with smaller new AI features throughout various apps and the operating … [Read More](https://osxdaily.com/2024/12/11/i … ⌘ Read more
b4n6_b4n6 proposes bounties for Stack Wallet bug fixes
b4n6_b4n61 has proposed bounties2’3 for fixing two recently reported Stack Wallet4 issues5:
#1 Add checksum check for mnemonic seed
Total Bounty: 0.5 XMR (to date)
#2 Diagnose and fix linux crash
Total Bounty: 0.5 XMR (to date)
To start working on the tasks yourself, you should make your intentions public by posting a comment in the bounty threads.
To increase the bounties you can … ⌘ Read more
[47°09′20″S, 126°43′56″W] Transponder fixed
rehrar releases Stack Wallet v2.1.9, Stack Duo v1.2.4
rehrar1 has released Stack Wallet2 version 2.1.93 and Stack Duo version 1.2.44 with various fixes and improvements.
Stack Wallet:
* Show Monero/Wownero tx private key option
* Fix Frost error
* Stack Wallet Backup fixes
Stack Duo:
* Added Monero churn options
* Paynym temporarily disabled while kinks worked out [..]
The release notes, binaries, and the SHA256 hashes can … ⌘ Read more
[47°09′53″S, 126°43′22″W] Transponder fixed
[47°09′11″S, 126°43′18″W] Dosimeter fixed
Cake Labs releases Cake Wallet v4.21.2 and Monero.com v1.18.2
Cake Labs1 has released Cake Wallet v4.21.2 / Monero.com v1.18.22 with onboarding flow improvements, coin control bug fixes and enhancements, and various other changes.
Better onboarding flow (PIN screen before wallet creation/restoration)
Migrating our Monero nodes to SSL
Better privacy and security for users who leverage our node
Send all when selecting using coin control (for Monero) ... ⌘ [Read more](https://monero.observer/cake-wallet-4.21.2-monero.com-1.18.2-released/)
Stack Wallet adds support for XMR view-only wallets, ‘churn options’
rehrar1 has released Stack Wallet2 version 2.1.83 with support for Monero view-only wallets and churn options 4, various other changes and bug fixes.
Added Monero churn options
Added ability to set tor/clearnet options for individual nodes
Bug fixes for Solana, Tezos, ETH, Cardano, and epic
Paynym temporarily disabled while kinks worked out
Adju ... ⌘ [Read more](https://monero.observer/stack-wallet-v2.1.8-support-monero-view-only-wallets-churn-options/)
Unable to Accept iCloud Terms & Conditions or Dismiss the Pop-up? Here’s the Fix
A strange bug is impacting some iPhone, iPad, and Mac users, where they are presented with new “iCloud Terms & Conditions” to accept, but they are not able to accept them. On a Mac this is particularly annoying because the iCloud Terms & Conditions popup and screen will continuously bother you, but it’s equally annoying … [Read More](https://osxdaily.com/2024/11/27/u … ⌘ Read more
[47°09′12″S, 126°43′41″W] Dosimeter fixed
[47°09′08″S, 126°43′41″W] Transponder fixed
Apple’s Browser Rules Stifle Innovation on iOS, Says UK Regulator
Apple’s restrictions on mobile browsers are limiting innovation and holding back new features that could benefit iPhone users, according to provisional findings published today by the UK’s Competition and Markets Authority (CMA).
In its [report](https://www.gov.uk/government/news/cma-publishes-provisional-findings-in-mobile-browsers-a … ⌘ Read more
Apple Releases Safari Technology Preview 208 With Bug Fixes and Performance Improvements
Apple today released a new update for Safari Technology Preview, the experimental browser that was first introduced in March 2016. Apple designed Safari Technology Preview to allow users to test features that … ⌘ Read more