https://blog.mozilla.org/futurereleases/2025/09/04/firefox-esr-115-support-for-windows-7-8-and-8-1-and-old-mac-os-versions-extended-until-march-2026/Firefox ESR 115 will continue to receive security updates on Windows 7, 8, and 8.1 until March 2026.
https://blog.mozilla.org/futurereleases/2025/09/04/firefox-esr-115-support-for-windows-7-8-and-8-1-and-old-mac-os-versions-extended-until-march-2026/Firefox ESR 115 will continue to receive security updates on Windows 7, 8, and 8.1 until March 2026.
Attachments
Attachments
No. I was unable to install it through the normal NVIDIA setup program (came up with “unknown” errors), and had to manually install it through Device Manager. That being said, using older driver versions may work better in this regard, but I haven’t experimented with that yet.
No. I was unable to install it through the normal NVIDIA setup program (came up with “unknown” errors), and had to manually install it through Device Manager. That being said, using older driver versions may work better in this regard, but I haven’t experimented with that yet.
Attachments
Attachments
Attachments
Attachments
Attachments
Attachments
So do I!
So do I!
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.]]>
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.]]>
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.
I don't know about that. I'm following both new and old r3dfox repo just to be sure to notice the new changes and releases.
Yes, if the r3dfox-old repo is to be archived, all open/closed issues in its tracker will become inactive, with no way to comment/edit anymoreJodyThornton wrote: ↑27 Aug 2025, 10:32 The only thing is, all of the open issues will now be gone...
Yes, if the r3dfox-old repo is to be archived, all open/closed issues in its tracker will become inactive, with no way to comment/edit anymoreJodyThornton wrote: ↑27 Aug 2025, 10:32 The only thing is, all of the open issues will now be gone...
Annoyance is still there in v142.0.1Duke wrote: ↑29 Aug 2025, 22:16 The taskbar bug is back in v141.0.3![]()
https://board.eclipse.cx/viewtopic.php?p=6857#p6857
https://board.eclipse.cx/viewtopic.php?p=6901#p6901
It's working fine in v140.0.4.
Annoyance is still there in v142.0.1Duke wrote: ↑29 Aug 2025, 22:16 The taskbar bug is back in v141.0.3![]()
https://board.eclipse.cx/viewtopic.php?p=6857#p6857
https://board.eclipse.cx/viewtopic.php?p=6901#p6901
It's working fine in v140.0.4.
https://github.com/e3kskoy7wqk/Firefox-for-windows-7/issues/78Duke wrote: ↑05 Sep 2025, 23:39Annoyance is still there in v142.0.1Duke wrote: ↑29 Aug 2025, 22:16 The taskbar bug is back in v141.0.3![]()
https://board.eclipse.cx/viewtopic.php?p=6857#p6857
https://board.eclipse.cx/viewtopic.php?p=6901#p6901
It's working fine in v140.0.4.![]()
https://github.com/e3kskoy7wqk/Firefox-for-windows-7/issues/78Duke wrote: ↑05 Sep 2025, 23:39Annoyance is still there in v142.0.1Duke wrote: ↑29 Aug 2025, 22:16 The taskbar bug is back in v141.0.3![]()
https://board.eclipse.cx/viewtopic.php?p=6857#p6857
https://board.eclipse.cx/viewtopic.php?p=6901#p6901
It's working fine in v140.0.4.![]()
Thanksr3dfox specific changes on top of the previous v141.0.3 build:
Re-enabled translations and screenshot browser components.
Thanksr3dfox specific changes on top of the previous v141.0.3 build:
Re-enabled translations and screenshot browser components.
Attachments
vista nvme maybe.7z (99.47 KiB)Attachments
vista nvme maybe.7z (99.47 KiB)Code: Select all
V11 Changelog:
- Fixed imports, QtCore isn't completely imported now
- Changed startup time from 16s to 5-6s when running from source
- Added error handling and clearer usage prompt in find dialog (ErrorTek)
- Replaced some easter eggs
- Fix GPU name detection
- Fix resolution detection
- Begin rewrite of Update method
- Began linting
- Remove redundant initializations
--- June 5th, 2025 ---
- Update Build Number
- Log File Name has been made simpler
- v11 uses INFO level as opposed to DEBUG
- Easter Egg changes
- More robust charmap
- Update functionality has been updated with better error handling and platform support
- Better code organization
- macOS doesn't use native toolbar
- Improved UI styling and functions
--- August 8th, 2025 ---
- Full code refactor for stability and maintainability while keeping single‑file architecture
- Strengthened cross‑platform support (Windows, macOS, Linux) for:
* OS detection, CPU/GPU info, screen resolution
* File open/save dialogs, executable launching
- Added robust exception handling and user‑friendly error messages across all I/O and subprocess calls
- Consolidated constants for paths, icons, & version — easier to update and maintain
- Character Map optimized to default to Basic Latin block with option to switch ranges
- Menus/Toolbar/Actions made fully consistent and more responsive
- Improved Update Checker & Downloader:
* Better GitHub API handling
* Threaded progress updates
* Works properly across platforms
- Improved About/Credits dialogs with clearer layout code
- Removed redundant/repeated logic and unused imports
- Minor PEP8 / formatting cleanups
- More resilient stylesheet loading with file existence check
Code: Select all
V11 Changelog:
- Fixed imports, QtCore isn't completely imported now
- Changed startup time from 16s to 5-6s when running from source
- Added error handling and clearer usage prompt in find dialog (ErrorTek)
- Replaced some easter eggs
- Fix GPU name detection
- Fix resolution detection
- Begin rewrite of Update method
- Began linting
- Remove redundant initializations
--- June 5th, 2025 ---
- Update Build Number
- Log File Name has been made simpler
- v11 uses INFO level as opposed to DEBUG
- Easter Egg changes
- More robust charmap
- Update functionality has been updated with better error handling and platform support
- Better code organization
- macOS doesn't use native toolbar
- Improved UI styling and functions
--- August 8th, 2025 ---
- Full code refactor for stability and maintainability while keeping single‑file architecture
- Strengthened cross‑platform support (Windows, macOS, Linux) for:
* OS detection, CPU/GPU info, screen resolution
* File open/save dialogs, executable launching
- Added robust exception handling and user‑friendly error messages across all I/O and subprocess calls
- Consolidated constants for paths, icons, & version — easier to update and maintain
- Character Map optimized to default to Basic Latin block with option to switch ranges
- Menus/Toolbar/Actions made fully consistent and more responsive
- Improved Update Checker & Downloader:
* Better GitHub API handling
* Threaded progress updates
* Works properly across platforms
- Improved About/Credits dialogs with clearer layout code
- Removed redundant/repeated logic and unused imports
- Minor PEP8 / formatting cleanups
- More resilient stylesheet loading with file existence check
I am pretty sure cars with small engines were not made german autobahn in mind. Here on motorway you can only got 120km/h inside ring 3 (capital area) and elsewhere is 100km/h or 80km/h max during summer and during winter 80km/h or less. Same with railroad. 140km/h speed limit for most parts until you reach main track where locos can do 220km/h. Well most of sleeping coaches are limited to 165km/h anyway so it is not really not crucial here.]]>
I am pretty sure cars with small engines were not made german autobahn in mind. Here on motorway you can only got 120km/h inside ring 3 (capital area) and elsewhere is 100km/h or 80km/h max during summer and during winter 80km/h or less. Same with railroad. 140km/h speed limit for most parts until you reach main track where locos can do 220km/h. Well most of sleeping coaches are limited to 165km/h anyway so it is not really not crucial here.]]>
Attachments
Attachments
I will be hopping around this and MSFN depending on mood, though I do prefer this forum since it runs great under Retrozilla under Windows 9x and Power Macintosh G4."When life gives you lemons, don't make lemonade. Make life take the lemons back! Get mad! I don't want your damn lemons, what the hell am I supposed to do with these? Demand to see life's manager! Make life rue the day it thought it could give Cave Johnson lemons!"
I will be hopping around this and MSFN depending on mood, though I do prefer this forum since it runs great under Retrozilla under Windows 9x and Power Macintosh G4."When life gives you lemons, don't make lemonade. Make life take the lemons back! Get mad! I don't want your damn lemons, what the hell am I supposed to do with these? Demand to see life's manager! Make life rue the day it thought it could give Cave Johnson lemons!"
Attachments
Attachments