Autor Thema: Portable Software und Tools für USB-Sticks  (Gelesen 1130561 mal)

0 Mitglieder und 33 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Qalculate! Portable 4.6.1
« Antwort #19890 am: 17 April, 2023, 22:10 »
A comprehensive scientific and engineering calculator that, aside from simple operations, can convert units, perform symbolic calculations, process interval arithmetic, plotting and more.

Donationware /  GPLv2

Changelog
     

    Improve abortion of slow calculations (libqalculate)
    Fix segfault and inconsistent behaviour in calculation of a^n mod b when n is negative (libqalculate)
    Add modular exponentiation function, powmod(), with support for calculation of modular inverse (libqalculate)
    Do not make any difference between row and column vectors in magnitude(), norm(), and dot() functions (libqalculate)
    Fix division and exponentiation of scalar by matrix/vector, e.g. 4./[8 4.5] (libqalculate)
    Improve parsing of element-wise operators with comma as decimal separator (libqalculate)
    Fix rref() with different units for different elements (libqalculate)
    Fix segfault with empty vector in uncertainty calculation (libqalculate)
    Fix segfault trying to solve cbrt(x)^(1/3)-x=0 (libqalculate)
    Fix segfault in handling of vector variable with uncertainty (libqalculate)
    Fix segfault in function assignment with equals sign (e.g. F()=...), when an object with the same name already exists (libqalculate)
    Fix segfaults in some corner cases (libqalculate)
    Fix internal id does not exist error (libqalculate)
    Fix erroneous simplification of sin(x)^2*y-cos(x) sin(x)^2 y (libqalculate)
    Do not try to calculate norm() and magnitude() for matrices (libqalculate)
    Fix some memory leaks (libqalculate)
    Fix order of argument titles in csum() function (libqalculate)

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
K-Meleon Portable 76.4.7-2023-04-15
« Antwort #19891 am: 17 April, 2023, 22:20 »
K-Meleon is a fast, customizable, and lightweight alternative web browser that supports tabs, tools and skins, and can be configured to work with common extensions like Adblock.

K-Meleon is based on a fork of the Gecko layout engine used by Firefox. Development can seem erratic due to lack of resources but K-Meleon has seen continuous development since the 90's (v0.7 was released in 2003).

License: Open Source

Changelog


Out-of-tree changes:

