GeoGebra 歷史版本列表
GeoGebra 是動態的數學軟件為各級教育,幾何,代數,電子表格,圖形,統計和微積分在一個簡單易用的軟件包中匯集在一起。 GeoGebra 是幾乎每個國家的數百萬用戶迅速擴大的社區。 GeoGebra 已成為全球領先的動態數學軟件提供商,支持科學,技術,工程和數學(STEM)教育和創新教學和學習。把世界上領先的動態數學軟件和教材交到學生和老師手中!GeoGebra 簡介: 圖形,代數和表格相連,... GeoGebra 軟體介紹更新時間:2020-01-06
更新細節:
What's new in this version:
- Updated for new movies (CPRx version 1340)
更新時間:2020-01-04
更新細節:
What's new in this version:
- Plugin API: Make actionbefore, before, actionafter and after events working with plugin actions
- Managesieve: Replace "Filter disabled" with "Filter enabled"
- Managesieve: Fix so modifier type select wasn't hidden after hiding modifier select on header change
- Managesieve: Fix filter selection after removing a first filter
- Markasjunk: Fix marking more than one message as spam/ham with email_learn driver
- Password: Fix kpasswd and smb drivers' double-escaping bug
- Enigma: Add script to import keys from filesystem to the db storage (for multihost)
- Installer: Fix DB Write test on SQLite database ("database is locked" error)
- Installer: Fix so SQLite DSN with a relative path to the database file works in Installer
- Elastic: Fix contrast of warning toasts
- Elastic: Simple search in pretty selects
- Elastic: Fix hidden list widget on mobile/tablet when selecting folder while search menu is open
- Fix so type attribute on script tags is not used on HTML5 pages
- Fix unread count after purge on a folder that is not currently selected
- Fix bug where Enter key didn't work on messages list in "List" layout
- Fix bug where deleting a saved search in addressbook caused display issue on sources/groups list
- Fix bug where a new saved search added after removing all searches wasn't added to the list
- Fix bug where a new contact group added after removing all groups from addressbook wasn't added to the list
- Fix bug where Ctype extension wasn't required in Installer and INSTALL file
- Fix so install-jsdeps.sh removes Bootstrap's sourceMappingURL
- Fix so use of Ctrl+A does not scroll the list
- Fix/remove useless keyup event handler on username input in logon form
- Fix bug where cancelling switching from HTML to plain text didn't set the flag properly
- Fix bug where HTML reply could add an empty line with extra indentation above the original message
- Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist'
- Fix so displayed maximum attachment size depends also on 'max_message_size'
- Fix bug where 'skins_allowed' option didn't enforce user skin preference
- Fix so contact's organization field accepts up to 128 characters (it was 50)
- Fix bug where listing tables in PostgreSQL database with db_prefix didn't work
- Fix bug where 'text' attribute on body tag was ignored when displaying HTML message
- Fix bug where next message wasn't displayed after delete in List mode
- Fix so number of contacts in a group is not limited to 200 when redirecting to mail composer from Contacts
- Fix malformed characters in HTML message with charset meta tag not in head
更新時間:2020-01-03
更新細節:
What's new in this version:
- Added a clickable Password Reveal button to show plain text passwords in the Jobs list and Security dialog
- The Security dialog no longer requires passwords to be entered twice
- Fixed a bug that caused the PDF conversion status to be stuck at 0% when creating a complex PDF file
- Documents with very large custom paper sizes now display correctly
- Fixed a bug that caused the currently selected note to scroll offscreen when the page display was zoomed in (Pro only)
更新時間:2019-12-18
更新細節:
What's new in this version:
Notable Changes:
cli:
- add --trace-exit cli option (legendecas)
http,https:
- increase server headers timeout
readline:
- update ansi-regex
- promote _getCursorPos to public api
repl:
- add completion preview
util:
- add Set and map size to inspect output
wasi:
- require CLI flag to require() wasi module
Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module
更新時間:2019-12-18
更新細節:
What's new in this version:
Changes:
deps:
- update npm to 6.13.4
- update uvwasi (Anna Henningsen)
- upgrade to libuv 1.34.0 (Colin Ihrig)
doc:
- docs deprecate http finished
events:
- add captureRejection option
http:
- add captureRejection support
- llhttp opt-in insecure HTTP header parsing
http2:
- implement capture rection for 'request' and 'stream' events
net:
- implement capture rejections for 'connection' event
repl:
- support previews by eager evaluating input
stream:
- add support for captureRejection option
tls:
- implement capture rejections for 'secureConnection' event
- expose IETF name for current cipher suite
worker:
- add argv constructor option (legendecas)
更新時間:2019-12-07
更新細節:
What's new in this version:
Server changes:
- Added support for list server API 1.6
- Added ext_host and ext_port fields to status API endpoint
- Abuse report token can now be set via admin API
- List server whitelist can now be edited via the API
- Fixed memory leak in admin API
- The server can now also serve web admin site static files
- Server-gui: Added "welcome message" field
- Bugfixes and improvements
- Drawpile-cmd: OpenRaster export format now works
- Added command line option to override data and config paths (portable app mode)
- Added "closed" session list filtering option
- Added "Add" button to join dialog for adding the server's associated list server
更新時間:2019-12-07
更新細節:
What's new in this version:
- Changing the location of the Autosave folder no longer presents a warning message
- Improved the appearance of the Rotate grab handle when a note is selected
- Fixed bugs that sometimes caused extra grab handles to be drawn when a note is selected
- Improved the appearance of the popup buttons that appear when the mouse is over a corner or edge of a page
更新時間:2019-12-04
更新細節:
更新時間:2019-11-27
更新細節:
更新時間:2019-11-22
更新細節: