Mindomo Desktop (64-bit) 歷史版本列表 Page30

最新版本 KLayout 0.28.17 (64-bit)

Mindomo Desktop (64-bit) 歷史版本列表

Mindomo Desktop  64 位是 Windows PC 的免費思維導圖軟件,它獨特地將離線工作與在線編輯和協作相結合。一個易於使用,獨立的思維導圖軟件,具有高度多樣化的功能。如果您正在尋找完整的思維導圖體驗,Mindomo Desktop 還涵蓋了在線和移動同步。免費思維導圖軟件,可以讓您在本地創建思維導圖和概念圖,並在線上傳以便於共享:Mindomo Desktop&nbs... Mindomo Desktop (64-bit) 軟體介紹


Mindomo Desktop 9.5.6 (64-bit) 查看版本資訊

更新時間:2021-03-11
更新細節:

What's new in this version:

- Improved PNG export resolution

exe4j 8.0.0 查看版本資訊

更新時間:2021-03-11
更新細節:

What's new in this version:

New features:
- Added support for non-OpenJDK Java launchers
- Added a --fail-on-warning command line option for the compiler as well as corresponding properties for Gradle and Ant tasks
- 64-bit install4j launchers now prefer the server JVM on Windows. This fixes problems with recent AdoptOpenJDK Java 11 releases that contain a client VM.
- Using ~ for the home directory is now supported for the redirection files
- The minimum runtime Java version is now 1.8, the exe4j compiler and wizard need a Java 11 JRE

Fixed:
- Could not use absolute locations for the JRE search sequence when the build was not performed on Windows
- An empty JRE search sequence was reverted to the default after opening the project again

ManicTime 4.6.12.0 查看版本資訊

更新時間:2021-03-11
更新細節:

What's new in this version:

- Fixed: ManicTime crashed if there was a tag "."

Mindomo Desktop 9.5.5 (64-bit) 查看版本資訊

更新時間:2021-02-24
更新細節:

What's new in this version:

- Added Ghost User functionality
- This is an inactive user, linked to your account and can be used only for planning purposes, without being linked to an e-mail address

TeamViewer Meeting 15.15.3 查看版本資訊

更新時間:2021-02-23
更新細節:

install4j 9.0 查看版本資訊

更新時間:2021-02-19
更新細節:

What's new in this version:

New features:
- Cross-platform Look & Feel with dark mode
- Auto-detection of dark mode and automatic switching between light and dark mode
- Added a "Dark mode switcher" form component that can also be used in styles
- Support for IntelliJ UI themes
- Added support for custom look & feels with look and feel handlers in custom code
- Added Amazon Corretto and Azul Zulu JDK providers
- Universal binaries architecture selection in the "Installation options" step of the macOS media wizards. Launchers then work with both x64 and aarch64 (Apple Silicon) architectures.
- Universal JRE bundle generation on macOS. If the Universal binaries architecture is selected, the generated JRE bundle will include universal binaries for both x64 and aarch64 if the selected JDK release contains those architectures.
- JRE bundling is now the default for new projects. The default JDK is set to the latest AdoptOpenJDK release in the LTS series at the time of the install4j release.
- The Java project version is now primarily taken from the selected JDK. Minimum and maximum versions can be overridden in the "Search sequence" step.
- Added support for using the latest JDK release in a selected major release with the syntax 11/latest or by selecting the major release folder node in the JDK release dialog
- Added a "Show all modules" button on the JRE bundles step to inspect all modules provided by the selected JDK. The "Show included modules" buttons continues to show only those modules that will be included in the JRE bundle.
- Use the selected JDK for the script editor and script compilation with automatic configuration of the Javadoc URL
- Introduced sharing IDs for shared JREs to limit the scope of sharing. In this context the installation directories for shared JREs have changed.
- Show a warning count at the end of the build with a hint on how to disable selected warnings
- In verbose mode, show warning suppression hints after each warning with hyperlinks to add the corresponding compiler variables
- Added a --fail-on-warning command line option for the compiler as well as corresponding properties for Gradle, Maven, and Ant tasks
- Script compilation warnings are now printed during the build
- Added a Maven plugin with the same functionality as the Gradle plugin
- The "hello" sample project now has a Maven POM that shows how to work with the Maven plugin
- Configurable setup application for macOS single bundle archives
- Configurable post-installation and pre-uninstallation applications for Linux RPM and DEB archives
- Request privileges" action: Added support for Linux
- Search for IDs, names, property values and comments in the Screens & Actions view, form component dialogs and styles
- The file mode of additional top-level files in DMGs on the "Installer options->DMG files and options" step in the macOS media wizards can now be overridden
- Added an "Extracted archive" entry type for additional top-level files in DMGs on the "Installer options->DMG files and options" step in the macOS media wizards
- Gradle plugin: Added a CreateBundle task to pre-create JRE bundles from installed JREs
- Separate JDK providers for AdoptOpenJDK with HotSpot and OpenJ9
- MacOS code signing: Added a field for directories that should be excluded for macOS code signing, such as pre-signed application bundles
- Added an option to preserve internal symlinks for non-Windows media files on the Files->File Options step
- Request privileges" action: Implemented encrypted communication between the installer application and its elevated helper process
- Install a service action": Added the "Restart after milliseconds", "Maximum number of restarts" and "Reset failure count after seconds" properties to control the restart behaviour of execution failures. These are child properties of the "Restart on Failure" property
- Optional display of alerts in unattended mode with progress dialog. This new mode can be activated with the "Show alerts" property for installer applications or the -alerts command line parameter.
- The Unix default directory mode is now used for manual directory entries in the distribution tree and can be overridden when editing a manual directory entry
- Custom installer applications: Added a "Create executable" property to prevent the creation of executables. In this case, the custom installer application can only be launched through the ApplicationLauncher API and launcher integrations.
- Write timestamps to the build log after build has finished and to the installation log before the installer exits.
- Installation type" screen: Descriptions of installation type descriptions can now be shown in console mode
- When a file that is already present in the distribution tree is overwritten by another entry, a warning is printed at build time
- Using ~ for the home directory is now supported for launcher redirection files
- Install4j config files, JRE caches and pre-created JRE bundles are now stored in platform specific directories
- The custom base directory for installer media files now supports installer variables, making it easier to install into locations like ${installer:sys.localAppdataDir}.
- Check project errors when saving, offering an option to save anyway
- JDBC actions: Added a "Log warnings" property
- Register Add/Remove item": Show installation size in "Apps & Features"