* update Goanna3 to git f4385096ea...522696571d:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1211204 - Remove possible false-negative with D3D9 texture memory reporting. r=mattwoodrow (74adbcad19)
- Bug 1200595 - D3D9 TextureData implementation. r=Bas (2624bd59a3)
- Bug 1200595 - MacIOSurface TextureData implementation. r=mattwoodrow (98130b5d6b)
- Bug 1200595 - EGLImage TextureData implementation. r=mattwoodrow (8b732af2da)
- Bug 1200595 - AndroidSurface TextureData implementation. r=mattwoodrow (79443ff5d7)
- Bug 1200595 - SharedSurface TextureData implementation. r=jgilbert (aadc8c5601)
- Bug 1200595 - DIB TextureData implementation. r=Bas (d7bae178ad)
- Bug 1200595 - Merge TextureClient and ClientTexture back into TextureClient. r=mattwoodrow (890d76ff9b)
- Bug 1200595 - Consolidate the TextureClient's destruction logic. r=mattwoodrow (fa9ac2e414)
- Allow asynchronous D3D11 TextureClients on the main thread. (bug 1217665 part 5, r=nical) (cb77fa88cc)
- Implement the direct bitmap drawing model for plugins. (bug 1217665 part 6, r=mattwoodrow) (82f9015e5a)
- Implement the direct DXGI drawing model for plugins. (bug 1217665 part 7, r=mattwoodrow) (cdeeb52a91)
- Implement the DidComposite NPAPI callback. (bug 1217665 part 8, r=mattwoodrow) (4eb2a790ae)
- Add an NPN_GetValue query to find the browser's DXGI adapter. (bug 1217665 part 10, r=aklotz,mattwoodrow) (84af4e525a)
- Create a D3D11 content device even if D2D is blocked. (bug 1217665 part 11, r=jrmuizel) (142441808e)
- Bug 1229665 - Convert widget clip regions to LayoutDevicePixels. r=botond. (edf746b278)
- Bug 1204715 - Move browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} to moz.build. r=mshal (8c6b4709bc)
- Bug 1212773 - Pass a base directory to jar maker, instead of a chrome directory. r=gps (1f644706c6)
- Bustage fix for bug 1210687 on a CLOSED TREE. r=me (4cd7000101)
- Bug 1212773 - Extend jar maker syntax for jar file location. r=gps (8119aa2b98)
- Bug 1164039 - moved TelemetryTimestamps.jsm and tests to toolkit/componets/telemetry/. r=dexter (942145656e)
- Bug 1184705 - Search A/B testing cohort identifier should be recorded in FHR, r=rnewman. (b5cf397cf0)
- Bug 1230047 (part 2) - Make several PaintWindow() functions use LayoutDevice coordinates. r=kats. (246e1321ca)
- Bug 1218454 - part 1 - move DialogValueHolder::Get out-of-line; r=bz (2d65438b37)
- Bug 1218454 - part 2 - don't #include nsContentUtils.h from CallbackObject.h; r=bz (59e3b60749)
- Bug 1205945 part.1 Remove unnecessary member of IMEInputHandler, mLastDispatchedCompositionString r=smichaud (2223df8aec)
- Bug 1205945 part.2 Add DispatchCompositionStartEvent() and move the code of OnStartIMEComposition() into it r=smichaud (25449c2bca)
- Bug 1205945 part.3 Move the code of OnUpdateIMEComposition() into DispatchCompositionChangeEvent() r=smichaud (e85a65f2f7)
- Bug 1205945 part.4 Move the code of OnEndIMEComposition() into DispatchCompositionCommitEvent() r=smichaud (21e6218c06)
- Bug 1205945 part.5 Emulate mSelectedRange at dispatching compositionchange or compositioncommit event until OnSelectionChange() is called r=smichaud (f82baaea8e)
- Bug 1205945 part.6 IMEInputHandler::GetAttributedSubstringFromRange() should return stored composition string if the range is in the composition string r=smichaud (53eabe028b)
- Bug 1205399 - Follow-up to fix build bustage for platforms without OS X 10.10 and -Wswitch enabled. r=mstange (c2e8eda9b5)
- Bug 1220337 - Don't show alternate notification actions on OS X 10.8. r=MattN (5ef8449dcc)
- Bug 1224738 - Fix alternate action index getter name on OS X. r=MattN (a6f83ce706)
- Bug 1225908 - AsmSimdTypeToLaneType. r=bbouvier (f850c10bff)
- Bug 1224389 - Odin: refactor types/signatures/values (r=bbouvier) (31bc615781)
- Bug 1224389 - Odin: simplify AsmJSModule global data allocation (r=bbouvier) (3ba518183a)
- Bug 1222684 - IonMonkey: MIPS: Implement callWithPatch and patchCall. r=luke (0ede7a61c3)
- Bug 1224814 - "TraceLogger: Remove redundant checks in BaselineJIT". r=hv1989 (b3865fbdf0)
- Bug 1228369: Rename CodeOffsetLabel into CodeOffset; r=luke (1d0aba3710)
- Bug 1224389 - Odin: refactor stubs, func-ptrs, and masm use (r=bbouvier) (2834725644)
- Bug 1228340: Get rid of the js_ prefix for CodeSpec, CodeName, NumCodeSpecs; r=jorendorff (8ff2b3bcd5)
- Bug 1176214 - Part 2: Preliminary adjustments. r=waldo (f9e2adca8a)
- Bug 1176214 - Part 3: VM core changes. r=waldo (cf5b24fe18)
- Bug 1176214 - Part 4: VM built-in lib changes. r=waldo (603335d2aa)
- Bug 1176214 - Part 5: Ion changes. r=h4writer (b589713e1c)
- Bug 1176214 - Part 6: Odin changes. r=luke (f1dcb025d2)
- Bug 1176214 - Part 7: Ctypes, shell, xpconnect, etc. r=waldo (bdc78e0558)
- Bug 1199578 - test case. r=waldo (6a94fd455a)
- Bug 1211409 - load/store exclusive for ARM-32. r=jolesen (38efc4882e)
- Bug 1205390 - guard against asm.js compilation not being available. r=me (aeefe98cfd)
- Make test runnable on non-Nightly (no bug) r=me (27930210ed)
- Bug 1176214 - Part 8: jit-test changes. r=bbouvier (31c4f42eea)
- Bug 1176214 - Part 9: tests changes. r=bbouvier (a245687f43)
- Bug 1176214 - Part 10: jsapi-tests changes. r=bbouvier (610e0002a2)
- bug 1198656 remove unnecessary reinterpret_casts r=padenot (bc5a67d521)
- bug 1198656 refactor acquiring the content into an object method r=padenot (b7b062fbf1)
- bug 1198656 clear references in mJSChannels on successful content acquire r=padenot (65e5ee1856)
- bug 1198656 delay AudioBuffer allocation until required r=padenot (57d0fd0d01)
- bug 1199559 remove now unused SetRawChannelContents r=padenot (40685ef783)
- Bug 1203616 - Properly scale the input buffer of a WaveShaperNode before processing it with the curve. r=karlt (12e9592a9e)
- Bug 1186343: Throw an InvalidStateError when we set the curve attribute of a WaveShaperNode with a Float32Array of length less than 2; r=padenot,smaug (df83b21fd0)
- bug 1188244 throw in SetCurve() on OOM r=padenot (17967b7b58)
- Bug 1176214 - Part 11: Changes to DOM, except for WebGL. r=bz, r=clb (c40e5c2a68)
- Bug 1176214 - Part 12: Changes to WebGL. r=bz, r=clb (228c90da3c)
- Bug 1176214 - Part 13: Changes to ipc. r=mrbkap (4b11d4e509)
- Bug 1176214 - Part 14: Changes to netwerk. r=jduell (91568c8444)
- Bug 1176214 - Part 15: Changes to xpcom. r=nfroyd (df8d080070)
- Revert "Bug 1176214 - Part 14: Changes to netwerk. r=jduell" (d0aedbac94)
- improved backport of PM because of newer JS_GetArrayBufferData (9d8188ff5e)
- bug 1199559 write decodeAudioData buffer in a format suitable for direct use by AudioBuffer r=padenot (da00bab1a1)
- bug 1225003 null-check mBuffer in SizeOfExcludingThis() r=padenot (c01d389f10)
- Bug 1225365 - Fix assertion in the nsScriptNameSpaceManager memory reporter. r=bz. (a5605a8923)
- Bug 1229458 - Remove SizeOfIncludingThisMustBeUnshared() from string classes. r=mccr8. (26abcea276)
- Bug 1214506. Ensure OggReader sets proper IDs for its tracks. r=jya (a270b02301)
- bits of Bug 1188812 - Obtain CDM can render capability and store into MediaInfo (321388180e)
- Bug 1226450 - Report audio/video codecs used in HTMLMediaElement and WebAudio via telemetry. r=jya (e722b409b7) (f5a7b27f3d)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1229395 - Part 1 - Unbreak MOZ_NATIVE_JEMALLOC after bug 1141079. r=glandium (07a1e4d8a6)
- Bug 1229395 - Part 2 - Rely on MALLOC_H to provide function prototypes for MOZ_NATIVE_JEMALLOC. r=glandium (5b305f69db) (2d33df0acf)
- import from UXP: Issue #2184 - Increase mozjemalloc page cache size from 1 MiB to 16 MiB. (d8cd769c) (522696571d)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
mssPortable 1.387.1326 (Microsoft Safety Scanner antivirus launcher)
« Antwort #19892 am: 17 April, 2023, 22:30 »
mssPortable assists you with running the Microsoft Safety Scanner scan tool to find and remove malware. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. And it's open source and completely free.

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
McAfee Stinger Portable 12.2.0.593
« Antwort #19893 am: 18 April, 2023, 09:00 »
A new version of McAfee Stinger Portable has been released. McAfee Stinger removes thousands of common viruses and 'fake alert' malware on-demand. It is not a replacement for a full antivirus, but handy in many situations. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. McAfee Stinger is freeware for business and personal use.

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
GPU-Z Portable 2.53.0
« Antwort #19894 am: 18 April, 2023, 09:30 »
GPU-Z is a lightweight utility designed to give you all information about your video card and GPU.

