Evernote 歷史版本列表
Evernote 允許您在任何使用任何設備或平台找到最方便的信息捕獲信息,並使這個信息隨時隨地訪問和搜索。使用 Evernote 記錄筆記,創建待辦事項列表,剪輯整個網頁,管理密碼和錄製音頻。添加到 Evernote 的所有內容都將自動跨平台和設備同步,並進行搜索。 Evernote 甚至可以識別出照片和圖像中的印刷或手寫文字.寫印 從短名單到長篇研究,無論您的寫作形式如何,Evernote 讓... Evernote 軟體介紹更新時間:2020-07-28
更新細節:
What's new in this version:
Improvements:
Upgrade game rendering to use Pixi.js 5.3.0, allowing games to run with WebGL 2.
- This brings various upgrades and performance improvement to the internal rendering engine used by games, both in the editor and in exported games.
- This also paves the way for adding new objects like Bitmap Text, Mesh or dynamic lights in the future.
- Huge thanks to @Quarkstar for working on this task and making most of the necessary upgrades .
- Thanks @Bouh for helping fixing/upgrading the Shape Painter object and @Silver-Streak as well as testers from the forum
- Add Particle Effects Demo to starters
- Add Video tutorials and hints about these tutorials in the editor
- Update exported games to run with Electron 8.2.5
- Rename StrRFind and StrFindFrom to StrFindLast and StrFindLastFrom
- Add a visual distinction to JavaScript code blocks that are disabled in the Events Sheet
- Allow to change color parameters of effects in events using the RGB format (e.g: "255;100;200")
Bug fixes:
Fix saving a file potentially resulting in an empty file in some circumstances:
- File integrity is now checked after a project is saved
- Prevent concurrent save of a file (could happen if Ctrl+S/Cmd+S was kept pressed, and could result in an empty file being saved on disk)
- Fix translations that were broken
- Fix BBText line heights broken in the preview and exported games: also improve BBText performance when rendered in the scene editor
- Fix behaviors of an extension wrongly working after the extension is removed: this was fixed by saving and reloading the game. The behaviors are now properly unloaded if an extension is removed.
- Fix crash when using a behavior of a deleted extension
- Fix "Trigger Once" not working properly when used in a behavior
- Fix parameter not properly shown for "Clear between frames" action and fix link to help page for inventory
- Fix crash in Anchor behavior when used on a Text, BB Text or Shape Painter object
- Fix intermittent crash when deleting an extension
- Fix "Remove Unused Images" removing images used by BBText object
更新時間:2020-07-28
更新細節:
What's new in this version:
New Language Features:
- C# 9.0: Native ints
- C# 9.0: Attributes on local functions
General:
- ILSpy now uses System.Reflection.Metadata 1.8.1
UI Improvements:
- Assembly List UX: double-click selects list and dismisses dialog
- Base types treenode: Create a flat list of nodes containing all base types instead of just the direct base types
Bug-fixes:
- Ref local variable is inlined incorrectly, changing the exception behavior
- un-inline argument of unsupported isinst instructions
- Ensure the startOffsetVar actually appears in the expected instruction, not somewhere else
- ILSpy can't find referenced library even though it's open
- And many other fixes, for a full list click here
更新時間:2020-07-23
更新細節:
更新時間:2020-07-11
更新細節:
What's new in this version:
Bug Fixes:
- Fix text inputs not persisting on paste
- Fix autocompletion of variables resolving to wrong value
更新時間:2020-07-11
更新細節:
What's new in this version:
Bug Fixes:
- Fix text inputs not persisting on paste
- Fix autocompletion of variables resolving to wrong value
更新時間:2020-07-10
更新細節:
What's new in this version:
Major Changes:
- Setting to specify default HTTP version for requests
Bug Fixes:
- Fix usage of nested objects in environments
Minor Tweaks:
- Add option to enable auto-beatify for request body editor
- Sort environment variables in Edit Variable dialog
- Fallback to request URL as request name in sidebar if empty
- Ability to re-send after expiration for request chaining
- Show status messages for HTTP/2 that don't return one
- Ability to show DevTools with a hotkey
更新時間:2020-07-08
更新細節:
更新時間:2020-07-08
更新細節:
What's new in this version:
Major Changes:
- ILSpy 6.0 sports a multi-tab docking interface
- ILSpy 6.0 comes with a new Metadata Explorer
- ILSpy 6.0 has new icons for high-DPI support
- ILSpy 6.0 requires at least .NET 4.7.2 (v5.0 required .NET 4.6.2)
New Language Features:
- C# 8.0: Indexing and Slices (Ranges)
- C# 7.0: Changes to syntactic disambiguation of generic identifiers
- C# 7.3 pattern-based fixed statement
- C# 8.0 Default Interface Methods
- C# 8.0 Async streams (currently not covering await foreach)
- C# 8.0 await using
- C# 8.0 Readonly members
- Decompile calli instructions using C# 9.0 function pointer syntax
- Improved support for Unsafe intrinsics
- Support for generic and static local functions
UI Improvements:
- Docking and multi tab support
- Metadata Explorer
- Assembly list dropdown in toolbar, enhanced assembly list management
- Show target frameworks next to the assembly version in the tree-view
- Using the middle mouse button to click on tree nodes and links will open the decompilation result in a new tab
- "Select PDB" context menu: allows to change the PDB file resolved by ILSpy or pick one from a different location
- Added a "Debug Metadata Explorer" node for portable PDBs
- Use XAML for icons (high DPI)
- New icons (based on VS 2017 icon pack)
- RichText Tooltips
- Add "Open with ILSpy" entry to the Windows Explorer context menu on exe and dll files (via Options/Misc)
- Empty metadata tables can now be hidden from the tree view
- Folding for XAML output
- Add "Reset to defaults" in Options dialog
- Dynamic assembly list generation for target framework
Improvements & Bug-fixes:
- Project export: Added an option to allow SDK-style format for project files
- Solution and project decompilation: Add missing ProjectTypeGuids
- Add search features
- #1498: Remove Fusion API usage: Use standard file enumeration instead. This should enable us to use the GAC even with restricted access, as only the LIST permission is required
- Fix DotNetCorePathFinder to properly support netstandard2.1
- Fix multi-module support
- Updated links to MS Docs
- Improve ReduceNestingTransform by considering nested containers
- Analyzers: Added "Implements interface"-Analyzer
- Analyzer follow type forwarders
- The decompiler now supports Scalar Replacement Of Aggregates, which by default only works on display-classes and display-structs. There is an option to make it affect all instances and uses of plain types containing fields only. NOTE: It is still in preview stage. You can activate it when using a debug build.
- Added support for null-propagation on unconstrained generic expressions
- Added support for [module: NullablePublicOnly]
- Enhanced assembly resolution to distinguish target frameworks and use the correct references in case there are multiple versions of framework assemblies loaded.
- Better decompilation of local functions, pinned regions and display-classes
- Disassembler: actually make use of the cancellation token
- Support VB Select Case on string
- Display System.Void as struct
- Properly decompile auto events with tuples
- Do not change accessibility of non-transformed local functions
- Improve drag&drop support
- Fix bug in stackalloc initializer detection involving Span
- Added struct constructor initializer pattern
- DotNetCorePathFinder: Various bug fixes when working with .net core assemblies
- Transform post-increment on float/double
- Fix extra minus sign when formatting -0 on .NET Core 3.0
- Fix sealed modifier on interface methods with no body
- Fix NullReferenceException when foreach decompilation is turned off
- Fixed performance problem when using an assembly from a MemoryStream
更新時間:2020-07-07
更新細節:
更新時間:2020-07-06
更新細節:
What's new in this version:
- Add back offline tray icon status
- Linux: Fix errors occuring in postinstall script for DEB installers
- Improve progress reporting and include the scanning progress item
- Add an Attention Required item when cloud service is temporarily unavailable (persistent 503 errors)
- Fix an error that occurs when moving base folder to a non-empty directory
- Fix bug when unsyncing externally synced folder while still uploading