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

0 Mitglieder und 14 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
K-Meleon Portable 76.4.7-2023-03-04
« Antwort #19665 am: 08 März, 2023, 10:30 »
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 4e6138a54f...35448d94ad:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1206072 - Don't call GetNextRenderTarget if CreateRenderTargetSet failed,r=vlad (323c478a5d)
- Bug 1210444 - Set DEALLOCATE_CLIENT flag for EGLImage SharedSurfaceTextureClients. r=nical (194d629af0)
- Bug 1218395 - Avoid calling AddFlags from SharedSurfaceTextureClient constructor. r=milan (335cdc86d3)
- Bug 1226000 - control may pick up its name from wrong label, r=yzen (2686bf0a50)
- bug 1213402 - add another , to fix silly string concatonation r=me landed on a CLOSED TREE (0900ea3a94)
- Bug 1189108 - Walk up tree to get LinkableAccessible actions instead of caching r=tbsaunde (3ee63b4b0b)
- Bug 1174383 - Fix bogus gfx/2d debug assertions that have side effects. r=Bas (0e47cdfd76)
- Bug 1222569 - remove unused const variables from ExtendInputEffectD2D1.cpp; r=Bas (790f7ac4ed)
- Bug 1191527 - Fix the YCbCr shaders in BlitImageToFramebuffer. r=jgilbert (68c5fcd454)
- Bug 1207153 - Restore texture binding to correct target in GLBlitHelper. r=snorp (5f199889e2)
- Bug 1178601 - Don't crash on incomplete FB. - r=jrmuizel (5bb9860bd3)
- Bug 1164088 - Avoid IsFramebuffer assertion on Android emulator; r=jgilbert (2eaed192af)
- Bug 1213431. Support using Core profile for WebGL2 on Linux. r=jgilbert (8cfa018ec7)
- Bug 1209612 - Formalize client vs display EGL exts, and don't check client exts on ANDROID due to topcrash. - r=jrmuizel,snorp (0e98415c39)
- Bug 1186431. Backout "Recreate the RenderTargetView on demand" r=jgilbert (90ff243064)
- Bug 1213339 - Fix logic in WantsSmallTiles. r=nical (7c0e4c4d7d)
- Bug 1212664 - Perform y-inversion correctly when dumping compositor surface. r=jrmuizel (01963dd49d)
- Bug 1223540 - Add a pref for CGL's multithreaded mode (EMPEngine). r=jrmuizel (53b6cf04bd)
- Bug 1133527. Fallback to software vsync on android. r=kats (40207086ae)
- Bug 1200098 - patch 3 - Pass the gr_nobidi flag when shaping with graphite2, as we split text into unidirectional runs ahead of time. r=jdaggett (4de177c3fe)
- Bug 1226801 - None of the GCHashMap users require movable keys; r=fitzgen (0f4c2e7cd7)
- Bug 1226687 - Part 1: Export a GCPolicy usable by JS::Heap; r=fitzgen (cf5466239a)
- Bug 1226687 - Part 2: Use stable hashing and builtin sweep for JSObject2JSObjectMap; r=mccr8 (4c68f76048)
- Bug 1224418 - Functions directly scoped under non-syntactic scopes should be considered cloneable. (r=billm) (9efd091f1d)
- No Bug - Remove two unused, orphan variables; r=sfink (1e2191c4c2)
- Bug 1223990 - Cleanly throw errors in self-hosted code. (r=till) (6f25a3bd3e)
- Bug 1132183 - Make |this| a real binding, remove lazy this computation. r=efaust,shu (c1e39487a2)
- Bug 1221844 - Part 1: TraceLogger: Move TraceLogger_Invalidation to LOG_ITEM. r=h4writer (c2bbb7edd8)
- Bug 1221844 - Part 2: TraceLogger: Add some debug checks to logTimestamp. r=h4writer (9ee099bd8b)
- Bug 1223636: Tracelogger - Don't treat extraTextId as containing only extra ids, r=bbouvier (bad93df318)
- Bug 1224123 - "Tracelogger: fix the use of LastEntryId in tracelogger.h". r=hv1989 (2cf9a30cf1)
- Bug 1205893 - Eliminate vanilla memory allocations in Debugger-vixl. r=sstangl (56a3e3d37b)
- Bug 1205893 - Remove vanilla allocations in ARM64 simulator. r=sstangl Use js_malloc/js_free and js_new/js_delete where appropriate. (5da0ec44b3)
- Bug 1208674 - part 1: Add ToggleCall assertions. r=sstangl Assert that the ToggleCall() function does not overwrite any unexpected instructions. (cfb5c4be1a)
- Bug 1208674 - Fix ToggleCall to handle constant pools. r=sstangl Handle constant pools inserted anywhere, even at the initial pointer location. Don't attempt handling constant pools with natural guard branches. They are not relevant here (and actually never generated currently). (cd025860b4)
- Bug 1208259 - Handle OOM in the ARM64 VIXL Simulator. r=sstangl Make the Simulator creation robust against OOM stress tests. Now passes jsapitests testNewRuntime. (92a26871eb)
- Bug 1219050 - Update VIXL helper code to v1.10. r=jolesen (7e57b34e76)
- Bug 1227263 part 1 - Rename frame thisValue methods to thisArgument. r=shu (5818076931)
- Bug 1227263 part 2 - Remove this-slot from generators. r=efaust (c89453a7ce)
- Bug 1227263 part 3 - Remove this-slot from non-function frames. r=efaust (c2dd744cca)
- Bug 1207571 r=jandem a=abillings (461bb9213f)
- Bug 1108290 - introduce machine-independent definitions of sub32. r=nbp (2906131e4d)
- Bug 1226799 - De-duplicate the 11 Is[BuiltinName] self-hosting intrinsics with templates. r=arai (50bcb68306)
- No Bug - Fix accumulated unified build bustage in the JS shell; r=sfink (dbf8db9215)
- Bug 1227535 - Add ZoneAllocPolicy and use it to attribute module memory usage to the zone r=terrence (63127682a9)
- Bug 1227555 - Force specialization of JSObject::is() for ProxyObject subclasses r=shu (95b6dc79f8)
- Bug 1201620 - Follow up: add a missing null check in js::SavedFrame::isSavedFrameOrWrapperAndNotProto; r=terrence (f2b6cc4751)
- Bug 1226936 - Remove PreserveRegExpStatics and telemetry for it. r=till (6ca85fb1ea)
- Bug 1221747 - Fix OOM handling in IonScriptCounts r=nbp (aea5012869)
- Bug 1094057 - Violations of "use strict"; should generate errors, not warnings, r=jorendorff (627a9def4c) (0cf4874c58)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1213732 part 1 - SM LCov: Report both side of the branches. r=bhackett (fa8634e097)
- Bug 1213732 part 2 - SM LCov: Check that fallthrough branches are correctly counted. r=bhackett (8019439dbd)
- Bug 1213732 part 3 - SM LCov: Add code coverage support for TableSwitch statements. r=bhackett (f4268ea156)
- Bug 1219166 - SM LCov: Prevent reporting empty compartments, and empty runtimes. r=bhackett (179e8bf6bc)
- Bug 1213735 - LCov: Rely on the GC finalizers to visit all JSScripts. r=bhackett (43d6cbd245)
- Bug 1220693 - Lazily trigger ICU default-time-zone recreation only at the instant where the new default time zone is going to be used, rather than every time the time zone might have changed, as apparently ICU's default-time-zone computation is a lot of work. r=till (d69ef1cee8)
- Bug 1220693 - Put the needs-update status of the ICU default time zone behind a spinlock, as the simplest/stupidest possible thing that works. r=sfink (4f947b60c4)
- pointer style (9f661bbcc4)
- Bug 1226896 - Fix OOM handling related to script counts r=nbp (f86a1ebb7b)
- Bug 1210554 - Change representation of unbound Label linked lists. r=sstangl (ca194528af)
- Bug 1211150 - ARM: Adding 'explicit' keyword on the FloatRegister constructors; r=nbp (80297dd9e8)
- Bug 1223355: Common out constant pool generation code on x86/x64; r=sunfish (10b65c3ecd)
- Bug 1181612: Merge macro assemblers; r=luke (ebbce8bfef)
- Bug 1181612: Add MIR generation and code generation to off-thread compilation; r=luke (e4540062a1)
- Bug 1181612: Make CompileInfo a const class; r=luke (e8b2e2cb56) (f411e749b5)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1225605: Describe the SIMD type descriptors in terms of a concept; r=jolesen (dc938099ad)
- Bug 1225605: Rename SIMD descriptors toType -> Cast, setReturn -> ToValue, and remove one-argument toType; r=jolesen (b74a4e702e)
- Bug 1225605: Remove non standard SIMD.Int{32x4,16x8,8x16}.bool; r=jolesen (c533d96fdd)
- Bug 1225605: Store SIMD type descriptors on the global SIMD object rather than on the global; r=jolesen (b4ad3e2b39)
- Bug 1221285 - Part 1: Add "-S" option to disassemble() to omit source notes from the output. Not strictly necessary, but convenient. r=efaust. (a74a46dff9)
- Bug 1213111 - Extract progressbar from jittest's process_test_results; r=sfink (fa9e6737b5)
- Bug 1213127 - Switch jit-tests over to using jstest's task runner; r=sfink (87baae32c5)
- Bug 1213129 - Share worker count derivation code between jit and js test suites; r=sfink (be70b49724)
- Bug 1218587 - Add -G option for running jit-tests under rr. r=terrence (110fa2d1c2)
- Bug 1215063 - Add jit-tests support for running a test as a module and add some tests r=shu (82006f2b11)
- Bug 1213133 - Remove jit-test's legacy multiprocessing and serial task runners; r=sfink (f1f1e06695)
- Bug 1221285 - Part 2: Test harness support for --test-reflect-stringify. r=efaust. (6f835487d3)
- Bug 1195198 - Octane: Restore run.js broken by Bug 1179063. r=terrence (0346782401)
- Bug 1225908 - SimdTypeToLaneType. r=bbouvier (f3782f5fa8)
- Bug 1226445: SharedStubs - Keep track of the pushed frames correctly in GetPropCallNative, r=jandem (89deea6955)
- Bug 1228259 - jitspew is #ifdef JS_JITSPEW not DEBUG. r=h4writer (cf6ef8b871)
- missing bits of Bug 1231224 part 6 - Handle Vector OOM in some copy constructors. r=bhackett (29af1bfd2f)
- Bug 1147430 - Optimize load followed by unbox. r=jandem (a4c17ed873)
- Bug 1225908 - SimdTypeToArrayElementType. r=bbouvier (a31ecf633d)
- Bug 1132183 followup - Bump smallFunctionMaxBytecodeLength to 120. r=h4writer (008b612d7b)
- Bug 1132183 followup - Bump inlineMaxCalleeInlinedBytecodeLength to 3350. r=h4writer on IRC (6ca0102c81)
- Bug 1221421 - Fix Ion JSPropertyOp getter stub. r=bz (d1d8e07432)
- Bug 1222905 - Fix some issues related to Ion's AddSlot IC code. r=bhackett (77edef4115)
- Bug 1226732 - Use stable hashing and builtin sweeping for ipc::ObjectIdMap; r=billm (155058eb41)
- Bug 1226888 - Remove an incorrect assertion about store buffer state; r=jandem (69f16b9526)
- Bug 1227774 - Encapsulate markCompartments logic; r=jonco (33f0fd5fe5) (746e6ca3e6)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1225821 - Add type write barrier to SetPropertyIC dense element stub. r=bhackett (09c2b77da6)
- Bug 1222917 - Fix register allocation in GenerateCallSetter. r=bhackett (a6e0ecd82c)
- Bug 1219883 - Fix Ion typed array stub to handle constant string index. r=efaust (b568a7729c)
- Bug 1215688 - Remove unused path in Ion's BindNameIC. r=jandem (b63444a595)
- Bug 1224883: Only lazy linking from jit code expects to have valid jit code afterwards, r=jandem (327a96a3ef)
- Bug 1108290 - remove machine-specific definitions of sub32. r=nbp (07b788b0c9)
- Bug 1226277 - fix MSVC warning with a cast. r=bbouvier (23e7499d43)
- Bug 1224710 - Fix OOM handling bugs revealed by new testcase r=bbouvier (8e3912dcfd)
- Bug 1210554 - Add testAssemblerBuffer to jsapi-tests. r=sstangl (6aa5a5e95c)
- Bug 1210554 - Implement BranchDeadlineSet. r=nbp (510ca413ca)
- Bug 1210554 - Implement constant pool test. r=nbp (e67a359337)
- Bug 1210554 - Add PatchShortRangeBranchToVeneer(). r=nbp (2611009dd2)
- Bug 1210554 - Fix unified build breakage. r=sfink (b418fe43e5)
- Bug 1210554 - Wire up branchDeadlines_ partially. No Asm callbacks yet. r=nbp (cb613e7b58)
- Bug 1210554 - Handle toggled calls in CodeFromJump(). r=sstangl (d55a5e89ef)
- Bug 1210554 - Add enum ImmBranchRangeType. r=sstangl (bcadf88269)
- Bug 1210554 - Dynamically track short-range branches. r=sstangl (c8cca36e65)
- Bug 1225859 - IonMonkey: MIPS64: Fix branchTestBoolean(Address) missing. r=jandem (5498faee06)
- Bug 1222640 - Fix truncated Simulator return values. r=jandem (97721fa467)
- Bug 1090957 - IonMonkey: MIPS32: Implement atomics in MacroAssembler. r=lth (150529e06b)
- Bug 1090957 - IonMonkey: MIPS: Implement atomics in Lowering. r=lth (22ae53fd14)
- Bug 1090957 - IonMonkey: MIPS: Implement atomics in CodeGenerator. r=lth (8083eccc07)
- Bug 1213743 - IonMonkey: MIPS: Import MIPS64 support into CodeGenerator-mips-shared. r=arai (548fe7f3ee)
- Bug 1209553 - IonMonkey: MIPS: Add suffix 'f' for constant float32. r=arai (9902d4652a)
- Bug 1209962 - IonMonkey: MIPS: Memory barrier optimization. r=lth (96c39a94e9)
- Bug 1215999 - ARM64: Remove unnecessary float registers definitions. r=jolesen (199a27685c)
- Bug 1207827 - Remove ARM64 temporary offset buffers. r=nbp (66d20a6c55)
- Bug 1217606 - Handle OOM in Assembler::emitExtendedJumpTable(). r=sstangl (7e67cbd4f2)
- Bug 1207827 - Fix ARM64 OOM bugs in Assembler::bind(). r=nbp (b3aa93f7db)
- Bug 1155473 - Make arm-sim-osx SpiderMonkey shell build work on automation. r=sfink (85421372e7)
- Bug 1225605: Make the dependency between SimdTypeDescr::Type and the SimdTypes/SimdLanes arrays clearer; r=jolesen (9d96ba8b8e)
- Bug 1225605: Simplify SimdTypeDescr::size()/alignment() and remove a macro; r=jolesen (bea72c1836)
- Bug 1224974 - fix GTK shaped window drawing. r=bas (8fd0aa180d)
- Bug 1226152 - IonMonkey: MIPS64: Make sure the frame pushed are set correctly for ion vmcalls. r=h4writer (9ff4f3fcbb)
- Bug 1148235. Cleanup the state that we maintain in SimplifyOutwardByArea. r=ehsan (fc2472f0fa)
- Bug 1185840 - Make nsRegion::ToString() print string literal. r=roc (f82daa9b6e)
- Bug 1136557 - pt 1 - Ignore bogus ascent/descent values in 'vhea' table. r=smontagu (e0f17faff8)
- Bug 1136557 - pt 2 - Round maxDescent similarly to maxAscent in nsFontMetrics. r=smontagu (b1effc999b)
- Bug 1196355: WriteAppNote should use function parameter. r=benwa (0ce7d33286)
- Bug 1195152. Pass correct YUV type when converting shared YUV image to RGB. r=nical (133dc40c35)
- Bug 852814 - Move the last remaining EXTRA_DSO_LDOPTS to moz.build. r=gps (5ca3d2b687)
- Bug 319030: remove fossil support for RACE encoding and multilingual test bed from IDN code, r=jfkthame (3d76161522)
- Bug 321491: Refactor error handling in nsIDNService, r=mcmanus (32aae2327f)
- Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame (0a41d31c03)
- Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. (4697b86b73)
- Bug 1221453 - Use AbsolutePaths with LOCAL_INCLUDES instead of manual -I in CXXFLAGS. r=gps (e714580566)
- Bug 1201468: Map UErrorCode to nsresult, r=jfkthame (9d6cf0fe20)
- Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. (179ba01cbc)
- Bug 1218179: move from transitional to non-transitional IDNA2008 processing, r=jfkthame (d76a053f00)
- Bug 1197923 - Use channel->Open2() in intl/strres/nsStringBundle.cpp (r=sicking) (bc34312da8)
- Bug 1205153 - Use channel->Open2() in intl/strres/nsStringBundleTextOverride.cpp (r=sicking) (2ac5e3b920) (35448d94ad)