Freeware

Changelog

    Added support for NVIDIA GeForce RTX 4070, Mobile RTX 4090/4080/4070/4060/4050, RTX 6000 Ada, RTX 3060 Mobile (GA104), RTX 3050 Mobile 6 GB, RTX 2050, Hopper H100 PCIe, RTX 2080 Ti ES
    Added support for AMD Radeon RX 7600S, Pro W6900X, Pro V620, Mendocino Ryzen APU
    Added support for Intel Raptor Lake-HX, Alder Lake N, Alder Lake U i3-1210U, Rocket Lake UHD P750

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Google Chrome Portable 114.0.5714.0 Dev
« Antwort #19895 am: 18 April, 2023, 17:20 »
Zitat
The dev channel has been updated to 114.0.5714.0 for Windows, Mac and Linux is coming soon
A partial list of changes is available in the log.

Quelle: https://chromereleases.googleblog.com/2023/04/dev-channel-update-for-desktop_17.html

Download: Klick

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Vivaldi 6.0.2979.11
« Antwort #19896 am: 18 April, 2023, 17:50 »
Zitat
Work or play, separate tabs into different workspaces for more focus, and overhaul the browser’s look totally in Vivaldi’s new exciting update. Get it now on your desktop for a more personal and efficient experience.

Changelog


New

[New] Enable Workspaces
[New][Themes][Icons] Allow for icon customisation in themes (VB-90222)
[New][Mail][Drag-and-drop] Allow dragging a mail to a label, flags, or custom folders (VB-56533)
Address Bar

[Address bar] Adding a space in the URL field doesn’t unselect the item (VB-95720)
[Address bar] Cannot hide address field with escape unless the input is focused (VB-67300)
[Address bar] Don’t autocomplete on domains for URLs found in bookmarks (VB-96153)
[Address bar] IDN-Domains are not shown as they should (VB-95111)
[Address bar] Misclassifies URL as search when auto-complete encounters second forward slash (VB-96116)
[Address bar] Run the wrong item when using the search engine nickname (VB-95605)
[Address bar] Search not added to typed history from the dropdown (VB-95284)
[Address bar] The address field is repositioned after loading extension buttons (VB-96098)
[Address bar] Typed history dropdown ignores the first item (VB-95411)
[Address bar] Wrong item when going back to the first item (VB-94960)
Downloads

[Download] Executable downloads getting stuck (VB-96216)
[Downloads] Intentional download protection bypass breaks downloads when downloading from a private IP address (VB-94568)
Extensions

[Extensions] Badge is not updated between windows (VB-83875)
[Extensions] Button not hidden when extensions aren’t enabled (VB-96230)
[Extensions] Event missing when opening links in new tabs (VB-94302)
Languages

[Languages] Add Catalan (VB-80698)
[Languages] Add Punjabi (VB-82009)
Linux

[Linux] Glitchy text on tab titles (VB-89891)
[Linux] “Show Quit Confirmation Dialog” option not bound to Ctrl+Q on Linux (VB-58771)
macOS

[macOS] Setting up a Gmail account via the Mail app with Vivaldi as the default browser you get a black window (VB-95984)
[macOS] Window controls overlap toolbar buttons with low UI zoom (VB-96372)
[macOS] Window does not restore to fullscreen after restart (VB-92099)
[macOS][Address bar][Zoom] Size should follow UI zoom (VB-95592)
[macOS][Menus] Show UI toggle in the menu doesn’t update menu state (VB-94067)
Notifications

[Notifications] Deduplicate identical, similar, and updated notifications (VB-95610)
[Notifications] “You have # new mails” doesn’t open Mail (VB-96386)
Panels

[Panels] Width not remembered when narrower than the default (VB-93838)
[Panels] “Windows” panel is still named “Window” (VB-95329)
Quick Commands

[Quick Commands] Enabling both “Keep last entered value” and “open on nickname match” makes QC otherwise unusable (VB-94987)
[Quick Commands] First character sometimes gets swallowed with quick typing (VB-96214)
Search

[Search] Change the default search engine to DuckDuckGo for unsupported regions
[Search] Esc hides the search field popup if the text is unconfirmed (VB-92708)
Sessions

[Sessions] Add command to toggle panel and menu container for session list (VB-96311)
[Sessions] Can’t close “Open session” with Escape key (VB-94780)
Settings

[Settings] Add a Setting to “Disable Title Bar”: needs further work (VB-51942)
[Settings] Add option to reset all toolbars (VB-94541)
[Settings] Change the name of “Hide Title Bar when Tabs Are Not on Top” to “Show Title Bar” (VB-96318)
[Settings] Configure Client Hints Brand list [‘Sec-Ch-Ua’ in Network settings or via search]: work in progress (VB-95508)
[Settings] Enable ‘Hide Title Bar when Tabs Are Not on Top’ by Default (VB-96133)
[Settings] Start Page settings scrollbar doesn’t respect the “Use Simple Scrollbars” (VB-94791)
[Settings] Text overlaps in Sec-Ch-Ua (Client Hints) preview (VB-96563)
[Settings] Window controls and Menu misaligned when ‘Tab Bar disabled’ and ‘Hide Title Bar When Tabs Are Not on Top enabled’ (VB-95259)
[Settings][Sec-Ch-Ua] Custom brand masking validation (VB-95508)
[Settings][Themes] Preview background clips through border (VB-94804)
Speed Dial

[Speed Dial] Open all bookmarks context menu does not work (VB-95309)
[Speed Dial] Transitions on mail panel auto-toggle (VB-96097)
[Speed Dial] Settings height doesn’t match the view (VB-95131)
[Speed Dial] Thumbnail name not visible when dragging over (VB-90047)
Tabs

[Tabs] Can not detach tabs or move them between windows (VB-96139)
[Tabs] Can spill out of the viewport if the activated tab is in an accordion (VB-96325)
[Tabs] Close tab does not focus next tab on the right but 2nd next (VB-93784)
[Tabs] Do not change the active tab when tabs from the closed window are moved (VB-94749)
[Tabs][Keyboard] Recently Used does not cycle over all tabs (VB-95229)
Themes

