GeoGebra 歷史版本列表
GeoGebra 是動態的數學軟件為各級教育,幾何,代數,電子表格,圖形,統計和微積分在一個簡單易用的軟件包中匯集在一起。 GeoGebra 是幾乎每個國家的數百萬用戶迅速擴大的社區。 GeoGebra 已成為全球領先的動態數學軟件提供商,支持科學,技術,工程和數學(STEM)教育和創新教學和學習。把世界上領先的動態數學軟件和教材交到學生和老師手中!GeoGebra 簡介: 圖形,代數和表格相連,... GeoGebra 軟體介紹更新時間:2019-11-22
更新細節:
What's new in this version:
- Elastic: Change HTML editor widget to improve form flow
- Elastic: Fix position of mobile floating action button
- Managesieve: Fix locked UI after opening filter frame
- Fix PHP warning: "array_merge(): Expected parameter 2 to be an array, null given in sendmail.inc
- Fix bug where cache keys could exceed length limit specified in db schema
- Fix invalid Signature button state after escaping Mailvelope mode
- Fix so 401 error is returned only on failed logon requests
- Fix db_prefix handling in queries with TRUNCATE TABLE <name> and UNIQUE <name>
- Fix so update.sh script warns about changed defaults
- Fix tables listing routine when DSN contained a database with unsupported suffix
- Fix so Elastic is also a default in jqueryui plugin
- Fix bug where the Installer would not warn about required schema upgrade
更新時間:2019-11-19
更新細節:
What's new in this version:
New and improved:
– Now you can set your LinkedIn Live broadcasts to be visible only to your first-degree connections. Like if you don’t want your boss’s boss to see your live stream. Now you can do that.
– We now correctly enable Wirecast Live captions in a YouTube event when setting that event to auto start
Fixes:
– If you tried to use Osprey 825e capture cards with Wirecast 13, you may have noticed they weren’t working very well, or at all. Try again – we think you’ll be pleasantly surprised
– Sometimes good intentions backfire. A fix we made in 13.0.1 caused a crash when trying to load a saved Wirecast document with chroma key. It’s better now.
– Fixed an issue where changes made to Color Space or Dynamic Range for a video source were not, in the strictest of terms, accurate
– Fixed an error that caused audio to sometimes not play through the monitor unless the Mix Minus button was toggled, which one would not naturally think to do
– Fixed a miscellaneous issue with a miscellaneous solution for streaming with Wirecast Restreaming to certain destinations
更新時間:2019-11-17
更新細節:
What's new in this version:
- Fixed dab spacing in default brush presets
- Fixed that selecting a brush preset could change the eraser slot into a non-erasing mode
- Fixed brush preset reordering by drag&drop
- Fixed that pressing spacebar while drawing would cause strange input handling behavior
- Bugfix: don't allow pasting by drag&drop if cut&paste is disabled
更新時間:2019-11-16
更新細節:
What's new in this version:
- The “Always save to a unique file name” setting now works correctly when the “Do not show dialog” option is checked
- The “Always save to a unique file name” setting now works correctly with UNC paths
更新時間:2019-11-10
更新細節:
What's new in this version:
New features:
- Email Resent (Bounce) feature
- Improved Mailvelope integration
- Support for Redis and Memcached cache
- Support for SMTPUTF8 and GSSAPI
更新時間:2019-11-06
更新細節:
What's new in this version:
Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior
crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one
dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6
fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory
meta:
- Added Chengzhong Wu to collaborators
Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js
更新時間:2019-11-05
更新細節:
What's new in this version:
- fixed a redraw bug that sometimes happened when jobs were deleted while the page display was zoomed
- fixed a bug that sometimes caused selected notes to be drawn with incorrect grab handles
- embedded FP notes containing text that originally came from Adobe Acrobat now preserve the original font face name whenever possible
更新時間:2019-11-03
更新細節:
What's new in this version:
- Major code changes
- Fixed: Playback issues and Exact Copy to Dual Layer Discs, on movies like "John Wick - Chapter 3"
- Updated for new movies (CPRx version 1334)
更新時間:2019-11-03
更新細節:
更新時間:2019-11-01
更新細節:
What's new in this version:
- On Windows, smooth transitions between two shots that contain the same source is working again, after briefly trying to break free and take over the world.
- Main Shot Layers now remember their sizes when a saved document is reopened. A little Ginkgo Biloba did the trick.
- Also fixed was Wirecast’s ability to remember the Controller selected in Preferences.
- Recorded audio from Rendezvous guests was sometimes having dropouts or was garbled. Yo..cn ..ear..t.agn now.
- When an input format changes to a Magewell capture card, the audio will no longer stop working from that device.
- The YouTube’s Create Event Menu now correctly shows the dark mode color scheme. Handy for when you actually want to see the text.
- Sources from BlackMagic capture cards that don’t support automatic format detection were not being found when upgrading to version 13. We found them and helped them get back to where they belong. They’re fine. A little shaken, but basically fine.
- Sometimes certain areas of the app would appear in English when they shouldn’t. We’ve fixed that bit of linguistic imperialism.
- Fixed a crash when clicking the Output Menu when a BlackMagic Decklink 8K Pro capture card was installed.
- Now, when you use Desktop Presenter and check the capture audio box the playback should be clear without being choppy or skipping.