* 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
Google Chrome Portable 111.0.5563.65
« Antwort #19666 am: 08 März, 2023, 20:30 »
Zitat
The Chrome team is delighted to announce the promotion of Chrome 111 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks.

Chrome 111.0.5563.64 (Linux and Mac), 111.0.5563.64/.65( Windows) contains a number of fixes and improvements -- a list of changes is available in the log.

Security Fixes and Rewards

This update includes 40 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information.

[$15000][1411210] High CVE-2023-1213: Use after free in Swiftshader. Reported by Jaehun Jeong(@n3sk) of Theori on 2023-01-30

[$10000][1412487] High CVE-2023-1214: Type Confusion in V8. Reported by Man Yue Mo of GitHub Security Lab on 2023-02-03

[$7000][1417176] High CVE-2023-1215: Type Confusion in CSS. Reported by Anonymous on 2023-02-17

[$4000][1417649] High CVE-2023-1216: Use after free in DevTools. Reported by Ganjiang Zhou(@refrain_areu) of ChaMd5-H1 team on 2023-02-21

[$3000][1412658] High CVE-2023-1217: Stack buffer overflow in Crash reporting. Reported by sunburst of Ant Group Tianqiong Security Lab on 2023-02-03

[$3000][1413628] High CVE-2023-1218: Use after free in WebRTC. Reported by Anonymous on 2023-02-07