[Themes] Setting PNG as background as repeating image doesn’t work (VB-78506)
[Themes] Use a higher resolution image in the Beach theme (VB-95810)
Toolbars

[Toolbar editor] Elements become invisible in the defaults bar (VB-96234)
[Toolbars] Artefacts in Extensions and Zoom control buttons (VB-95125)
[Toolbars] Add confirmation dialog to toolbar reset (VB-95348)
[Toolbars] Editor closes on toolbar clicks (VB-95343)
[Toolbars] Editor has empty defaults when toggling UI (VB-95401)
User Interface

[UI] The sharing dialog should say Vivaldi and not the ext-id (VB-94741)
[UI][Settings] Increase the height of the main bar, with the “Hide Title Bar when Tabs Are Not on Top” setting (VB-96310)
Windows

[Window management] Pinned tabs are not saved when closing the window with Alt+F4 (VB-92921)
[Windows] Menu and window controls misaligned (VB-95112)
[Windows][Downloads] Downloading executables never finishes (VB-96216)
[Windows][Settings] Extra space in maximized view with the hidden toolbar, tabs at the edge, and tabs hidden. (VB-96340)
[Windows][Updates][Installer] Delta updates are not working, resulting in the full installer being fetched on a second check for updates (VB-96225)
Crash

[Crash] On opening links from the external app (VB-96321)
[Crash] Opening private window (VB-96576)
[Crash][Mail] Setting up Gmail with Oauth (VB-96169)
[Crash][Profiles] Closing a secondary window after having used the Guest profile once (VB-96419)
[Crash][Profiles] When closing Guest windows (VB-96322)
Other

[Blocker] Clearer ad & tracker blocker state icon(VB-95717)
[Bookmarks][History] Always display full URL (VB-95633)
[Chromium] Upgraded to 112.0.5615.132
[Clock] Default icon doesn’t display time (VB-96549)
[Commands] Add a command for default page zoom (VB-95031)
[Developer Tools] No window controls (VB-96089)
[Drag-and-drop] URI list can not hold multiple URLs and this should be handled (VB-95836)
[Keyboard][Speed dial] Keyboard movement in the speed dial on a subfolder no longer works (VB-82549)
[Performance] Enable Profile-guided optimization by default
[Reader] Upgrade readability (VB-95544)
[Status bar] Missing fragment part of URL (VB-95582)
[Status] Overlay has a transparent background (VB-95573)
[Welcome page] Adjust to new toolbar layout (VB-95691)
Mail, Calendar, and Feeds 1.5
Calendar

[Calendar] Broken VTIMEZONE data, and some more small issues (VB-95260)
[Calendar] CalDAV multi-get now retries with the smaller batch in case of error (VB-94722)
[Calendar] Can not drag to copy event exception (VB-96118)
[Calendar] Can not invite non-contacts as event participants (VB-95429)
[Calendar] Can not navigate to tasks without time in the tasks list (VB-91642)
[Calendar] Continuation “arrows” look wrong (VB-96297)
[Calendar] Dialog editor input element context menu limited (VB-94496)
[Calendar] Editing a long event shifts the view away from the editor (VB-95280)
[Calendar] Error “Username or URL missing” trying to sync local event (VB-95452)
[Calendar] Event pasted with wrong time (VB-96039)
[Calendar] Include time and location in invitation emails (VB-95459)
[Calendar] Long recurring events do not show in view if the start day is not visible (VB-95262)
[Calendar] No reminder for recurring events if more than one hour before the event (VB-95522)
[Calendar] Occasional error on Start Page (VB-96158)
[Calendar] Reminder for recurring event shows repeatedly (VB-95698)
[Calendar] Setup, space character before “visit our help pages” link (VB-95162)
[Calendar] With multiple accounts using the same username can result in passwords not being retained (VB-96006)
[Calendar][CalDAV] Make sure calendar data is not re-loaded too often from db (VB-94988)
[Calendar][Mail] Consistent margins and change colors for Calendar Invite emails (VB-95607)
[Calendar][Mail] Event invite doesn’t include email signature (VB-95458)
[Calendar][Panels] Tasks panel event icons overlap title (VB-93856)
[Calendar][Settings] Cannot delete Google Calendar (VB-95663)
Mail

