Evernote 歷史版本列表
Evernote 允許您在任何使用任何設備或平台找到最方便的信息捕獲信息,並使這個信息隨時隨地訪問和搜索。使用 Evernote 記錄筆記,創建待辦事項列表,剪輯整個網頁,管理密碼和錄製音頻。添加到 Evernote 的所有內容都將自動跨平台和設備同步,並進行搜索。 Evernote 甚至可以識別出照片和圖像中的印刷或手寫文字.寫印 從短名單到長篇研究,無論您的寫作形式如何,Evernote 讓... Evernote 軟體介紹更新時間:2020-09-24
更新細節:
What's new in this version:
- Fix expired token errors when resuming old OneDrive for Business uploads
- Linux: Update APT/Yum repo GPG keys
- Linux: Include Zorin OS when adding APT repo sources file
- Fix error in some cases when getting file icons
- Fix re-authentication prompt not showing up in some cases
- Enable syncing of locally-copied Google Doc files to the cloud
更新時間:2020-09-21
更新細節:
What's new in this version:
- Preference pages structure was reorganized (in the standalone and plugin versions)
Database navigator:
- Filters now support masks escape (_ and % characters)
- Connection state icons were replaced and adapted to dark themes
- SQL Editor: editor tab title now can include active database/schema name
- MySQL: driver "MySQL 8" is now the default driver. "MySQL 5" driver can be used for older server versions.
- Oracle: tables/views load performance was improved on some systems
PostgreSQL:
- Latest PostGIS driver mapping was added
- Geometry data types export was improved (proper SQL format + SRID)
- Hidden databases can be loaded in the database navigater
- CockroarchDB: role manager was fixed
- DB2: runstats utility support was fixed (wrong syntax)
- SQL Server: extra T-SQL dialect keywords were added
- CUBRID driver configuration was fixed
- Several UI freeze issues were fixed (deadlocks)
Import from CSV/XLSX:
- Wrong rows can be skipped (with disabled "Batch import" option)
- Import parameters documentation was updated
- Several minor bugs were fixed (NPE and UI glitches)
更新時間:2020-09-17
更新細節:
What's new in this version:
- feat: improving using enter for confirming some dialogs
- fix: scrolling in the main folder panel
- fix: move pdf thumb generation in main windows
- fix: exiting full screen from PDF-viewer
- chore: updating ja and cn translations
- fix: typo and wrong tooltip #1167
- chore: update cordova ios v6.1.0 (#1170)
- feat: Android download button from S3 (#1164)
- fix: split pane && improvements
- feat: read macos tags (#1159)
- feat: import files fine tuning (#1157)
- feat: add upload progress dialog (#1152)
- feat: use upload dialog for adding existing file functionality from plus button and directory menu
- fix: loosing tag color on drag and drop
- fix: ui glitch in folder navigation #1095
- impr: custom preview for DnD tags (#1156)
- fix: upload to S3 from/to subdirs tree only
- fix: DnD to leaf nodes
- pro: Upload many files from local folder to a s3 folder in the location manager && from Desktop
- fix Move many files from local folder to subfolder on the same level - change in the default perspectiv
- fix DnD in subfolder
- fix: colors in rc-table by dark-mode
- feat: enable multiple files upload
- feat: add uuid for the folders in the tsm.json
- fix: tag library import functionality
- fix: issue with deleting tags with the same name in different taggroups #1145
- fix: various issues in the tag library
- chore: ui improvement, added hover for row elements
- feat: making running in portable mode visible in the desktop app
- feat: improving entry selection in the row mode of the default perspective
- fix: icon of broken thumbnail images
- fix: toggling file operation on selection change
- fix: open prev and next documents with keyboard shortcuts
- chore: upgrading pdf.js to 2.4.456
- chore: upgrading electron to 9.0.3
- feat: automatic rotation of JPG according to EXIF now native in chrome 81
更新時間:2020-09-15
更新細節:
What's new in this version:
Minor Tweaks:
- Attach code fold marker to themes
- Copy version info to clipboard (#2480 by Innoxious)
- Improve readability of search results
- Deterministic importing of Swagger 2
- Improve performance of raw response viewer
- Honor servers variable defaults for OpenAPI3 import
- Add Kotlin and Axios code generation support
- Add manual prettify for multipart editor
Bug Fixes:
- Fix variable autocomplete
- Consistent export dropdown verbiage
- Fix bulk query editor
- Verbiage fixes
- Fix links in the repository root
- Improve version check script output
更新時間:2020-09-10
更新細節:
What's new in this version:
- Bug: Issues with Unique index and Unique Keys. Synchronization skips the differences between this two
- Bug: Issue with SqlServer reverse engineer Foreign Keys
- Feature: Improve diagram font size. Make SQL text readable by increasing SQL Editor font size
更新時間:2020-09-09
更新細節:
更新時間: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-03
更新細節:
What's new in this version:
- Fix for font sizing in registration dialog links
更新時間:2020-08-30
更新細節:
What's new in this version:
New:
Add support for customizable keyboard shortcuts:
- In the preferences, browse the list of existing shortcuts. Try the existing ones to speed up your creation worflow
- For each command available in the command palette, a shortcut can be added, changed or removed. Open the command palette with Ctrl+P (or Cmd+P on macOS).
Add support for dynamic 2D lights:
This adds a Light object that can be added on the scene, with a customizable color and radius:
- Add the Light Obstacle behavior to the object that must acts as obstacle (walls, etc...) to the lights.
- You can customize the ambient color of the rest of the scene from almost white (useful to show light shadows) to entirely black (useful for horror/exploration games) or any color.
- Use effects on the "Lighting" layer like "Kawase Blur" to achieve soft shadows.
- You can also use a custom texture to render the lights, enabling lights with visual effects.
Add experimental Peer-to-Peer communication extension:
This allows to transmit messages on the network to different remote players, enabling simple multiplayer games:
- Read the documentation on the wiki to understand how it works, limitations and capabilities of the extension. In particular, for released games, it's recommended that you host a broker server allowing game instances to be discovered and connected.
- This feature is experimental and fairly "low level", meaning that it's not a drop-in feature that will transform any game in a multiplayer game. Be sure to read the documentation to understand how it works and what are the limitations.
- A new Dark theme based on Solarized color scheme
Improvements:
- Add "Game Feel Demo" by Sleeper Games
- Make the action to send a web request "asynchronous" (not blocking the game execution): The result from the request is stored in the specified variable (and any error in another variable); This avoids blocking the game execution while the request is being made, and allow multiple requests to be made at the same time.
- Upgrade to Pixi 5.3.3
- Improve alerts display on small screens
- Update the AdMob icon
- Add a close button at the bottom of the search panel
- Update phonegap-build version to v9
Bug fixes:
- Fix vibration not working in exported Android games.
- Fix behavior not destroyed in a live preview when the behavior is removed from an object
- Fix menu bar shown in exported games on Windows/macOS/Linux
更新時間:2020-08-28
更新細節:
What's new in this version:
- Introduced vault names
- Fixed regression, mounting vaults with spaces and special characters work again on macOS