[$TBD][1415328] High CVE-2023-1219: Heap buffer overflow in Metrics. Reported by Sergei Glazunov of Google Project Zero on 2023-02-13

[$TBD][1417185] High CVE-2023-1220: Heap buffer overflow in UMA. Reported by Sergei Glazunov of Google Project Zero on 2023-02-17

[$10000][1385343] Medium CVE-2023-1221: Insufficient policy enforcement in Extensions API. Reported by Ahmed ElMasry on 2022-11-16

[$7000][1403515] Medium CVE-2023-1222: Heap buffer overflow in Web Audio API. Reported by Cassidy Kim(@cassidy6564) on 2022-12-24

[$5000][1398579] Medium CVE-2023-1223: Insufficient policy enforcement in Autofill. Reported by Ahmed ElMasry on 2022-12-07

[$5000][1403539] Medium CVE-2023-1224: Insufficient policy enforcement in Web Payments API. Reported by Thomas Orlita on 2022-12-25

[$5000][1408799] Medium CVE-2023-1225: Insufficient policy enforcement in Navigation. Reported by Roberto Ffrench-Davis @Lihaft on 2023-01-20

[$3000][1013080] Medium CVE-2023-1226: Insufficient policy enforcement in Web Payments API. Reported by Anonymous on 2019-10-10

[$3000][1348791] Medium CVE-2023-1227: Use after free in Core. Reported by @ginggilBesel on 2022-07-31

[$3000][1365100] Medium CVE-2023-1228: Insufficient policy enforcement in Intents. Reported by Axel Chong on 2022-09-18

[$2000][1160485] Medium CVE-2023-1229: Inappropriate implementation in Permission prompts. Reported by Thomas Orlita on 2020-12-20

[$2000][1404230] Medium CVE-2023-1230: Inappropriate implementation in WebApp Installs. Reported by Axel Chong on 2022-12-30

[$TBD][1274887] Medium CVE-2023-1231: Inappropriate implementation in Autofill. Reported by Yan Zhu, Brave on 2021-11-30

[$2000][1346924] Low CVE-2023-1232: Insufficient policy enforcement in Resource Timing. Reported by Sohom Datta on 2022-07-24

[$1000][1045681] Low CVE-2023-1233: Insufficient policy enforcement in Resource Timing. Reported by Soroush Karami on 2020-01-25

[$1000][1404621] Low CVE-2023-1234: Inappropriate implementation in Intents. Reported by Axel Chong on 2023-01-03

[$1000][1404704] Low CVE-2023-1235: Type Confusion in DevTools. Reported by raven at KunLun lab on 2023-01-03