[Mail] Added commands for moving to/from Archive (VB-91639)
[Mail] Align flexible spacer to panel width in all toolbars (VB-96463)
[Mail] Asks permission to open PDF attachment (VB-96188)
[Mail] Compose the opening in the reading tab (VB-89530)
[Mail] Compose tab contents partly lost on restart (VB-91134)
[Mail] Drag to ‘Archive’ does nothing when the account has no archive folder (VB-96104)
[Mail] Feeds don’t show if no mail accounts are set up (VB-96440)
[Mail] Hide the Reply-To address when it matches the From address (VB-95135)
[Mail] Messages with a Junk flag but not in the actual Spam folder are not shown in All Messages / Junk (VB-94145)
[Mail] Nothing happens when archiving and setting “add archive folder when missing” enabled (VB-96110)
[Mail] Only warn on From/Reply-To mismatches cross origins (VB-95118)
[Mail] Search field not above mail list (VB-96268)
[Mail] Search jumps upon navigating to the mail tab (VB-96344)
[Mail] Sent messages not uploaded to IMAP /Sent (VB-96189)
[Mail] Things break when composing and sending a large message (VB-93168)
[Mail] Toolbar doesn’t show the menu button with the title bar hidden (VB-95977)
[Mail] Upload command stuck in the buffer for Gmail messages (VB-96541)
[Mail][Feeds] Offline accounts and RSS feeds were removed from the panel after the update (VB-96072)
[Mail][Keyboard] ‘g’ key does nothing if returning from an added tab (VB-96174)
[Mail][Panels] Don’t adjust the mail search width with panel on the right side (VB-96412)
[Mail][Pop3] Can not delete mail on server (VB-95654)
Feeds

[Feeds] Respect encoding when importing OPML (VB-95568)

[close]

Quelle & weitere Infos  -> https://vivaldi.com/blog/vivaldi-on-desktop-6-0/

https://www.mediafire.com/file/9diz6eloik05si6/Vivaldi_Portable_stable_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 6.0.2979.11

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable KMPlayer 4.2.2.76
« Antwort #19898 am: 18 April, 2023, 19:20 »
KMPlayer is a audio/video player that supports a wide range of file formats, including AVI, MKV, MPEG, OGM, MP4, ASF etc. without any additional codecs installed. It also has full VCD/DVD playback functionality. In addition, it is able to play incomplete/damaged AVI files, or media files that are locked while downloading or sharing.

Freeware

https://www.mediafire.com/file/5jqsf1z5n0eoomu/KMPlayer_Portable_latest_32-64-bit_Multilingual_Online.exe/file

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Pale Moon 32.1.1
« Antwort #19899 am: 18 April, 2023, 19:40 »
Pale Moon is an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and ease of use. Make sure to get the most out of your browser!

Changelog


This is a bugfix and security release.

Changes/fixes:

    Fixed a crash in CompareDocumentPosition with Shadow DOM.
    Fixed a crash with display:contents styling.
    Added a preference to disable the TLS 1.3 protocol downgrade sentinel (see implementation notes).
    Changed the way large clipboard copy/paste operations are handled, improving privacy (see implementation notes).
    Improved filename safety when saving files to prevent potential environment leaks (bis).
    Improved sanity checks of MIME type headers.
    Security issues addressed: CVE-2023-29545 and CVE-2023-29539.
    UXP Mozilla security patch summary: 2 fixed, 1 rejected, 49 not applicable.

Implementation notes:

    Some proxies and middleware boxes improperly handle the TLS 1.3 protocol handshake causing an insecure downgrade to TLS 1.2. With our recent update of NSS, Pale Moon no longer allows this kind of protocol downgrade when trying to establish a TLS 1.3 connection to a server. The resulting error is ssl_error_rx_malformed_server_hello with an inability to connect to the server. To enable users to still connect to the servers or devices in question, we've added an option to switch off the downgrade sentinel. To switch it off as a temporary workaround, set security.tls.hello_downgrade_check to false.
    If copy and paste operations to/from the browser are performed, Pale Moon writes clipboard contents to disk in a temporary cache file if the copy/paste amount is particularly large, to avoid using large amounts of memory to hold this data. The average paste/clipboard size doesn't tend to hit this limit in which case it is just held in memory.
    Previously, these cache files, while in the O.S. temporary file location (%TEMP% or /tmp), would not be consistently cleaned up, potentially causing privacy issues if persisted. This was changed to using auto-cleaning anonymous temp files, improving user privacy and relying less on the O.S. or user performing cleanup of temporary file storage. Thanks to Sandra for pointing this out and providing the patch.

[close]

https://www.mediafire.com/file/pf9rnu3mpu8b8ll/Pale_Moon_Portable_latest_32-64_bit_en-US_Online.exe/file

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Zoom 5.14.5.15287
« Antwort #19900 am: 18 April, 2023, 20:15 »
Zoom can help you connect with friends and coworkers, featuring chat, meetings, video webinars, conference rooms, and more. Zoom was founded in 2011 and became the go-to virtual meeting software during the COVID pandemic in 2020 and became a household name.

