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

0 Mitglieder und 27 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
mssPortable 1.385.1272 (Microsoft Safety Scanner antivirus launcher)
« Antwort #19770 am: 28 März, 2023, 08: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
K-Meleon Portable 76.4.7-2023-03-25
« Antwort #19771 am: 28 März, 2023, 08:40 »
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 393bc6639f...03c3a2ab87:
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1160013 CachePushStreamChild should hold the parent DOM object alive. r=baku (07626c5e44)
- Bug 1179772 Make Cache API honor devtools SW testing flag in SW itself. r=ehsan (4d915be43c)
- Bug 1181577 Delay creation of QuotaInitRunnable until Cache Context actually started. r=ehsan (9991aafa07)
- Bug 1210128 Ensure Cache API context internal state is consistent when shutdown during initialization. r=janv (25fbcf3136)
- Bug 1138916 Fix Cache::MatchAll() assertion in WorkerFeature handling. r=baku (73fe25803b)
- Bug 1186312 - Cache API should not accept system principals for child processes. r=bkelly (c140f627f8)
- align (acb75b3a8d)
- Bug 1215290 Cache API should store unfiltered Response URL. r=ehsan (55238dd04a)
- Bug 1217501 P4 Fill headers before setting guard when reading response from Cache. r=ehsan (787cb31d84)
- bits of Bug 1202902 (82e2e451cc)
- Bug 1147329 - Handle in-process case for Cut/Copy/Paste feature. r=kanru (66cabbf705)
- Bug 1199161 - Add selectedTextContent to CaretStateChangedEvent. r=kanru, sr=smaug (5eb99e303b)
- Bug 1217515 - Clean up the way touch event support is configured. r=roc (24a7db4a42)
- Bug 1216937 - Assign default URL for mozbrowseropenwindow event. r=smaug (fc7aaa533b)
- Bug 1101115, implement nsChromeRegistryContent::IsLocaleRTL so that file directory view works in e10s rtl mode, r=bsmedberg (c0eb12391f)
- Bug 1186787 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in chrome/ with iterators. r=froydnj. (2508253415)
- Bug 1186787 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in chrome/ with iterators. r=froydnj. (193c37c478)
- Bug 1170207 - allow overrides of chrome://../skin/ URIs with other chrome://../skin/ URIs within skin manifests, r=bsmedberg (3c24e2006c)
- Bug 1210463 - part 3 - Remove the very obsolete NS_IMPL_MOZILLA192_NSGETMODULE. r=froydnj (c7300c145b)
- Bug 1210463 - part 1 - Remove some unneeded null checks on new in ModuleUtils. r=froydnj (73affb8e34)
- Bug 1210463 - part 2 - Use some smart pointers in ModuleUtils.h. r=froydnj (f5eeb12cb3)
- Bug 1210463 - part 2 - Use some smart pointers in ModuleUtils.h. r=froydnj (788f944a41)
- Bug 1215143 - FF Android VR returns orientation that is 90deg off on x-axis. r=vlad (fc0d86c800)
- Bug 1166667 - Remove LangGroupFromUnicodeRange due to unused. r=jfkthame (e3bb039e41)
- Bug 1119062 - enable unicode-range in release builds. r=dbaron (8d48c7ab14)
- bits of 1117227 in headers (ad920e2094)
- Bug 1220020. Recompute the current animated geometry root when a child scroll frame forces us to be layerized, and therefore turns us into an animated geometry root. r=mstange (4cfb015eb7)
- Bug 1220114. Part 1. Change ScrollFrameHelper::DecideScrollableLayer to recompute the current animated geometry root any time mWillBuildScrollableLayer changes in addition to when usingDisplayPort changes. r=mstange (9e8512babe)
- Bug 1220114. Part 2. If a scroll frame is forced to layerize because of an active descendant scroll frame then set a displayport on the ancestor scroll frame so that next paint we don't have to force layerization after the fact and we can do a fully proper paint. r=mstange (a3d7734f75)
- Bug 1228357 - When saving/restoring a scrollframe's state, only save/restore resolution for the root scrollframe. r=roc (7018d5bcae)
- Bug 1224307 - Fix page scrolling for non-full-width fixed headers/footers [r=tn] Please enter the commit message for your changes. Lines starting (55eebe3d49)
- Bug 1081272 - Include position and transform when computing header/footer size [r=tn] (c91104a099)
- Bug 1145546: take auto-direction into account in GetScrolledRect, r=jfkthame (a5bf400639)
- spaces (4a2918cb4c)
- Bug 1225376 part 1 - [css-align] Don't compute left/right to start in the style system anymore (due to pending spec change). Map the used value instead (in layout). r=dholbert (677b9eba16)
- Bug 1225376 part 2 - [css-align] Add mochitests for align/justify-items/self/content computed values. (580ef62eb6)
- Bug 1225376 part 3 - [css-grid] Crashtest. (3e5b06dce4)
- Bug 1148515 - Do the scrollbar thumb layer wrapping in nsSliderFrameso that the thumb's event region is wrapped, too. r=tn (0ff596193e)
- Bug 1133732. Header include got missed in rebase. on CLOSED TREE (b870504066)
- Bug 1133732. Make button box frames listen for blurs so they de-activate on blur. r=smaug (5c6274f99d)
- Bug 1170052 part 1: Refactor nsImageBoxFrame::PaintImage() so its final failure case is an early return. r=seth (7308f3f32e)
- Bug 1170052 part 2: Support object-fit & object-position on XUL <image src=""> elements. r=seth (74ab4c8813)
- Bug 1170052 part 3: Add scripts to generate reftests for object-fit/object-position applied to XUL <image>. (NPOTB) (5b1e1b6b90)
- Bug 1170052 part 4: Add reftests for object-fit/object-position on XUL <image> element (as modified copies of existing <img> tests). (test-only) (7f678646e8)
- Bug 1170052 part 5: Mark new reftests as "skip-if(Mulet)" to avoid impacting reftest chunking on that platform in a way that makes SVG reftests fail mysteriously. (d6c7e5ff05)
- Bug 1170052 part 6: Skip new XUL reftests on B2G Emulator as well, since XUL reftests trigger error pages on that platform. (3f4ddeddcd)
- Bug 1194493 - Ensure the 'mVertical' flag is set appropriately on the nsFontMetrics we use to draw text for an nsTextBoxFrame. r=smontagu (a6eed3f9b8)
- Bug 1155359 - Set NS_FRAME_IS_BIDI on nsTextBoxFrame if text direction is set to RTL r=roc (2715d47271)
- crash reporter (015ee49944) (c0011dadb2)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions (r=sstamm) (12b7a9aa0e)
- Bug 1188754 - Do not notify the audio channel agent on Firefox OS when the document activity change callback detects that the element is muted by the audio channel; r=baku (de62066c8d)
- Bug 1201969 - pause element only when start playing. r=baku (26296e8451)
- Bug 1214659 - HTMLMediaElement::UpdateAudioChannelPlayingState() should be easy to read, r=roc (91dac0b019)
- Bug 1048926 - fix and enable the testcase because the preload action is PRELOAD_NONE on mobile platform. r=jwwang (d2e5a68d50)
- Bug 1213154 - tab-sound-icon should be supported by bfcache, r=roc (9b7a1be7ef)
- crashtest for bug 1179662 (eb38345d96)
- bug 1184801 crashtest for AnalyserNode with channels and small fftSize (4ba66b7d2c)
- test for bug 1012609 r=karlt (11c2ff26a1)
- test for bug 1020205 (abd041bc8d)
- test for bug 995289 (cd63ecd503)
- test for bug 1041466 (cf5000997c)
- test for bug 1045650 (8f4b3f6684)
- Bug 1185176 - Crashtest. r=karlt (2d292812de)
- Bug 1185192 - Make promise resolving sequentially consistent when switching graph driver and closing a graph during the same iteration. r=roc (a03c3d76ae)
- reapply 1189506 (73b0731ade)
- Bug 1219403 - r=karlt (6729b12bac)
- Bug 1219403 - Account for the fact that MediaStream::Destroy can be run safely (18e4d3a748)
- Bug 1219403 - Remove MOZ_ASSERT for AssertOnGraphThreadOrNotRunning since it returns void and asserts inside, on a CLOSED TREE. (2e85625d43)
- bug 1224022 produce memory report after processing main thread messages r=padenot (e7b61c839b)
- Bug 1216059 - SourceMediaStream::TrackData::mResamplerChannelCount is used uninitialised. r=padenot. (ba158a93d6)
- Bug 1216417 - Make sure audio output streams are created after adding an audio output. r=baku,roc (2becb6417f)
- Bug 943294 - Leave dealing with legacy codepages for clipboard data to Windows itself. r=jmathies. (9859fe6126)
- Bug 938991 - text/rtf support for clipboard data. r=enndeakin (63f739b651) (7bf7c35e9f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 586587 - support kHTMLMime in the Windows clipboard as CF_HTML. r=jimm (6af5a0d7fa)
- Bug 1159604: Use a fallible allocation in nsClipboard::GetGlobalData. r=bbondy (c9645301a4)
- Bug 1048624 - Cleanup and refactor the media crashtest manifests and re-enable some disabled tests that now pass. (d712e08056)
- crashtest for bug 1020370 r=padenot (c0900de1df)
- crashtest for bug 1206362 r=padenot (07ace6a42f)
- Bug 1207546 - Integrate WebRTC with audio channels, r=roc (0ecafba529)
- Bug 1219478: Replace PRLogModuleInfo usage with LazyLogModule in dom folders except media.r=amerchesini (2e67bd7308)
- Bug 1198422 - CSP: Allow nonce to load if default-src is not specified in second policy (r=dveditz) (8a8bca1eb3)
- Bug 1187152 (part 1) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=mwu. (85cea6dce7)
- Bug 1187152 (part 2) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=froydnj. (e909442934)
- Bug 1187152 (part 3) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=froydnj. (48c78d75e6) (21cd830e68)
- Revert "Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking." (03c3a2ab87)

* 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
McAfee Stinger Portable 12.2.0.569
« Antwort #19772 am: 28 März, 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
ReNamer Portable 7.5
« Antwort #19773 am: 28 März, 2023, 09:10 »
A new version of ReNamer Portable has been released by PortableApps.com. ReNamer is a very powerful and flexible file renaming tool with support for case changes, replacements, suffixes, prefixes, moving sequences, and more. It's packaged as a portable app so you download on the go and it's in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. It's released as freeware for personal use.

ReNamer is packaged for portable use with permission from the publisher.

Changelog


    Added new features to the Regular Expressions engine: named groups, non-capturing groups, atomic groups, lookaround (positive and negative), possessive quantifier and Unicode categories.
    Added an option to remove duplicate extensions.
    Added IPTC_Keywords meta tag.
    Added global variables in Pascal Script: SetGlobalVar, GetGlobalVar and other related functions.
    Added WinCPToUTF8 and UTF8ToWinCP functions for Pascal Script.
    Interpret the plus sign "+" literally in wildcard replacements.
    Added Croatian language file. Thanks to Marko Puskaric.
    Updated Russian, Italian, French, Simplified Chinese and Traditional Chinese language files.

[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
RSS Guard Portable 4.3.3
« Antwort #19774 am: 28 März, 2023, 09:20 »
RSS Guard is a customizable, skinnable feed reader with a tabbed interface. It can fetch the most known feed formats, including RSS/RDF and ATOM and store them in a nested list, keyboard shortcuts, notification settings, gesture support and more.

Cross-platform, supporting a wide array of operating systems (Linux, OS X, *BSD and more).

License:    GNU GPLv3

Changelog


    Added:

    Article searching was greatly improved - now you can use either text or regexp or wildcard as search phrase and you can choose whether to search just in titles or in whole article.
    Added option to focus feed/article lists with keyboard shortcuts.
    Uninstaller now should detect if RSS Guard is running or not.
    Gmail: Original e-mail body is now appended to response.
    Gmail: E-mail preview now uses styling from skin for unified UX.
    Minor enhancements for OPML importing.

    Fixed:

    Showing pictures from authenticated feeds now should work.
    Word-wrap is now correctly used for plain-text articles.
    Some memory leaks were patched and also SQLite database connections now share "cache" across all threads, resulting in drastically better RAM usage of the app.
    Feedly: Article state synchronization now works.
    Updated docs, updated translations.

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Opera, Portable Edition 97.0.4719.28
« Antwort #19775 am: 28 März, 2023, 09:30 »
Zitat
Hi there,

We have updated Opera 97 Stable. This update includes some crash-fixes, and Chromium version 111.0.5563.65.

There’s also a nice little addition you’ll be happy about. The tab tooltip now lets you to see tabs from the same domain, and allows you to close them as well.

See the full changelog for more details, and Happy Browsing!

Quelle  -> https://blogs.opera.com/desktop/2023/03/opera-97-0-4719-28-stable-update/

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
Warzone 2100 Portable 4.3.4
« Antwort #19776 am: 28 März, 2023, 09:40 »
Warzone 2100 is an open source real-time strategy game similar to Command and Conquer packaged as a portable app, so you can play on the go.

Open Source

Changelog


* General:
   * Add: A separate Ban/Kick activity, allow removing from ban list while running game, and fixes for spectator mute (too many commits, #3163)
   * Fix: Various potential crashes (too many commits, #3100, #3101, #3106, #3108)
   * Fix: Let some older maps show up again in the map lists (commit:444a637345a3578b327d278b7328ebd4d0ff91db, #3109)
   * Fix: Always cancel research when starting it in another lab (commit:5f7eb0e172fa52c2e443220a5370ed88a7345216, #3150)
   * Fix: Persist Snap config data by using SNAP_USER_COMMON (commit:6366d7b51ba697351abe430a402c9e5a77a837a7, #3160)
* Graphics:
   * Fix: Fix missing sections on Tank Killer super cyborg (commit:3e7b9d5382ab09b24a7793eb2826327f8f1382dc, #3092)
* Campaign:
   * Change: Gamma 4: Remove middle tank traps guarding team Alpha and remove the repair units to account for new repair micro-AI (commit:e70f636345f71b02cbed9d25628ef2a260809fa2, #3058)
   * Change: Always blow up walls and tank traps during Nexus transfers in campaign (commit:8e7e7fdad4ec3ed5059163eeb0f36a699964fa23, #3118)
   * Change: Improve difficulty differences on Gamma 9 (commit:e396fdf9f45a7d681d1b9b477717f52d1bcec48b, #3118)
   * Change: Make Alpha 1-3 missions flow a bit more smoothly; Increase player flamer ranges (commit:31f18cc2478dcc1a62f72c171a627088ee059be4, #3132)
   * Change: Make Gamma 1 easier by activating factories depending on what part of the valley you exit (commit:a4dc62af69db6ebd77ff4f506b7a1c2241828bbe, #3162)
* Multiplayer:
   * Add: Add lobby command: makeplayer (commit:64f50bdbb74053c8752197c634ed6642af6f0754, #3107, #3108)
   * Add: Add a join message (commit:d48073c810ac385449b275132449d1c82fdbab1e, commit:dad97d406c539399d4c1d519b59b8cbad314620d, #3105)
   * Fix: Do not truncate spectator labels (commit:66fcbeb22decbd06b49252580e8df91d5b1867b6, #3149)
   * Fix: Stop Mission Time and store it when the results screen pops up (commit:5bad9826b739252b1ffea5b72b7bcb27823aeee1, commit:8a23639e683c4d1fb5696fd23d4c961b4080e66c, #3151)
   * Fix: Preserve player identity on rename (commit:13a21a13c07983745327b8ee1e1653b516d92e76, #3155)
* Balance MP:
   * Add: Add new Heavy Rocket Array weapon which depends on MRA and HEAT Rocket Warhead Mk2 (commit:ca9dc06f0ee3a86f29940a7a15038043292321f5, commit:d9d9d3e54df4b5aeb41fba8bb322ae71c73beeb8, #3103, #3141)
   * Change: Reduce effectiveness of artillery modifier on bunkers 40% to 20%, Reduce effectiveness of artillery modifiers against Tracked 40% to 30% (commit:46cab7cad2adbdb80150588852480eabac496510, commit:669fb3abf708662cbd5d3dd3be6cae1c94d24605, #2894)
   * Change: Make Heavy Repair Turret and Repair Facility appear at same time, improve facility repair speed by 10, and make light repair turret cost less and build faster (commit:5ba9b81f4a88546d462f8dc13f35fb3ac0ba6201, #3022)
   * Change: Buff Plasmite Flamer HP to 125 to match the HP on Twin Assault Gun (commit:bf10dfa807e30f25410a576eb26373a8a0a2864f, #3076)
   * Change: Move Pulse Laser to around Seraph Missile and drop Sensor Upgrade Mk3 requirement (commit:b3062383eaab33c26fb3c9b08cd8ae04ad9d23c7, #3075)
   * Change: Increase costs on later MG research and on (Twin) Assault Gun (commit:574b8d65c00080b400d1f9383093fde31bc53de3, #3113)
   * Change: Pull some Rocket damages in earlier, Reduce Tank Killer reload time to that of Lancer, Improve Rocket Pod long range accuracy to 50% from 45% (commit:06ec3db15164fee44ad3016df52d7951bf9607fb, #3080)
   * Change: Needle reload time matches the latest cannon weapons, nerf Super Rail gunner damages and range, nerf VTOL Needle/Rail radius and radius damage and increase weights (commit:589b226e512e6e667f481c54bd4e852effc1b378, #3081)
   * Change: Pull Mortar into Advanced Bases by removing factory module requirement (commit:93cb444ef71260981cae61ded29d146bd1ce5cd3, #3089)
   * Change: Reduce time and cost for Command Turret research by 50% (commit:e8465be7fc6c044ffd72e7aad9dba0c1f865022a, #3121)
   * Change: Reduce research topic time and cost for most defenses by 50% (commit:bf408ac0b59c56b51fceda8e9cd54fcd62cdf089, #3122)
   * Change: Increase reward for some engineering upgrades to 30% (commit:96e6878d33c4e2d13665051e08a7915ecdec6bde, #3134)
* Other:
   * Add: Add autohost and autorating documentation (commit:2ab6c37eeb684f6b1936eb49a263f3412a92dfed, #3138)
   * Fix: Fix building with GCC 13 (commit:e872db579ec2847de29d1e3a96b35902f643b9fb, #3090)

[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
Opera GX, Portable Edition 96.0.4693.117
« Antwort #19777 am: 28 März, 2023, 09:50 »
Opera GX includes the features needed to help you get the most out of both gaming and browsing. You can utilize every ounce of power your machine can give you without the need to close down your browser. GX Control lets you set limits on how much RAM, CPU, and network usage your browser takes up. The interface has many gaming-inspired themes to choose from, so your gaming experience is smoothly coupled with the browser.

Freeware

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
Smart Defrag Portable 8.4.0.259
« Antwort #19778 am: 28 März, 2023, 10:50 »
A new version of Smart Defrag Portable has been released. Smart Defrag is a powerful disk defragmenter with a fast engine and an easy to use interface. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. It's freeware for personal and business use.

Smart Defrag is a trademark of IOBit and is packaged for portable use with permission.

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 Slimjet 38.0.7.0
« Antwort #19779 am: 28 März, 2023, 18:30 »
Get a lot more done while browsing the Internet with the help of this lightweight, Chromium-based browser that packs a remarkably high number of interesting features.

Donationware

Whats new:>>

    Disabled edge browser emulation since it caused issues.
    Fix bookmark side bar background color so that it can follow theme color.

https://www.mediafire.com/file/qgjqbkpoyz1vvll/Slimjet_Portable_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

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 Maxthon 7.0.0.2000
« Antwort #19781 am: 28 März, 2023, 21:10 »
User-friendly web browser that comes with support for private browsing, also featuring an ad blocker, split screen view, mouse gestures, a download manager and more.

Freeware

Changelog


    Added security module - Two-factor authentication
    Added 2FA authenticator support
    Replaced Passkeeper SMS 2FA to authenticator 2FA
    Maxnote: interface redesign
    Maxnote: Added dark mode interface adaptation
    Maxnote: Added a sharing page, summarizing all shared notes and URLs
    Maxnote: Added URL bookmark editing, allowing you to edit URLs like you would edit notes
    Added Search bar, can be on/off from appearance settings
    Added mouse hover activation for tabs, can be set in tab settings for on/off and hover time
    Added custom tab title in context menu of the tab
    Added browser window pinning feature (menu->tools), allowing the browser window to always be displayed on top of the desktop
    Added Set search scope for smart address bar
    Added Set custom shortcut keys for saving forms and auto-filling forms
    Added Set custom shortcut keys for window pinning
    New tab page optimization
    Updated multi-language support
    Fixed known bugs and crashes

[close]

https://www.upload.ee/files/15062846/Maxthon_Portable_Multiversion_32-64-bit_Multilingual_Online.exe.html

In first screen enter: 7.0.0.2000

On first start login as guest.

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
NVDA Portable 2023.1
« Antwort #19782 am: 28 März, 2023, 22:20 »
Blind or vision impaired people can easily access computers running Windows with the help of this advanced and reliable application.

Donationware

Changelog


    A new option has been added, "Paragraph Style" in "Document Navigation"This can be used with text editors that do not support paragraph navigation natively, such as Notepad and Notepad++.
    There is a new global command to report the destination of a link, mapped to NVDA+k.
    Support for annotated web content (such as comments and footnotes) has improvedPress NVDA+d to cycle through summaries when annotations are reported (e.g"has comment, has footnote").
    Tivomatic Caiku Albatross 46/80 braille displays are now supported.
    Support for ARM64 and AMD64 versions of Windows has improved.
    There are many bug fixes, notably Windows 11 fixes.
    eSpeak, LibLouis, Sonic rate boost and Unicode CLDR have been updatedThere are new Georgian, Swahili (Kenya) and Chichewa (Malawi) braille tables.

    Note:

    This release breaks compatibility with existing add-ons

    New Features:

    Microsoft Excel via UI Automation: Automatic reporting of column and row headers in tables(#14228)
    Note: This is referring to tables formatted via the "Table" button on the Insert pane of the Ribbon"First Column" and "Header Row" in "Table Style Options" correspond to column and row headers respectively.
    This is not referring to screen reader specific headers via named ranges, which is currently not supported via UI Automation
    An unassigned script has been added to toggle delayed character descriptions(#14267)
    Added an experimental option to leverage the UIA notification support in Windows Terminal to report new or changed text in the terminal, resulting in improved stability and responsivity(#13781)
    Consult the user guide for limitations of this experimental option
    On Windows 11 ARM64, browse mode is now available in AMD64 apps such as Firefox, Google Chrome and 1Password(#14397)
    A new option has been added, "Paragraph Style" in "Document Navigation"This adds support for single line break (normal) and multi line break (block) paragraph navigationThis can be used with text editors that do not support paragraph navigation natively, such as Notepad and Notepad++(#13797)
    The presence of multiple annotations are now reportedNVDA+d now cycles through reporting the summary of each annotation target for origins with multiple annotation targetsFor example, when text has a comment and a footnote associated with it(#14507, #14480)
    Added support for Tivomatic Caiku Albatross 46/80 braille displays(#13045)
    New global command: Report link destination (NVDA+k)Pressed once will speak/braille the destination of the link that is in the navigator objectPressing twice will show it in a window, for more detailed review(#14583)
    New unmapped global command (Tools category): Report link destination in a windowSame as pressing NVDA+k twice, but may be more useful for braille users(#14583)

    Changes:

    Updated LibLouis braille translator to 3.24.0(#14436)
    Major updates to Hungarian, UEB, and Chinese bopomofo braille.
    Support for the Danish braille standard 2022.
    New braille tables for Georgian literary braille, Swahili (Kenya) and Chichewa (Malawi)
    Updated Sonic rate boost library to commit 1d70513(#14180)
    CLDR has been updated to version 42.0(#14273)
    eSpeak NG has been updated to 1.52-dev commit f520fecb(#14281, #14675)
    Fixed reporting of large numbers(#14241)
    Java applications with controls using the selectable state will now announce when an item is not selected rather than when the item is selected(#14336)

    Bug Fixes:

    Windows 11 fixes:

    NVDA will announce search highlights when opening Start menu(#13841)
    On ARM, x64 apps are no longer identified as ARM64 applications(#14403)
    Clipboard history menu items such as "pin item" can be accessed(#14508)
    In Windows 11 22H2 and newer, it is again possible to use mouse and touch interaction to interact with areas such as the system tray overflow window and "Open With" dialog(#14538, #14539)
    Suggestions are reported when typing an @mention in in Microsoft Excel comments(#13764)
    In the Google Chrome location bar, suggestion controls (switch to tab, remove suggestion etc) are now reported when selected(#13522)
    When requesting formatting information, colors are now explicitly reported in Wordpad or log viewer, rather than only "Default color"(#13959)
    In Firefox, activating the "Show options" button on GitHub issue pages now works reliably(#14269)
    The date picker controls in Outlook 2016 / 365 Advanced search dialog now report their label and value(#12726)
    ARIA switch controls are now actually reported as switches in Firefox, Chrome and Edge, rather than checkboxes(#11310)
    NVDA will automatically announce the sort state on an HTML table column header when changed by pressing an inner button(#10890)
    A landmark or region's name is always automatically spoken when jumping inside from outside using quick navigation or focus in browse mode(#13307)
    When beep or announce 'cap' for capitals is enabled with delayed character descriptions, NVDA no longer beeps or announces 'cap' twice(#14239)
    Controls in tables in Java applications will now be announced more accurately by NVDA(#14347)
    Some settings will no longer be unexpectedly different when used with multiple profiles(#14170)

    The following settings have been addressed:

    Line indentation in Document formatting settings.
    Cell borders in doc formatting settings
    Show messages in braille settings
    Tether Braille in braille settings
    In some rare cases, these settings used in profiles may be unexpectedly modified when installing this version of NVDA.
    Please check these options in your profiles after upgrading NVDA to this version
    Emojis should now be reported in more languages(#14433)
    The presence of an annotation is no longer missing in braille for some elements(#13815)
    Fixed an issue where config changes not save correctly when changing between a "Default" option and the value of the "Default" option(#14133)
    When configuring NVDA there will always be at least one key defined as an NVDA key(#14527)
    When accessing the NVDA menu via the notification area, NVDA will not suggest a pending update anymore when no update is available(#14523)
    Remaining, elapsed and total time is now reported correctly for audio files over a day long in foobar2000(#14127)
    In web browsers such as Chrome and Firefox, alerts such as file downloads are shown in braille in addition to being spoken(#14562)
    Bug fixed when navigating to the first and last column in a table in Firefox (#14554)
    When NVDA is launched with --lang=Windows parameter, it is again possible to open NVDA's General settings dialog(#14407)
    NVDA no longer fails to continue reading in Kindle for PC after turning the page(#14390)

    Changes for Developers:

    Note: this is an Add-on API compatibility breaking releaseAdd-ons will need to be re-tested and have their manifest updatedPlease refer to the developer guide for information on NVDA's API deprecation and removal process.
    System tests should now pass when run locally on non-English systems(#13362)
    In Windows 11 on ARM, x64 apps are no longer identified as ARM64 applications(#14403)
    It is no longer necessary to use SearchField and SuggestionListItem UIA NVDAObjects in new UI Automation scenarios, where automatic reporting of search suggestions, and where typing has been exposed via UI Automation with the controllerFor patternThis functionality is now available generically via behaviours.EditableText and the base NVDAObject respectively(#14222)
    The UIA debug logging category when enabled now produces significantly more logging for UIA event handlers and utilities(#14256)
    NVDAHelper build standards updated(#13072)
    Now uses the C++20 standard, was C++17.
    Now uses the /permissive- compiler flag which disables permissive behaviors, and sets the /Zc compiler options for strict conformance
    Some plugin objects (e.gdrivers and add-ons) now have a more informative description in the NVDA python console(#14463)
    NVDA can now be fully compiled with Visual Studio 2022, no longer requiring the Visual Studio 2019 build tools(#14326)
    More detailed logging for NVDA freezes to aid debugging(#14309)
    The singleton braille._BgThread class has been replaced with hwIo.ioThread.IoThread(#14130)
    A single instance hwIo.bgThread (in NVDA core) of this class provides background i/o for thread safe braille display drivers.
    This new class is not a singleton by design, add-on authors are encouraged to use their own instance when doing hardware i/o
    The processor architecture for the computer can be queried from winVersion.WinVersion.processorArchitecture attribute(#14439)
    New extension points have been added(#14503)
    inputCore.decide_executeGesture
    tones.decide_beep
    nvwave.decide_playWaveFile
    braille.pre_writeCells
    braille.filter_displaySize
    braille.decide_enabled
    braille.displayChanged
    braille.displaySizeChanged
    It is possible to set useConfig to False on supported settings for a synthesizer driver(#14601)

    API Breaking Changes:

    These are breaking API changesPlease open a GitHub issue if your Add-on has an issue with updating to the new API.

    The configuration specification has been altered, keys have been removed or modified:

    In [documentFormatting] section (#14233):

    reportLineIndentation stores an int value (0 to 3) instead of a boolean
    reportLineIndentationWithTones has been removed.
    reportBorderStyle and reportBorderColor have been removed and are replaced by reportCellBorders

    In [braille] section (#14233):

    noMessageTimeout has been removed, replaced by a value for showMessages.
    messageTimeout cannot take the value 0 anymore, replaced by a value for showMessages.
    autoTether has been removed; tetherTo can now take the value "auto" instead

    In [keyboard] section (#14528):

    useCapsLockAsNVDAModifierKey, useNumpadInsertAsNVDAModifierKey, useExtendedInsertAsNVDAModifierKey have been removedThey are replaced by NVDAModifierKeys
    The NVDAHelper.RemoteLoader64 class has been removed with no replacement(#14449)
    The following functions in winAPI.sessionTracking are removed with no replacement(#14416, #14490)
    isWindowsLocked
    handleSessionChange
    unregister
    register
    isLockStateSuccessfullyTracked
    It is no longer possible to enable/disable the braille handler by setting braille.handler.enabledTo disable the braille handler programatically, register a handler to braille.handler.decide_enabled(#14503)
    It is no longer possible to update the display size of the handler by setting braille.handler.displaySizeTo update the displaySize programatically, register a handler to braille.handler.filter_displaySizeRefer to brailleViewer for an example on how to do this(#14503)
    There have been changes to the usage of addonHandler.Addon.loadModule(#14481)
    loadModule now expects dot as a separator, rather than backslashFor example "lib.example" instead of "libexample".
    loadModule now raises an exception when a module can't be loaded or has errors, instead of silently returning None without giving information about the cause
    The following symbols have been removed from appModules.foobar2000 with no direct replacement(#14570)
    statusBarTimes
    parseIntervalToTimestamp
    getOutputFormat
    getParsingFormat
    The following are no longer singletons - their get method has been removedUsage of Example.get() is now Example()(#14248)
    UIAHandler.customAnnotations.CustomAnnotationTypesCommon
    UIAHandler.customProps.CustomPropertiesCommon
    NVDAObjects.UIA.excel.ExcelCustomProperties
    NVDAObjects.UIA.excel.ExcelCustomAnnotationTypes

    Deprecations:

    NVDAObjects.UIA.winConsoleUIA.WinTerminalUIA is deprecated and usage is discouraged(#14047)
    config.addConfigDirsToPythonPackagePath has been movedUse addonHandler.packaging.addDirsToPythonPackagePath instead(#14350)
    braille.BrailleHandler.TETHER_* are deprecatedUse configFlags.TetherTo.*.value instead(#14233)
    utils.security.postSessionLockStateChanged is deprecatedUse utils.security.post_sessionLockStateChanged instead(#14486)
    NVDAObject.hasDetails, NVDAObject.detailsSummary, NVDAObject.detailsRole has been deprecatedUse NVDAObject.annotations instead(#14507)
    keyboardHandler.SUPPORTED_NVDA_MODIFIER_KEYS is deprecated with no direct replacementConsider using the class config.configFlags.NVDAKey instead(#14528)
    gui.MainFrame.evaluateUpdatePendingUpdateMenuItemCommand has been deprecatedUse gui.MainFrame.SysTrayIcon.evaluateUpdatePendingUpdateMenuItemCommand instead(#14523)

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Stellarium Portable 23.1.0
« Antwort #19783 am: 29 März, 2023, 09:40 »
Stellarium renders 3D photo-realistic skies in real time with OpenGL. It displays stars, constellations, planets, nebulas and others things like ground, landscape, atmosphere, etc.

License: Open Source

Changelog

    Added missing include (GH: #2933)
    Added ability to store a local file of objects as bookmark (GH: #2935)
    Added missing file in Babylonian (Seleucid) SC
    Added ability to show the alternative shortcuts in Help dialog (GH: #2944)
    Added B-V color indices for planets and the Sun
    Added B-V indices for few moons
    Added ability to change the font size and color of the landscape labels from the GUI (GH: #2941)
    Added ability to visualize heliocentric ecliptic distances for bright comets in AstroCalc/Positions/HEC tool
    Added an option to use supersampling for shadows on the Moon
    Added implementation of the limb darkening for the Sun (GH: #3017)
    Added Methuselah star
    Added support 32-wind compass rose (GH: #3036)
    Added decorative textures for the observer used in the location panel
    Added accurate ecliptic calendar marks (GH: #3057)
    Added ability to settings fps in the GUI (GH: #3073)
    Added a workaround for poor NPOT mipmap implementations
    Added "Now" button into AstroCalc/Ephemeris tool (GH: #3012)
    Added discovery info for Messier objects (GH: #3084)
    Added phase name and age to Moon's infoMap (GH: #3088)
    Added a check for screenshot file format
    Added proper name for Arp 239
    Added proper name for PGC 1436754 from SIMBAD
    Added support MIT license for sky cultures
    Added GUI to manually entering FOV (GH: #3093, #3013)
    Added ability to toggle ignore date test for orbital data in AstroCalc/Ephemeris tool (GH: #3099)
    Added explicit text message for "satellite below horizon" (GH: #3098)
    Added a confirmation warning to overwrite an existing list on import in Observing lists
    Added support for masses of the major planets
    Added masses for major planets
    Fixed umbra circles in Satellites plugin (GH: #2510)
    Fixed plotting markers of ephemerides (GH: #2951)
    Fixed the performance penalty: enabled compression of high frequency events (GH: #2778)
    Fixed off-by-one error in planetary rings mesh generator (GH: #2775)
    Fixed compilation on Qt configured for OpenGL ES2 (GH: #2970)
    Fixed bookmarks for minor planets in Solar System Editor plugin (GH: #2958)
    Fixed the wrong transformation of the Moon's color texture values
    Fixed solar eclipse rendering of the Moon in a better way
    Fixed default distance of "observer" to the parent (GH: #2911)
    Fixed handling of lighting factor when rendering lunar eclipse
    Fixed AstroCalc/RTS tool (GH: #3028)
    Fixed another missing timezone
    Fixed location changes via Search panel and "Goto" Action
    Fixed return to default location (with default landscape)
    Fixed other place where location name is printed in bottom bar
    Fixed pixelized panel icons in screenshots (GH: #2899)
    Fixed a possible security issue
    Fixed DSO filters (GH: #3048)
    Fixed screenshot size
    Fixed a potential security issue when storing screenshots
    Fixed scaling of screen geometry when setting window position (GH: #3102)
    Fixed limits for altitudes in Satellites plugin
    Fixed working the filter in shortcut dialog for Qt5-based builds (GH: #2939)
    Fixed storing DSO with designations in Observing lists (GH: #2802)
    Fixed the type/objtype bug in Observing lists
    Fixed creation of default empty list at start in Observing lists
    Fixed behaviour for 'Reload the sky culture' feature
    Fixed a crash when observer is on the spaceship (GH: #3115)
    Changed GUI of Satellites plugin: disable a bad implementation of fixed shadow altitude (GH: #3100)
    Changed GUI: better button labels
    Changed core: set line and file numbers in shader prefixes
    Changed core: make ring shadows smoother
    Changed core: improve quality of planetary ring edges
    Changed core: make sure that textures being loaded don't exceed OpenGL size limits (GH: #2991)
    Changed core: avoid blowing out highlights on the lunar surface
    Changed core: use a ratio of FoV and sphere scale when calculating brightness coefficient for the Moon
    Changed core: allow more threads for texture loading
    Changed core: do computations for the planets in linear color, convert to sRGB in the end
    Changed core: move Lambert BRDF from vertex shader to fragment shader
    Changed core: make terminator of planets with atmosphere not so sharp
    Changed core: allow texture decimation (GH: #3009)
    Changed core: simplify checking whether planet being drawn in Planet::draw3dModel is the Sun or the Moon
    Changed core: simplify checking whether current location is Earth in Planet::draw3dModel
    Changed core: draw solar corona before the sphere, regardless of halo settings
    Changed core: make rot_obliquity=0 for all observers
    Changed core: do the computation of lunar eclipse colors in nonlinear color (GH: #3035)
    Changed core: enable mip mapping for old-style-landscape textures)
    Changed core: switch old-style landscape to fragment-shader-based direction computation (GH: #3045)
    Changed core: allow "goto" action to observers
    Changed core: inhibit drawing of a few grids/markers when on Observer pseudo-planet
    Changed core: inhibit location name if observing from Observer pseudo-planet
    Changed core: inhibit landscape and atmosphere drawing when on an "observer" pseudo-planet
    Changed core: make it possible to restrict texture size of GUI panel button pixmaps
    Changed core: softened inner edge of earth penumbra slightly
    Changed core: avoid creation of default user dir if CLI override given (GH: #3079)
    Changed core: deprecated a redundant command line option)
    Changed core: force redraw of dynamic resolution atmosphere on window resize
    Changed core: use config settings screen_* in physical (unscaled) pixels (GH: #3077)
    Changed core: render ShowMySky atmosphere calculating view direction per fragment
    Changed core: tweak screen intersect callback (GH: #3059)
    Changed core: disable culling for ZodiacalLight and MilkyWay
    Changed core: ensure screenshot format initialisation sets supported format
    Changed Satellites plugin: refactoring the code (simplification)
    Changed Satellites plugin: reduced the minimal entered altitude for apogee/perigee filters (GH: #3004)
    Changed Satellites plugin: switched to use WGS-84 data in whole Satellites plugin
    Changed scripting engine: avoid empty filenames for screenshots (GH #3111)
    Changed scripting engine: also make writing to absolute paths a GUI option (GH #3111)
    Changed scripting engine: require user consent to let scripts store screenshots to paths given in the script (GH #3111)
    Changed encoding format in Korean.isl (GH: #2992)
    Updated GUI: losslessly recompress PNGs to save space (GH: #3087)
    Updated orbital elements for minor bodies of Solar system
    Updated default list of locations
    Updated default catalog of satellites
    Updated default catalog of exoplanets
    Updated default catalog of pulsars
    Updated qxlsx dependencies (GH: #2979)
    Updated XML data: use generic-icon in mime file (GH: #3011)
    Updated list of languages
    Updated default bookmarks for Solar System Editor plugin
    Updated translations of sceneries
    Updated translations of landscapes
    Updated translations of sky cultures
    Removed the clamping kludge from the Oren-Nayar function
    Removed NGC 5976A designation (GH: #2967)
    Removed checking architectures in Windows installer (GH: #2962)

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Revo Uninstaller Portable 2.4.4
« Antwort #19784 am: 29 März, 2023, 10:00 »
A new version of Revo Uninstaller Portable has been released. Revo Uninstaller is an easy way to uninstall and remove unwanted software from your system. This release updates to the latest format, existing platform users will get a small, quick-install patch. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. It's freeware for personal and business use.

Revo Uninstaller is packaged for portable use with permission from VS Revo Group.

Whats new:>>

    Improved – Algorithm for detection of custom user’s installation folders
    Fixed minor bugs
    Updated language files

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 )