[$TBD][1374518] Low CVE-2023-1236: Inappropriate implementation in Internals. Reported by Alesandro Ortiz on 2022-10-14

We would also like to thank all security researchers that worked with us during the development cycle to prevent security bugs from ever reaching the stable channel.As usual, our ongoing internal security work was responsible for a wide range of fixes:

    [1422099] Various fixes from internal audits, fuzzing and other initiatives

[close]

Quelle: https://chromereleases.googleblog.com/2023/03/stable-channel-update-for-desktop.html

Download :

Google Chrome Portable 111.0.5563.65

Google Chrome Portable 111.0.5563.65 x64

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 112.0.5615.20 Dev
« Antwort #19667 am: 09 März, 2023, 08:30 »
Zitat
The dev channel has been updated to 112.0.5615.20 for Windows, Linux and Mac.
A partial list of changes is available in the log.

Quelle: https://chromereleases.googleblog.com/2023/03/dev-channel-update-for-desktop_8.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
mssPortable 1.383.1311 (Microsoft Safety Scanner antivirus launcher)
« Antwort #19668 am: 09 März, 2023, 09: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.560
« Antwort #19669 am: 09 März, 2023, 10: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
AndreaMosaic Portable 3.52
« Antwort #19670 am: 09 März, 2023, 10:30 »
AndreaMosaic is a free image processor that lets you create mosaic or 'tiled' images using a source image of your choosing and a set of tile images to make it up. You can create multiple tile sets of images, have it use tiles of different shapes (square or rectangular), and lots more.