Zoom makes video conferencing easy. Once you have installed Zoom, you can create an account and start a chat by sharing the code or join an existing meeting with the code provided to you.

Freemium (Zoom is free up to 100 participants and 40 minutes.)

Release Notes -> https://support.zoom.us/hc/en-us/sections/360008531132-Zoom-Releases-By-Date

https://www.mediafire.com/file/3xi4bc0vm3t57g3/Zoom_Portable_latest_Multilingual_Online.exe/file

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable XnView MP 1.4.4
« Antwort #19901 am: 19 April, 2023, 08:20 »
XnView MP is an easy-to-use photo viewer, organizer and converter.

Changelog

2702: [New] Option to ignore 'PreservedFileName' in XMP sidecar
2697: [New] Toolbar button for IPTC/XMP template - viewtopic.php?t=43183
2693: [New] Better 'temperature' - viewtopic.php?t=44464
2689: [New] Better 'White Balance'
2686: [New] Join, Contact sheet, Slideshow available in 'view mode'
2683: [New] Edit IPTC/XMP: Place holder use - viewtopic.php?t=44986
2682: [New] FTP: logs & retry - viewtopic.php?t=44985
2679: [New] Edit XMP: keywords support - viewtopic.php?t=44965
2676: [New] Context menu customization - viewtopic.php?t=43831
2672: [New] OpenEXR 3.2
2671: [New] MDK SDK update
2669: [New] ExposureTime - viewtopic.php?t=44911
2666: [New] Batch convert: Inner frame - viewtopic.php?t=44895
2660: [New] Convert: Remove action - viewtopic.php?t=44897
2705: [Bug] {Comment} empty on Compare view - viewtopic.php?t=45091
2704: [Bug] Wrong position for pan tool - viewtopic.php?t=45101
2703: [Bug] ALT+RETURN for properties instead of ALT+ENTER - viewtopic.php?t=45111
2701: [Bug] Windows: Change timestamp & long path - viewtopic.php?t=45102
2700: [Bug] XMP sidecar not imported - viewtopic.php?t=45076
2699: [Bug] 'Save' after 'save as' doesnt use good format - viewtopic.php?t=45082
2698: [Bug] Tooltips color & dark theme - viewtopic.php?t=45041
2696: [Bug] Settings>File list: uniform height - viewtopic.php?t=45034
2695: [Bug] Capture dialog UI - viewtopic.php?t=44788
2694: [Bug] 'Browser - Fullscreen' - Sometimes crash on startup
2692: [Bug] Info bounding rect - viewtopic.php?t=45018
2691: [Bug] New files & filter by Images - viewtopic.php?t=44994
2690: [Bug] Histogram not updated - viewtopic.php?t=45039
2688: [Bug] Shortcut settings - viewtopic.php?t=45053
2687: [Bug] Edit XMP: Missing field - viewtopic.php?t=45049
2685: [Bug] RAW resolution settings
2684: [Bug] Slow when using PhotoLine clipboard
2681: [Bug] Print: margins x 2 for collections/thumbnails - viewtopic.php?t=44999
2680: [Bug] Slideshow & gamma setting - viewtopic.php?t=44990
2678: [Bug] Preview is not displayed when multi-files are selected - viewtopic.php?t=44908
2677: [Bug] IPTC dialog: copy into - viewtopic.php?t=44972
2675: [Bug] Effects: Some effect dont use selection rectangle - viewtopic.php?t=44925
2674: [Bug] Import&sort: moving files - viewtopic.php?t=44736
2673: [Bug] Shadow-Highlight - max values ??on scale - viewtopic.php?t=44937
2670: [Bug] Mono mixer - color button - viewtopic.php?t=44900
2668: [Bug] Palette: Transparent index selection - viewtopic.php?t=44273
2667: [Bug] Slideshow: open sld & font
2665: [Bug] Batch convert: Border - wrong shadow - viewtopic.php?t=44862
2664: [Bug] ALT+C in 'edit mode'
2663: [Bug] Filter parameters - viewtopic.php?t=44903
2662: [Bug] Filter by color label & prev/next file - viewtopic.php?t=44909
2661: [Bug] Convert: Blurred frame has constant effect - viewtopic.php?t=44906
2659: [Bug] Convert: File size ratio - viewtopic.php?t=44653
2658: [Bug] Filter: Crash on group name - viewtopic.php?t=44901
2657: [Bug] Batch convert: Border with 8/32bits image - viewtopic.php?t=44894
2656: [Bug] TC with unicode filename - viewtopic.php?t=44708
2655: [Bug] Duplicate format - viewtopic.php?t=44887
2654: [Bug] Fullscreen & prev/next file & auto image size - viewtopic.php?t=44743
2604: [Bug] Categories pane always enabled - viewtopic.php?t=43384
2653: [Bug] Edit Palette: Text label - viewtopic.php?t=44864
2652: [Bug] Resize: 'Default' doesn't change mode - viewtopic.php?t=44317
2651: [Bug] Edit mode: Info not visible after closing Settings & next/prev - viewtopic.php?t=44423
2650: [Bug] 'Old camera' crash - viewtopic.php?t=44077
2649: [Bug] 'Edit colormap' doesn't mark image as changed - viewtopic.php?t=44273
2648: [Bug] New label icons - viewtopic.php?t=44860
2584: [Bug] Incorrect thumbnail for image with different x/y DPI - viewtopic.php?t=44323
2638: [Bug] Histogram menu on 8bits image - viewtopic.php?t=44794
2647: [Bug] Color labels not restored - viewtopic.php?t=44646
2646: [Bug] Batch convert: Canvas resize, alpha not restored - viewtopic.php?t=44351
2645: [Bug] 180° rotated files are shown in bad orientation when categorized - viewtopic.php?t=44056

