GeoGebra 歷史版本列表
GeoGebra 是動態的數學軟件為各級教育,幾何,代數,電子表格,圖形,統計和微積分在一個簡單易用的軟件包中匯集在一起。 GeoGebra 是幾乎每個國家的數百萬用戶迅速擴大的社區。 GeoGebra 已成為全球領先的動態數學軟件提供商,支持科學,技術,工程和數學(STEM)教育和創新教學和學習。把世界上領先的動態數學軟件和教材交到學生和老師手中!GeoGebra 簡介: 圖形,代數和表格相連,... GeoGebra 軟體介紹更新時間:2019-10-31
更新細節:
What's new in this version:
- Improved performance when printing documents with a large number of pages
- Characters in vertical writing are now drawn in the correct orientation in accordance with the Unicode 12.1.0 standard
- Fixed a bug that caused extraneous black rectangles to appear in the page image
- Fixed a bug that sometimes caused unusually large output when scrolling through the page display
- Fixed redraw problems involving rotated text notes
- Fixed a crash that sometimes happened when snapshotted content is detached or moved (Pro only)
更新時間:2019-10-30
更新細節:
What's new in this version:
- Added new <removed> tag support to Add(7)
- Fixed 'Import Rename-Pairs' issue with some ANSI and UTF-8 text files
更新時間:2019-10-29
更新細節:
What's new in this version:
- Fixed bugs
更新時間:2019-10-25
更新細節:
What's new in this version:
Fixes:
- Prevent ulimited duplication of changes after signing out and signing in
更新時間:2019-10-23
更新細節:
What's new in this version:
- Recommended bug fix release
更新時間:2019-10-23
更新細節:
What's new in this version:
Changes:
- deps: fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x
- esm: changed file extension resolution order of --es-module-specifier-resolution=node to match that of the CommonJS loader
更新時間:2019-10-22
更新細節:
What's new in this version:
Enhancements:
- Open new note automatically upon creation
- Updated colors to use Color Studio, the color palette for Automattic products
Fixes:
- Hovering over a clickable or editable UI element now show the correct cursor for its type
- Fixes vertical spacing with nested markdown lists
- Fixes sort order on revision slider when the timestamps don't match the change sequence
- Prevents note corruption when receiving remote updates when local updates are pending
Other changes:
- Renamed CHANGELOG.md to RELEASE-NOTES.txt
- Added tests to Checkbox component
- Added a GitHub Action to deploy develop and master branches
- Stopped aborting development builds on eslint errors
更新時間:2019-10-22
更新細節:
What's new in this version:
- This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022
Notable changes:
- Npm was updated to 6.12.0. It now includes a version of `node-gyp` that supports Python 3 for building native modules
更新時間:2019-10-20
更新細節:
What's new in this version:
- One big new feature in this version is configurable canvas shortcuts. This allows you to change the shortcut keys for canvas related actions (e.g. scrolling, rotating and color picker mode.) This, unfortunately, meant changing one existing shortcut: pressing the space bar now acts the same as pressing the middle mouse button. This might conflict with your existing muscle memory, but the shortcuts are now fully consistent
- When holding down modifier keys, the mouse cursor is now updated to indicate the active mode: zoom, rotate, color pick or layer pick
- Another big change is improved brush preview and editing. A new visual style is now used to better indicate the effect of the current blending mode. The "watercolor mode" button has been removed, instead smudging is now always available for all brush shapes
- There is also a change in the way brush presets are stored internally. Rather than the settings file or the registry, presets are stored as individual files. This should make it less likely that the presets disappear seemingly with no reason, and it also makes it possible to back up and copy them.
- One more big UI change is a new drag handle style for selections. Instead of having to use keyboard shortcuts to rotate a selection, clicking on the selection now switches the handles between scaling and rotation/skew mode
Bugs fixed:
- Fixed lockup when opening a layered TIFF file
- Fixed responsivity of tool quick adjustment by dragging
- Server: session files are now named consistently
- Fixed crash when using large-radius color picker near the edge of the canvas
Other changes:
- Added Italian translation (contributed by Albano Battistella)
- The same default curve is now used for velocity pressure emulation mode
- drawpile-cmd: added support for outputting to stdout
- The same default curve is now used for velocity pressure emulation mode
更新時間:2019-10-13
更新細節:
What's new in this version:
Notable changes:
build:
- Add `--force-context-aware` flag to prevent usage of native node addons that aren't context aware
deprecations:
- Add documentation-only deprecation for `process._tickCallback()`
esm:
- Using JSON modules is experimental again
fs:
- Introduce `opendir()` and `fs.Dir` to iterate through directories
process:
- Add source-map support to stack traces by using `--source-map-support` #29564
tls:
- Honor `pauseOnConnect` option
- Add option for private keys for OpenSSL engines