Freeware

Whats new:>>

Support for macOS Ventura.
Improved performance on macOS.
Fixed various minor Bugs.

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 5.7.2921.63
« Antwort #19671 am: 09 März, 2023, 20:20 »
Zitat
This update includes security fixes from the Chromium project and various improvements to our address field and other areas.

Changelog



    [Address bar][Keyboard] Selecting an item from the drop down after typing a full domain displays only the domain (VB-95282)
    [Address bar] Cannot backspace in URL bar while holding Shift (VB-90620)
    [Address bar] Copy URL with IDN is broken (VB-95490)
    [Address bar] No autocompletion when writing URL path (VB-94953)
    [Address bar] Removes autocomplete value when pasting (VB-95501)
    [Address bar] Should not use shortest item for typed history (VB-95234)
    [Address bar] URL sometimes URL-decoded when it should not be (VB-86717)
    [Bookmarks] Adding separator results in empty bookmark with white icon (VB-95519)
    [Bookmarks] Editing URLs is broken (VB-95321)
    [Calendar] Can not update event from invite mail (VB-95314)
    [Chromium] Upgraded to 110.0.5481.195
    [Crash] When playing some accelerated videos and you drag tab to new window (VB-95402)
    [Crash][Mail] Do not try and send when there is no network connection (VB-37883)
    [Integration] Sometimes title missing for dragged desktop shortcut (VB-93453)
    [Linux][Media] Change proprietary codecs to 110.0.5481.100-110326 (VB-95478)
    [Media][Fullscreen] Video consumes full space of page when leaving fullscreen (VB-87127)
    [Menus][Tabs] Moving a tab to a new window via the context menu ‘workspaces’ should not be listed (VB-95281)
    [Notifications] Clicking HTML5 notifications should activate corresponding tab when requested by the site (VB-11750)
    [Panels] Zoom button in the web panel became bigger (VB-95276)
    [Web Specs] Vivaldi ignores CSS media display-mode fullscreen and has broken JS MediaList API (VB-94106)
    [Windows][Installer] Add to Windows taskbar on install (VB-94698)