API changes:
- The callback in ApplicationLauncher.launchApplication/launchApplicationInProcess can now override Callback#createProgressListener to receive all progress information
- Added com.install4j.api.UiUtil to help with the look and feel, for example to find out if the desktop or the installer application is in dark mode
- Added com.install4j.api.laf.LookAndFeelEnhancer to help with custom UI creation. The singleton instance is available from UiUtil.getLookAndFeelEnhancer().
- Added com.install4j.api.laf.LookAndFeelHandler to integrate custom look and feels
- Added com.install4j.api.windows.SpecialFolder#LOCAL_APPDATA_LOW/PROGRAM_FILES/PROGRAM_FILES_COMMON
- Added com.install4j.api.Util#isArchive to check whether the installation is an archive media file
- Added FormComponentBeanInfo#setHideVisibilityScript to hide the visibility script configuration for form components that manage their own visibility
- Added com.install4j.api.contextProgressInterface#isUnattendedProgressDialog and ProgressInterface#isAlertsShown to detect the unattended mode with progress dialog and whether alerts are shown or not in that mode
- Com.install4j.api.windows.WinRegistry could not read or write QWORD values

Fixed:
- Install files" action: Removed "Update bundled JRE" property. Deselecting this property had the potential to create problems during updates, especially if the minimum Java version number changed
- HTTP request" action: The installer variables configured with the "Variable name for response code" and "Variable name for response headers" properties were not set if the HTTP request failed.
- Execute launcher" action: The launcher was always executed without elevation, even if the "Action elevation type" was set to elevate privileges.
- Ant task: disableNotarization attribute did not work
- The --add-modules option of the createbundle application did not support comma-separated lists of modules as claimed by the documentation
- New frames were not opened on the same monitor as the last active frame
- Installer applications now set the system property jdk.lang.Process.allowAmbiguousCommands=false to avoid cmd.exe injections. In unattended mode as well as in console mode, installers already behaved this way in previous versions.
- Pressing Ctrl+C did not work correctly when questions were asked while running an action
- Fail if the timestamp server returns an HTTP error code
- Unix launchers could fail when they were started repeatedly in quick succession

Megacubo 16.1.0 (64-bit) 查看版本資訊

更新時間:2021-02-17
更新細節:

What's new in this version:

- Minor performance improvements and bugfixes
- Added touch vibrate for Android
- Added a progress bar on splash screen
- Removed torrent support to reduce the size, I haven't seen users using this feature (it can be added back on the future, if requested)
- Removed some more modules to reduce size
- FFMPEG setup improved
- Bitrate checking improved
- Added restart app option to the exit dialog

Mindomo Desktop 9.5.4 (64-bit) 查看版本資訊

更新時間:2021-02-15
更新細節:

What's new in this version:

Added:
- option to export filtered topics to .pdf, .docx, .txt, .opml, .mpx, .xml, .png, .xls, .md
- option to make a copy of the map showing only filtered content

DBeaver 7.3.5 查看版本資訊

更新時間:2021-02-15
更新細節:

What's new in this version:

Data viewer:
- Advanced paste was fixed (multiple row paste)

SQL editor:
- SQL script toolbar was redesigned
- Omit empty results tab for new editor
- Copy as source code was fixed
- Auto-completion disable was fixed
- Query cancel UI was fixed (force cancel confirmation was removed)

Data transfer:
- Export in TXT format: max column length detection was improved
- Import from CSV format: column length detection was improved
- Database to database transfer: tables order now depends on existing foreign keys
- Manual tables reorder support was added
- Bug with binary columns + copy to clipboard was fixed
- Table/column mapping type selector was fixed
- Driver editor dialog was redesigned

Clickhouse:
- Driver download was fixed
- Table column comments support was added
- Redshift: driver version was updated ("session is read-only" issue was resolved)
- MariaDB: sequences support was added

MySQL:
- JSON columns copy was fixed
- mysqldump parameters are set according to the client version
- SQLite: column delete script was fixed

PostgreSQL:
- Data types cache read was improved
- Cross-schema type resolution was fixed
- Database settings navigator was added
- Column options were added for foreign tables
- Google Cloud PostgreSQL driver was added (thanks to @olavloite)
- SQL Server: jTDS driver support was fixed (problem with schema list load)
- Exasol: grants refresh was fixed
- Ubuntu PPA update was resolved
- New tips of the day were added
- All application jars are signed with DBeaver code sign certificate
- Many minor UI bugs were fixed

Mindomo Desktop 9.5.3 (64-bit) 查看版本資訊

更新時間:2021-02-13
更新細節:

What's new in this version:

- Added new topic shapes: Curly, Letter, Stack