Freeplane

最新版本 Gradle 6.1

Gradle 6.1

Gradle 6.1
Freeplane 是一個免費和開源的軟件應用程序,支持思想,分享信息,並在工作中,在學校和家裡完成的事情。該軟件可以用於思維導圖和分析心靈地圖中包含的信息。 Freeplane 在安裝了 Java 的當前版本的任何操作系統上運行。它可以運行在本地或可移動存儲,如 USB 驅動器。

Freeplane 產品特點:
注意與可自由定位,不連接的節點(貼吧); 將想法(節點)排序成由線(邊)連接的層次結構; 用元數據(屬性)和样式類型(系統樣式,用戶定義樣式,級別樣式)對節點進行分類; 用可視容器(雲)和 accolade(摘要節點)對節點進行分組; 連接節點與動態鏈接,空閒線(連接器)和標籤; 根據層級和內容(條件樣式,自動邊緣顏色,水平樣式)自動設置樣式節點(包括氣泡,顏色,邊緣類型等); 內容(文本,科學公式,計算,圖標,圖像和超鏈接)和演示區域(核心,細節,註釋,屬性,圖像和工具提示)通過隱藏內容(折疊分支,過濾,滾動細節和在工具提示中隱藏擴展)來改變視圖,查找,滾動和導航; 任務與日曆和提醒; 使用 DES 加密對整個地圖和單個節點進行密碼保護; 易於使用內聯和對話框編輯器,面向對象的主菜單,上下文菜單,多語言支持,拼寫檢查器,屬性面板,拖放拖放功能,熱鍵,用於批量執行的選項,發布,共享和可選偏好; 即使沒有精確匹配(例如“setup”=“set up”或“flie”=“file”),也可以在文本中查找搜索詞。在節點底下支持 LaTeX 公式通過附加組件和自製腳本輕鬆擴展功能; 與 Docear 學術文獻套裝整合; 通過 Wiki 和論壇提供廣泛的支持; 並以思維導圖的形式提供教程和文檔。注意:Freeplane 可以在任何安裝了 Java 運行時環境的操作系統上運行。

也可用:下載 Freeplane 為 Mac

ScreenShot

軟體資訊
檔案版本 Gradle 6.1

檔案名稱 gradle-6.1-all.zip
檔案大小 132 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Freeplane Team
官網 http://www.freeplane.org
更新日期 2020-01-16
更新日誌

What's new in this version:

Improvements for plugin authors:
- Finalize property value only when the value is queried
- In previous Gradle releases, certain Gradle types, such as Property or ConfigurableFileCollection, provided a finalizeValue() method that eagerly calculated the final value for a property and prevented further changes
- When a task starts running, Gradle automatically finalizes task properties of these types, so that the same value is seen by the task's actions and Gradle's build caching/up-to-date checks. This also avoids calculating the property value multiple times, which can sometimes be expensive. Plugins can also use finalizeValue() to finalize other properties, such as a property of a project extension, just prior to querying the value.
- In this release, these types gain a new finalizeValueOnRead() method. This method is similar to finalizeValue(), except that the final value is calculated when the value is queried rather than immediately. Plugins can use this method when a property value may be expensive to calculate or when the value may not have been configured to ensure that all consumers of the property see the same, final, value from that point onwards.
- Please see the user manual for more details

New managed property types:
- Gradle 5.5 introduced the concept of a managed property for tasks and other types, where Gradle provides an implementation of the getter and setter for an abstract property defined on a task, project extension, or other custom type. This simplifies plugin implementations by removing a bunch of boilerplate.
In this release, it is possible for a task or other custom type to have an abstract read-only property of type DomainObjectSet<T>.
- Please see the user manual for more details.

New factory methods:
The ObjectFactory type, which plugins and other custom types use to create instances of various useful types, has several new factory methods to create certain Gradle types that could only be created using internal APIs in previous releases:
- The polymorphicDomainObjectContainer() method to create ExtensiblePolymorphicDomainObjectContainer<T> instances
- The namedDomainObjectSet() method to create NamedDomainObjectSet<T> instances
- The namedDomainObjectList() method to create NamedDomainObjectList<T> instances

Improvements for Gradle tooling providers:
- Tooling API: TestLauncher can run specific Test task tests
- The TestLauncher interface in the Tooling API could already launch tests by specifying the name of the test classes or methods; however, if there are multiple Test tasks, then all Test tasks would be executed.
- For IDEs, developers usually want to execute only one task at a time. Gradle 6.1 introduces a new API to execute tests with specific Test task using the withTaskAndTestClasses() and withTaskAndTestMethods() methods.

Gradle 6.1 相關參考資料
Gradle 6.0-rc-1 Release Notes - Gradle User Manual

Java 6 and 7 can still be used for compilation and forked test execution. Just like Gradle 5.x, any supported version of Java can be used for compile or test.

https://docs.gradle.org

Gradle 6.1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1. This release supports a relocatable dependency cache, makes compilation order between Java, Groovy and&nbsp;...

https://docs.gradle.org

Gradle 6.1-milestone-1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-milestone-1. This release features 1, 2, ... n, and more. We would like to thank the following community&nbsp;...

https://docs.gradle.org

Gradle 6.1-milestone-3 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-milestone-3. This release features 1, 2, ... n, and more. We would like to thank the following community&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-1 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-rc-1. This release supports a relocatable dependency cache, makes compilation order between Java,&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-2 Release Notes - Gradle User Manual

The Gradle team is excited to announce Gradle 6.1-rc-2. This release supports a relocatable dependency cache, makes compilation order between Java,&nbsp;...

https://docs.gradle.org

Gradle 6.1-rc-3 Release Notes - Gradle User Manual

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.1-rc-3. For Java, Groovy&nbsp;...

https://docs.gradle.org

Installation - Gradle

Installation. The current Gradle release is 6.1. You can download binaries and view docs for all Gradle versions from the releases page. Prerequisites; Additional&nbsp;...

https://gradle.org

Version 6.1 - Gradle User Manual

Run gradle wrapper --gradle-version 6.1 to update the project to 6.1. ... For Gradle 6, usage of the build scan plugin must be replaced with the Gradle Enterprise&nbsp;...

https://docs.gradle.org

What's new in Gradle 6.0 - Gradle

New features in Gradle 6.0 since version 5.0. Plugin development, dependency management, Groovy incremental compilation.

https://gradle.org