Autor Thema: Entwicklertools diverses  (Gelesen 62500 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal v1.9.1942.0
« Antwort #1020 am: 14 Juli, 2021, 21:20 »
The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles, and configurations.

MIT License

Changelog

This release brings many of the preview changes in Windows Terminal 1.9 to the stable channel.

You may not yet see this release in the Store. We are trying a new "slow rollout" system that follows the Windows Insider program. You can always install a new build from this repository!

Notable changes include:

    Terminal now supports pinning an instance to the top of the screen that you can summon at any time (colloquially referred to as "Quake Mode") (#9785) (#9956) (#9977) (#10108) (#10113) (#10150)
        It is bound by default to Win+` (#10122)
    Terminal now supports mouse input for Windows console applications! (#9970) (#10138)
    The Appearance page will now show you a (tiny) preview of the Terminal (#9527)

Please note that the following features are not included in the 1.9 stable release:

    The ability to set Windows Terminal (stable) as the default console application host
    The live action editor in the Settings UI

Please see the following release notes for additional details:

    Windows Terminal Preview v1.9.1445.0
    This release includes changes from an undocumented v1.9.1523.0 release. These changes will be indicated below.

A preinstallation kit is available for system integrators and OEMs interested in prepackaging Windows Terminal with a Windows image. More information is available in the DISM documentation on preinstallation. Users who do not intend to preinstall Windows Terminal should continue using the msixbundle distribution.

We've also backported the following changes and bug fixes from Windows Terminal Preview 1.10.1933.0:
Changes

    This version of Terminal comes with Cascadia Code 2106.17. This version of the Cascadia family of fonts refines the "cursive" italic letter forms to have more universally-acceptable shapes and introduces support for Hebrew and Arabic glyphs.
    Terminal windows launched via "Open Here" will open new tabs in the same directory (#10546) (thanks @ianjoneill)
    The "quake mode" action is now named "Summon Quake window" instead of "Global summon something something window _quake" (#10641)
    The opacity slider will now display a % sign like it should have to begin with (#10369) (thanks @chingucoding)

Bug Fixes

    An accessibility issue that resulted in misshapen selection regions has been fixed (#10544)
    Terminal will no longer minimize itself when targeted by a commandline application (#10389)
        ... or when you target it with -w (#10396)
    We will no longer destroy commands using iterateOn when you press Save (#10373)
    Nested commands now dismiss more reliably when using the command palette (#10392) (thanks @kovdu)
    We will not attempt to not un-toggle the command palette if you choose to toggle it while it is open (#10423) (thanks @kovdu)
    When we encounter a malformed fragment document, we will no longer fail to read any future fragment documents (#10601)
    The action editor should now be more usable in Light theme (#10412)
    "Open Windows Terminal Here" will now appear in your language (#10446)
    1.9.1523.0 Terminal will no longer exit unceremoniously when your startingDirectory cannot be found (#10263)
    1.9.1523.0 A window that receives an incoming console application will now spring to the foreground (#10217)

Performance

    During heavy output load, we will spend a lot less time ...
        formatting VT strings (#10426) (thanks @skyline75489!)
        creating temporary string_views (#10471) (thanks @skyline75489!)
        notifying an accessibility channel that has been disconnected (#10537) (#10569)
        emitting debugging information (#10533)

Reliability

    Terminal should crash less often when you are closing a tab (#10549)
    We've fixed a crash in reloading the settings with the Settings page open (#10390)
    An application setting the Terminal background should probably not crash it, huh? (#10357)
    1.9.1523.0 If our packaged fonts cannot be found, we will now be more robust and less likely to faceplant on launch (#10260)
    1.9.1523.0 The "default terminal" feature no longer causes crashes on OS versions where it is unavailable (#10238)
    1.9.1523.0 If we can't accept handoff ("default terminal") connections when we start, we'll no longer crash on launch (#10261)
    The settings UI will no longer overflow its frame on launch/reload (#10619) (thanks @mimvdb)
    Terminal will try to do a better job recovering the profile you were looking at when the settings reload (#10618) (thanks @mimvdb)
    1.9.1523.0 The "default terminal" dropdown has been fixed for High Contrast users (#10185)

VT Support

    RIS will now reset mouse mode and encoding (#10602)
    DECSET 12 (enable/disable cursor blink) is no longer ignored (#10589)

WPF Control

    We've fixed an issue in the WPF control's 64-bit build that resulted in hilarious colors (#10486)

[close]

https://github.com/microsoft/terminal

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Windows Terminal Preview v1.10.1933.0
« Antwort #1021 am: 14 Juli, 2021, 21:50 »
Changelog

This version of Terminal comes with Cascadia Code 2106.17. This version of the Cascadia family of fonts refines the "cursive" italic letter forms to have more universally-acceptable shapes and introduces support for Hebrew and Arabic glyphs.
Features

    ALPHA FEATURE We had to update the interface in Windows that allows Terminal to act as the default console host.
    Due to the change, 1.10+ is required with Windows 22000.65 and above.
        We can now hand off WSL sessions, and Ctrl+C now works in handoff sessions (#10415)
    We've reintroduced the UI that allows you to edit default settings that apply to all profiles, as well as arrow
    buttons that let you revert individual settings (#10588)
    You can now select a different default display language for Terminal in the Appearance settings (#10309)
        JSON field preferredLanguage
    On the Actions page, you can now edit existing actions and add new ones (#10550) (#10220)
    Terminal will now present a tray icon when the "Quake mode" window is in use (#10179)
    The closeTab action has to close tabs by index via the index field (#10447) (thanks @ianjoneill)
    Screen reader users can now navigate the contents of the screen by attribute (color, font, underline...) (#10336)
    Terminal will now render SGR 1 ("intensity") in glorious chonky bold (#10498) (#9201) (#10521) (thanks @skyline75489)

Changes

    Terminal windows launched via "Open Here" will open new tabs in the same directory (#10546) (thanks @ianjoneill)
    The "quake mode" action is now named "Summon Quake window" instead of "Global summon something something window _quake" (#10641)
    JSON settings: font options are now specified in a single "font": {} group in each Profile (#10433)
        Your settings will automatically migrate to the new format when you press Save.
    We've promoted the Command Palette to the main dropdown menu to improve its discoverability (#10297) (thanks @KnapSac)
    The terminal tab color picker's UI is now much more refined, thanks to @gabrielconl (#10219)
    The opacity slider will now display a % sign like it should have to begin with (#10369) (thanks @chingucoding)

Bug Fixes

    An accessibility issue that resulted in misshapen selection regions has been fixed (#10544)
    Terminal will no longer minimize itself when targeted by a commandline application (#10389)
        ... or when you target it with -w (#10396)
    We will no longer destroy commands using iterateOn when you press Save (#10373)
    Nested commands now dismiss more reliably when using the command palette (#10392) (thanks @kovdu)
    We will not attempt to not un-toggle the command palette if you choose to toggle it while it is open (#10423) (thanks @kovdu)
    When we encounter a malformed fragment document, we will no longer fail to read any future fragment documents (#10601)
    The action editor should now be more usable in Light theme (#10412)
    "Open Windows Terminal Here" will now appear in your language (#10446)
    Terminal will no longer exit unceremoniously when your startingDirectory cannot be found (#10263)
        We made a change to how starting directories are processed that may expose issues in your configuration. This change was made to improve launch performance and reliability.
    A window that receives an incoming console application will now spring to the foreground (#10217)

Performance

    During heavy output load, we will spend a lot less time ...
        formatting VT strings (#10426) (thanks @skyline75489!)
        creating temporary string_views (#10471) (thanks @skyline75489!)
        notifying an accessibility channel that has been disconnected (#10537) (#10569)
        emitting debugging information (#10533)

Reliability

    Terminal should crash less often when you are closing a tab (#10549)
    We've fixed a crash in reloading the settings with the Settings page open (#10390)
    An application setting the Terminal background should probably not crash it, huh? (#10357)
    If our packaged fonts cannot be found, we will now be more robust and less likely to faceplant on launch (#10260)
    The "default terminal" feature no longer causes crashes on OS versions where it is unavailable (#10238)
    If we can't accept handoff ("default terminal") connections when we start, we'll no longer crash on launch (#10261)
    The settings UI will no longer overflow its frame on launch/reload (#10619) (thanks @mimvdb)
    Terminal will try to do a better job recovering the profile you were looking at when the settings reload (#10618) (thanks @mimvdb)
    The "default terminal" dropdown has been fixed for High Contrast users (#10185)

VT Support

    RIS will now reset mouse mode and encoding (#10602)
    DECSET 12 (enable/disable cursor blink) is no longer ignored (#10589)

WPF Control

    We've fixed an issue in the WPF control's 64-bit build that resulted in hilarious colors (#10486)

[close]

https://github.com/microsoft/terminal

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.58.2
« Antwort #1022 am: 15 Juli, 2021, 22:40 »
Visual Studio Code is a powerful IDE, dedicated to building Web applications and cloud programs. The tool is a lightweight and resembles the functionality of Visual Studio, however it features comprehensive revision and compiling utilities, packed in a modern looking interface.

Freeware

Changelog

    Update 1.58.2: The update addresses these issues:

    June 2021 Endgame Recovery 2
    Only acquire workspace storage locks on the remote extension host
    Remote extension will not work if it depends on a local UI one
    Terminal is tiny when extensions create and show them
    When multiple ghost text parts have line breaks, the first line of the ghost text gets deleted
    Using command line to open vscode causes code warning
    Trust and Continue dialog need two clicks on Continue to go away
    VS Code Terminal doesn't autofocus
    MacOS: Could not move terminal into editor area after first move

[close]

https://code.visualstudio.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alacritty 0.9.0 RC 1
« Antwort #1023 am: 18 Juli, 2021, 10:20 »
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.

The software is considered to be at a beta level of readiness; there are a few missing features and bugs to be fixed, but it is already used by many as a daily driver.

Apache License 2.0

Changelog

    Packaging:

    Minimum Rust version has been bumped to 1.46.0

    Added:

    Support for ipfs/ipns URLs
    Mode field for regex hint bindings

    Fixed:

    Regression in rendering performance with dense grids since 0.6.0
    Crash/Freezes with partially visible fullwidth characters due to alt screen resize
    Incorrect vi cursor position after invoking ScrollPage* action
    Slow PTY read performance with extremely dense grids
    Crash when resizing during vi mode
    Unintentional text selection range change after leaving vi mode
    Deadlock on Windows during high frequency output
    Search without vi mode not starting at the correct location when scrolled into history
    Crash when starting a vi mode search from the bottommost line
    Original scroll position not restored after canceling search
    Clipboard copy skipping non-empty cells when encountering an interrupted tab character
    Vi mode cursor moving downward when scrolled in history with active output

[close]

https://github.com/alacritty/alacritty

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
NxShell 1.3.2
« Antwort #1024 am: 19 Juli, 2021, 10:20 »
Improve the way you work with shell, commands, and SSH remote connections with the help of this easy-to-use and cross-platform terminal emulator.

Freeware

Changelog

Support font family config

[close]

https://github.com/nxshell/nxshell

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alacritty 0.9.0 RC 2
« Antwort #1025 am: 19 Juli, 2021, 18:10 »
Whats new:>>

    Fixed:

    Windows build without administrator privileges
    Missing release assets

https://github.com/alacritty/alacritty

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
NxShell 1.4.0
« Antwort #1026 am: 25 Juli, 2021, 10:20 »
Whats new:>>

    Feature:

    Support Serial port config
    Support terminal logger manage

    Fixes:

    Allow config sftp open directory

https://github.com/nxshell/nxshell

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alacritty 0.9.0 RC 3
« Antwort #1027 am: 25 Juli, 2021, 10:40 »
Whats new:>>

    Fixed:

Crash when moving fullwidth characters off the side of the terminal in insert mode

https://github.com/alacritty/alacritty

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 12.93
« Antwort #1028 am: 27 Juli, 2021, 19:10 »
Software Ideas Modeler is used to draw UML diagrams which are used in professional software development. Software Ideas Modeler can also be used to draw some other diagrams such as entity-relationship diagrams and UI mockups.

Main features:

    Intuitive and quick drawing of diagrams
    All UML 2.4 diagrams
    Flowcharts, Data Flow Diagrams, Entity Relationship Diagram (Crow Foot/Chen), CRC Cards, User Interface, Hierarchical Task Analysis, Entity Life History, Robustness Diagram, Concurrency Diagram, Venn Diagram, Mind Map, JSD diagrams
    Styling
    Print - batch printing, multiple pages per diagram
    Export diagrams to various image formats (BMP, PNG, JPG, GIF, TIFF, SVG, WMF, EMF) and PDF


Officially supports GNU/Linux via Mono.

Note: paid versions with additional features are also available.

License:    Free for non-commercial use

Changelog

    New Feature and Improvements:

    Added new Protect password settings for connection strings (Connection String Manager)
    New setting Autosave connection strings
    New setting Always prompt at startup for Software Ideas Server credentials input
    New setting for custom base data path for Portable edition
    Added support for displaying tagged values of ERD entities in the diagram
    Added Info tab to Software Ideas Server Management console

    Fixed Bugs:

    Fixed working under Only Server connection setting
    Fixed choosing a specific folder (a folder without any other files but with other nested folders) as a saving target in Server Repository Browser
    Fixed ribbon font on some system configurations
    Fixed application crash when editing user rights in Software Ideas Server Management console
    Fixed server synchronization problem for specific changes
    Fixed server synchronization problem after importing diagrams from another project

[close]

http://www.softwareideas.net/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Vagrant 2.2.18
« Antwort #1029 am: 28 Juli, 2021, 07:34 »
Vagrant fasst alles, was Entwickler benötigen, in einer virtuellen Entwicklungsumgebung zusammen, was Entwicklern das Leben deutlich vereinfachen soll. Webentwickler müssen beispielsweise keine Infrastrukturkomponenten mehr einrichten oder sich um Abhängigkeiten Gedanken machen.

Das von Mitchell Hashimoto und John Bender 2010 initiierte Projekt Vagrant macht die Zusammenstellung virtueller Maschinen für Entwickler deutlich einfacher. Mit wenigen Handgriffen lassen sich virtuelle Maschinen mit allen benötigten Komponenten erstellen, die dann das gesamte Team nutzen kann, so dass alle mit exakt den gleichen Bibliotheken und Infrastrukturkomponenten in identischen Versionen arbeiten.

Vagrant basiert auf Oracles freier Virtualisierungslösung Virtualbox und nutzt Chef und Puppet, um die virtuellen Maschinen einzurichten. Gesteuert wird das Ganze über sogenannte Vagrantfiles.

Vagrant läuft unter Windows, Linux und Mac OS X, die eigentliche Entwicklungsumgebung wurde unter Ubuntu Linux umgesetzt. Es stehen aber auch sogenannte Basisboxen mit Arch Linux, Debian, Fedora, FreeBSD, Gentoo, Redhat, Solaris und Suse bereit.

Changelog

    Core: Fix of plugin manager kwargs [GH-12452]
    Providers/docker: Pass in docker command opts as a map [GH-12449]
    Providers/hyperv: Fix network address detection [GH-12472]

[close]

Download: https://releases.hashicorp.com/vagrant/2.2.17/

http://www.vagrantup.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Godot Engine 3.4 Beta 2
« Antwort #1030 am: 01 August, 2021, 18:40 »
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

Open Source

Release Notes -> https://godotengine.org/article/dev-snapshot-godot-3-4-beta-2

https://www.godotengine.org/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alacritty 0.9.0 RC 5
« Antwort #1031 am: 02 August, 2021, 08:59 »
Whats new:>>

    Fixed:

    Broken bitmap font rendering with FreeType 2.11+
    Crash with non-utf8 font paths on Linux
    Newly installed fonts not rendering until Alacritty restart

https://github.com/alacritty/alacritty

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 12.94
« Antwort #1032 am: 04 August, 2021, 10:20 »
Whats new:>>

    Fixed auto-size of ERD entity with displayed tagged values
    Fixed synchronizing independent copies of elements
    Fixed loading settings from the config file for Software Ideas Server
    Fixed binding user profile and settings

http://www.softwareideas.net/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alacritty 0.9.0 Final
« Antwort #1033 am: 04 August, 2021, 11:50 »
Changelog

    Packaging:

    Minimum Rust version has been bumped to 1.46.0

    Added:

    Support for ipfs/ipns URLs
    Mode field for regex hint bindings

    Fixed:

    Regression in rendering performance with dense grids since 0.6.0
    Crash/Freezes with partially visible fullwidth characters due to alt screen resize
    Incorrect vi cursor position after invoking ScrollPage* action
    Slow PTY read performance with extremely dense grids
    Crash when resizing during vi mode
    Unintentional text selection range change after leaving vi mode
    Deadlock on Windows during high frequency output
    Search without vi mode not starting at the correct location when scrolled into history
    Crash when starting a vi mode search from the bottommost line
    Original scroll position not restored after canceling search
    Clipboard copy skipping non-empty cells when encountering an interrupted tab character
    Vi mode cursor moving downward when scrolled in history with active output
    Crash when moving fullwidth characters off the side of the terminal in insert mode
    Broken bitmap font rendering with FreeType 2.11+
    Crash with non-utf8 font paths on Linux
    Newly installed fonts not rendering until Alacritty restart

[close]

https://github.com/alacritty/alacritty

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 8.3.28-1 Dev
« Antwort #1034 am: 04 August, 2021, 19:10 »
SWI-Prolog offers a comprehensive Free Software Prolog environment. Prolog is a general purpose logic programming language often used for artificial intelligence and computational linguistics.

it's open source and completely free.

Whats new:>>

    DOC: absolute_file_name/2. Issue#871
    MODIFIED: absolute_file_name/3 to return directories if the requested access is none and no file type is specified as regular or directory.

www.swi-prolog.org/

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 )