Freeplane 歷史版本列表
Freeplane 是一個免費和開源的軟件應用程序,支持思想,分享信息,並在工作中,在學校和家裡完成的事情。該軟件可以用於思維導圖和分析心靈地圖中包含的信息。 Freeplane 在安裝了 Java 的當前版本的任何操作系統上運行。它可以運行在本地或可移動存儲,如 USB 驅動器。Freeplane 產品特點: 注意與可自由定位,不連接的節點(貼吧); 將想法(節點)排序成由線(邊)連接的層次結構... Freeplane 軟體介紹更新時間:2020-09-10
更新細節:
What's new in this version:
New features:
- Added the ability to hide unwanted apps and games
- Added a network test to determine if your Internet connection is blocking Moonlight
- Added the option to swap mouse buttons
- Added codec and resolution to the on-screen performance stats
- Added a warning if the connection is too unstable to receive any complete video frames
- Added a Discord link to the toolbar in settings
- Enabled the new EGL renderer by default on Linux
Bugfixes:
- Fixed streaming over networks that block QoS-tagged packets
- Selecting a frame rate higher than 60 FPS no longer sets the host desktop to 720p
- Right-side modifier keys no longer press the corresponding left-side keys too
- Fixed mouse position never reaching the edge of the screen with certain desktop resolutions
- Improved synchronization between host and client mouse cursor in remote desktop mouse mode
- Improved performance on Wi-Fi on Windows by changing the wireless adapter to media streaming mode
- Cached box art is now deleted when the PC is removed from Moonlight
- Caps Lock button now toggles as expected on macOS
- Number pad arrow keys work properly with NumLock off on Windows
- Mouse buttons are now swapped properly in Moonlight if they are swapped in Windows
- Fixed several CLI options not properly overriding GUI options
- Updated included gamepad mappings
- Updated to Qt 5.15.1
更新時間:2020-09-10
更新細節:
What's new in this version:
New features:
- Added the ability to hide unwanted apps and games
- Added a network test to determine if your Internet connection is blocking Moonlight
- Added the option to swap mouse buttons
- Added codec and resolution to the on-screen performance stats
- Added a warning if the connection is too unstable to receive any complete video frames
- Added a Discord link to the toolbar in settings
- Enabled the new EGL renderer by default on Linux
Bugfixes:
- Fixed streaming over networks that block QoS-tagged packets
- Selecting a frame rate higher than 60 FPS no longer sets the host desktop to 720p
- Right-side modifier keys no longer press the corresponding left-side keys too
- Fixed mouse position never reaching the edge of the screen with certain desktop resolutions
- Improved synchronization between host and client mouse cursor in remote desktop mouse mode
- Improved performance on Wi-Fi on Windows by changing the wireless adapter to media streaming mode
- Cached box art is now deleted when the PC is removed from Moonlight
- Caps Lock button now toggles as expected on macOS
- Number pad arrow keys work properly with NumLock off on Windows
- Mouse buttons are now swapped properly in Moonlight if they are swapped in Windows
- Fixed several CLI options not properly overriding GUI options
- Updated included gamepad mappings
- Updated to Qt 5.15.1
更新時間:2020-09-08
更新細節:
What's new in this version:
- Fix error when a base folder gets deleted
- Linux: Add completions command for bash/zsh/fish shell autocompletion
更新時間:2020-09-05
更新細節:
更新時間:2020-09-02
更新細節:
What's new in this version:
- Search in menus and preferences
- Remove emoji icons from menus and toolbar by user preference
- Cache compiled scripts
- Improve map scrolling after editing
更新時間:2020-08-31
更新細節:
What's new in this version:
- Fix ctrl+tab switch
更新時間:2020-08-31
更新細節:
What's new in this version:
- Simplified database structure view was added
- Database maintenance tools can be saved as tasks now
- Table and schema size statistics were added in the database navigator
- Import from multiple CSV files was added. Files can be imported into new or existing tables
- Many problems with UI freeze on disconnect or query cancel were fixed
- Database navigator rendering was redesigned
- A number of problems with keyboard shortcuts were fixed
- Git integration was improved: now we show file status in the Project Explorer view
- New database drivers were added: YugabyteDB and SQreamDB
- Problem with database list load was fixed (PostgreSQL, Redshift, MySQL, Oracle, SQL Server)
- Metadata editor: edit property form rendering was improved (non-applicable fields are hidden)
- Performance for table statistics reading was improved
Data viewer:
- Column ordering was fixed (for custom SQL queries)
- UUID transform: version 2 support was added
- Default database name and default user name were added for many database drivers
- Data export: custom data type formatting support was fixed
PostgreSQL:
- Cursor fetch was fixed
- Native client was upgraded to version 12
- Table OID support was fixed (PG 12)
- PgPass parser was improved (support for escaped characters was added)
Oracle:
- Materialized view comment editor was fixed
- View definition reading was fixed (for non-DBA users)
- Table reading now uses DBA views (optional)
- Profile resources metadata reading was fixed
- MariaDB/MySQL: table column resolving was fixed
- CockroachDB: connectivity problem was fixed
Greenplum:
- Metadata search was fixed (for procedures)
- Table metadata reading was fixed
- Dark theme support was improved (tab folders, toolbars)
- A large number of minor UI bugfixes
更新時間:2020-08-26
更新細節:
What's new in this version:
- Prevent deletions due to fluctuating network/external drives
- Linux: Fix install scripts for installers
- Linux: Improve checks for whether Insync is running
- Fix handling of insufficientFilePermissions error for Drive items
更新時間:2020-08-18
更新細節:
What's new in this version:
Features:
- Introduce preliminary support for Python 3.9
- Add Editor > Space Indicator Size preference for the size of the indicator used for space characters when white space is shown on the editor
Bug Fixes:
- Fix installing individually named packages with a version specifier from the New Project dialog
- Avoid scrolling editors in other splits when multiple splits are open for a file
- Fix using the space bar to toggle checkboxes in refactoring lists
- Fix end-of-block command when starting from a def <name>(): line
- Start in the correct location when using New items in the project context menu and the Files > Default Directory Policy preference is using the current focus
- Use the correct default text encoding for .json and .tex files
- Fix using Anaconda when it is the default Python in the Terminal on macOS
- Move the Debugger > Advanced > Auto-show Run Args Dialog preference to Debugger > Show Debug Environment Dialog and make it work for named entry points
- Avoid failure to display the value of some data types in the debugger
- Show operators in Python code in documentation also in the Black Background color palette
更新時間:2020-08-17
更新細節:
What's new in this version:
Data transfer:
- Import from multiple CSV files was added
- Import from files into new tables
- Data import preview dialog was added
- Target table create/alter DDL now supports database-specific options
- Virtual columns are ignored in SQL INSERTs export
- Problem with data transfer wizard and Darkest Dark theme was fixed
- Problem with timestamp format for CSV/XLSX export was fixed
- Case sensitive table/column names resolution was fixed
Database navigator:
- Statistics render was fixed for MacOS and Linux
- Database size statistics was added for PostgreSQL, MySQL, SQL Server, DB2
Team work:
- Problem with empty Git Repositories view was fixed
- Git integration was added in project navigator view
PostgreSQL:
- Native client version was upgraded to version 12 (Windows)
- Check constraints read was fixed (PG 12+)
- SQL results limit was fixed (for queries with LIMIT/OFFSET/FETCH clauses)
- Object DDL generator was improved (comments, permissions)
- Support of case insensitive full-text search was added
- Table partitions statistics was added
Oracle:
- TNS names search was fixed
- Connection info was fixed for TNS/custom URL connections
- Variables are now supported in custom JDBC URL
-
MysQL:
- Problem with check constraints read was fixed
- Table copy was fixed (bug with redundant indexes was resolved)
- Redshift: problem with read-only resultsets was fixed
- Snowflake: SQL dialect support was fixed ($$ comments)
- A large number of minor UI improvements and bugfixes