[close]

Quelle -> https://vivaldi.com/blog/desktop/minor-update-two-5-7/

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

In first screen enter: 5.7.2921.63

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 Opera 97.0.4719.11 Beta
« Antwort #19672 am: 09 März, 2023, 21:40 »

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
TeamViewer Portable 15.39.6
« Antwort #19674 am: 10 März, 2023, 11:00 »
TeamViewer is a screen sharing, remote control and collaboration tool connecting devices for troubleshooting, presentations or installations. Supports standard chat, high-quality voice and video, file transfer, whiteboard, session recording, remote printing, screen sharing and more. The program can work with paranoid firewalls, functions as a VPN between clients, will display quality based on connection speed and includes browser access.

Free for personal use

Whats new:>>

Fixed a bug that caused a company device to appear twice on the Remote Devices tab for users with Remote Access or Remote Worker licenses.

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 Browser Snapshot 5.8.2955.3
« Antwort #19675 am: 11 März, 2023, 18:30 »
Zitat
Today’s snapshot brings support for custom icons in themes, allowing for a wider range of possibilities. On mail you can now drag and drop between account folders, custom folders, labels, flags, unread, junk, trash, archive, etc.

Changelog



    [New][Themes][Icons] Allow for icon customisation in themes (VB-90222)
    [New][Mail][Drag-and-drop] Allow dragging a mail to a label, flags, custom folders (VB-56533)
    [Address bar] Adding a space in the URL field doesn’t unselect item (VB-95720)
    [Address bar] Run wrong item when using search engine nickname (VB-95605)
    [Bookmarks] Adding separator in bookmarks results in empty bookmark with white icon (VB-95519)
    [Calendar] CalDAV multi get now retries with smaller batch in case of error (VB-94722)
    [Calendar] Reminder for recurring event shows repeatedly (VB-95698)
    [Chromium] Upgraded to 110.0.5481.195
    [Drag-and-drop] URI list can not hold multiple URLs and this should be handled (VB-95836)
    [Icons] New default icon set (VB-95691)
    [Linux] “Show Quit Confirmation Dialog” option not bound to Ctrl+Q on Linux (VB-58771)
    [Linux][Settings] The Sec-Ch-Ua (Client Hints) setting can only be located via search (VB-95726)
    [Mail][Pop3] Can not delete mail on server (VB-95654)
    [Panels] “Windows” panel is still named “Window” (VB-95329)
    [Settings][Sec-Ch-Ua] Custom brand masking validation (VB-95508)
    [Settings][Sec-Ch-Ua] Defunct Append Vivaldi Brand setting checkbox (VB-95546)
    [Settings][Sec-Ch-Ua] Incorrect version in Chromium brand part of Client Hints when using Vivaldi or Custom brands (VB-95508)
    [Themes] Use a higher resolution image in the Beach theme (VB-95810)
    [Welcome page] Adjust to new toolbar layout (VB-95691)

[close]

Quelle & weitere Infos -> https://vivaldi.com/blog/desktop/next-level-theming-with-custom-icons-plus-mail-drag-and-drop-vivaldi-browser-snapshot-2955-3/

https://www.mediafire.com/file/77oaxbd16lqtg16/Vivaldi_Portable_snapshot_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 5.8.2955.3

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
SRWare Iron Portable 110.0.5600.0
« Antwort #19676 am: 12 März, 2023, 09:30 »
Whats new:>>

- Windows 10 als Voraussetzung
- kleinere Verbesserungen
- Bug-/Securityfixes



- Windows 10 needed
- minor improvements
- Bug-/Securityfixes

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
Google Chrome Portable 112.0.5615.20 Beta
« Antwort #19677 am: 12 März, 2023, 10:00 »
Zitat
The Chrome team is excited to announce the promotion of Chrome 112 to the Beta channel for Windows, Mac and Linux. Chrome 112.0.5615.20 contains our usual under-the-hood performance and stability tweaks, but there are also some cool new features to explore - please head to the Chromium blog to learn more!
A full list of changes in this build is available in the log.

Quelle: https://chromereleases.googleblog.com/2023/03/beta-channel-update-for-desktop_9.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
Google Chrome Portable 113.0.5638.0 Dev
« Antwort #19678 am: 12 März, 2023, 10:30 »
Zitat
The dev channel has been updated to 113.0.5638.0 for Windows, Linux and Mac.
A partial list of changes is available in the log.

Quelle: https://chromereleases.googleblog.com/2023/03/dev-channel-update-for-desktop_9.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
JPEGView Portable 1.2.45
« Antwort #19679 am: 13 März, 2023, 09:30 »
JPEGView is a viewer/editor for JPEG, BMP, PNG, GIF and TIFF images. It is designed to view images from digital cameras full screen and with highest quality possible. Basic image editing functionality is provided - allowing to correct typical problems as color cast, high/low contrast and under- or overexposure very quickly and interactively during review of the images. JPEGView does not replace a full blown image editor - such an editor will just be needed less often.

License:  GPL

Changelog

This is primarily a bugfix release, with the new ICC profile support feature.

(Minor version bumped to reflect the long awaited bugfix for JPEGView freezing when panning images on newer computers with AVX2 support and 4K+ resolutions.)

New features:

    Add support for ICC Profiles embedded in WebP, JPEG XL, HEIF/HEIC and AVIF images
    Set INI option UseEmbeddedColorProfiles=true to enable.
    NOTE: Currently, this option will disable Animated PNG due to usage of GDI+ (see 1.1.44 release notes)
    PR #156 , thanks qbnu

Bugs fixed:

    Fixed: Freeze in JPEGView when CPUType set/auto-detected as AVX2, HighQualityResampling=true, and window width > 3200 pixels (either spanned over multi-monitor or on a single monitor).
    (This outstanding bug had been extensively reported since v1.0.35+. Thanks to everyone who provided samples, videos, and system configurations to help identify the specific conditions necessary to trigger this bug!)
    Fixed: Regression introduced in 1.1.44 which caused Fit Image to Screen to create a tiny window instead of a window which filled the screen.
    Fixed: In certain cases with certain image, after zooming out to 0% (as far as allowed), zooming in did not work and got stuck at 0%
    Fixed: FileNameFormatINI option %filesize% substitution now shows MB when exceeding 1 MB, not 100 MB

Other changes:

    Updated French translation, thanks LaurentGrenet

[close]

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 )