[close]

https://www.mediafire.com/file/bj8nrxclbgjbe4r/XnViewMP_Portable_latest_32-64-bit_Multilingual_Online.exe/file

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable VirtualBox 7.0.8 Build 156879
« Antwort #19902 am: 19 April, 2023, 09:00 »
Changelog


This is a maintenance release. The following items were fixed and/or added:

    VMM: Fixed EFLAGS.TF handling for CPUID instructions when Hyper-V is used (bug #17961)
    VMM: Fixed MONITOR/MWAIT crash with Solaris guests when Hyper-V is used on Windows 11
    VMM: Introduced general improvements in nested visualization area
    VMM: Fixed triple fault related guru meditations for UEFI guests starting with macOS Ventura 13.3 (bug #21563)
    GUI: Brought back Restore current snapshot checkbox of Close VM dialog (bugs #21189, #21491)
    GUI: Fixes and validation for VM settings USB filters editor, filter port value is now properly saved/restored
    GUI: Fixes for VM name and OS type embedded editors of Details pane
    GUI: Cloud related wizards should now propose enabled profiles before disabled
    Oracle VM VirtualBox Extension Pack: Fixed shipping the cryptographic support module for full VM encryption
    E1000: Fixed possible guru meditation when changing network attachments (bug #21488)
    virtio-net: Follow up fixes for FreeBSD 12.3 and pfSense 2.6.0 (bug #21201)
    3D: Fixed various graphics issues with Windows 7 guests (bugs #21129, #21196, #21208, #21521)
    Main/UefiVariableStore: Added API to add signatures to the MOK list (Machine Owner Key)
    VBoxManage: Introduced modifynvram enrollmok sub-command to enroll Machine Owner Key into NVRAM, so Linux guest kernel can pick it up in order to verify signature of modules signed with this key
    Guest Control/Main: Fixed deleting files via built-in toolbox
    Linux host: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK="1" is specified in /etc/vbox/vbox.cfg, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature
    Linux Guest Additions and host Installer: Improved detection if system is running systemd as the init process
    Linux Guest Additions and host drivers: Introduce initial support for kernel 6.3
    Linux Guest Additions: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK="1" is specified in /etc/virtualbox-guest-additions.conf, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature
    Linux Guest Additions: Added experimental support for kernel modules and user services reloading in the end of installation process, thus guest system reboot after Guest Additions (7.0.8 and newer) upgrade is no longer required in general case
    Linux Guest Additions: Fixed vboxvideo build issue with RHEL 8.7, 9.1 and 9.2 kernels (bugs #21446 and #21450)

[close]

Download: Klick

In first screen enter 7.0.8-156879 and 7.0.8-156879 for Extension Pack

7.0 is only 64 bit and have different launcher and folders: backup previous version.

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Mozilla Firefox 113.0 Beta 5
« Antwort #19903 am: 19 April, 2023, 10:30 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Vivaldi 6.0.2979.15
« Antwort #19904 am: 19 April, 2023, 19:30 »
Zitat
This update contains security fixes from the Chromium project (includes CVE-2023-2136).

Whats new:>>

    [Chromium] Upgraded to 112.0.5615.141
    [Workspaces] Fix default keyboard shortcuts for switching workspaces (VB-96690)
    [Workspaces] Icon selection dialog is broken when creating new workspace with commands (VB-96648)

Quelle -> https://vivaldi.com/blog/desktop/minor-update-6-0/

https://www.mediafire.com/file/9diz6eloik05si6/Vivaldi_Portable_stable_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 6.0.2979.15

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )