Evernote 歷史版本列表 Page23

最新版本 Replay Video Capture 13.0.0.1

Evernote 歷史版本列表

Evernote 允許您在任何使用任何設備或平台找到最方便的信息捕獲信息,並使這個信息隨時隨地訪問和搜索。使用 Evernote 記錄筆記,創建待辦事項列表,剪輯整個網頁,管理密碼和錄製音頻。添加到 Evernote 的所有內容都將自動跨平台和設備同步,並進行搜索。 Evernote 甚至可以識別出照片和圖像中的印刷或手寫文字.寫印 從短名單到長篇研究,無論您的寫作形式如何,Evernote 讓... Evernote 軟體介紹


DreamMail 6.6.1.19 查看版本資訊

更新時間:2021-12-07
更新細節:

Hearthstone Deck Tracker 1.16.11 查看版本資訊

更新時間:2021-12-07
更新細節:

GDevelop 5.0.0 Beta 123 查看版本資訊

更新時間:2021-12-03
更新細節:

What's new in this version:

Improvements:
- Animate opening of lists in the Project Manager, action/condition selector and in the Debugger
- Allow usage of custom ICE servers in the P2P extension
- Move scene variables into their own category in actions/conditions/expressions

Extensions, assets and examples:
- Add "Idle object tracker" behavior
- Provides a condition checking if an object did not move for a certain amount of time (configurable, with a configurable tolerance for the movement too)
- New extension "WebSocket client"
- This allows for connecting to a WebSockets server from GDevelop. An extension to create WebSocket servers in GDevelop will follow soon!
- Fix "is inside" in Marching Square extension, add line drawing and hitboxes generation
- Add BehaviorRemapper extension
- This extension allows remapping the default keyboard controls of behaviors in one action.
- Change all default package name to start with com.example
- Useful to trigger a warning in GDevelop if used as is.
- Add an example of a spider throwing a web

Fixed:
- Fix the "separate" action when there are several obstacles
- Previously an object colliding with multiple objects would have been "pushed" too far from the two colliding objects. Now, it gets properly separated, in a much more natural way, avoiding some shaking/flickering on corners or when involving multiple obstacles.
- Fix crash when modifying the operator for an action or condition of a "color" property of a behavior
- Fix debugger actions not hiding properly after opening it
- Fix sounds sometimes not playing after the first time being played
- Fix tweens automatically deleting the object sometimes affecting newly created objects
- Fix the layer of the created object not shown for the "Create object" action in the events sheet
- Fix wrong mention of extensions instead of examples in a text
- Fix tabs in preference dialog disappearing when scrolling in the dialog

ProtonVPN 1.24.2 查看版本資訊

更新時間:2021-12-03
更新細節:

Cryptomator 1.6.4 查看版本資訊

更新時間:2021-12-02
更新細節:

What's new in this version:

New:
- Backup of the vault config file

Fixed:
- missing backup generation of the masterkey file
- compatibility with Ubuntu Bionic when installing from PPA
- vault state after failed force-lock

Misc:
- PPA builds with Ubuntu Bionic now
- Windows installer patches system WebDAV config
- Updated integrations-api to provide a name for a given key

MSI Kombustor 4.1.15.0 查看版本資訊

更新時間:2021-12-01
更新細節:

What's new in this version:

- fixed a bug in the control panel management of the MSI-01 demo
- updated with latest GeeXLab SDK libs (v0.45.0 final)

GDevelop 5.0.0 Beta 122 查看版本資訊

更新時間:2021-11-25
更新細節:

What's new in this version:

GDevelop 5.0.0 Beta 122
Improvements:
- Move the object variables editor into the objects editor (easier to find and faster to access) (Thanks @Midhil457!)
- Also rework the other variables editor dialogs to have the toolbar buttons always at the bottom of the window.
- Add multiple achievements ("badges") that can be earned while using GDevelop.
- These achievements are visible in your user profile.
- They are all for now fairly simple to collect, but we'll also later add some a bit more complex to win, to reward contributors, people invested in the community and people building great games!
- Add conditions and expressions to compare the coordinates of the bounding box of an object.
- Scene editor improvements:
- Improve scene editor scrolling speed to be faster/slower according to the zoom level.
- Improve locked objects in the editor: the objects are now selectable with a different color, making it simpler to unlock them!
- Add a checkbox in your profile to receive statistics about your games.
- This checkbox is in your user profile. It's useful to receive weekly game stats via email (like the number of sessions from the last week sessions and the total from the current year to date).
- Various minor UI changes

as well as the improvements from the beta version:
- Add major improvements to the platformer engine to better handle slopes and moving platforms
- Add an option in the Sprite editor to allow animations to play even when the object is hidden/outside the screen
- Add support for using arbitrary URLs for images/sounds/resources in the web-app
- Improved previews and implement support for the Debugger in the web-app
- Clarify names of particle types in the Particle Emitter editor
- Update naming of events in the menus to make them easier to understand
- Show the preview window, when corresponding preference is enabled, above the editor but not above all windows on the screen
- Add CrazyGames.com in the links where to publish a HTML5 game

Fixed:
- Fix Tiled Sprite being incorrectly displayed (pixelated) when the X/Y offset was too large
- Fix the display of the decreased build limits after exporting a game
- Fix arrow keys wrongly triggering page scroll when playing a game embedded in a web page
- Don't list the current scene/external event name in a Link event when choosing what to include
- This prevents an infinite loop/crash if launching a preview after selecting the current scene/external events in a link of the same scene/external events
- Fix platforms sometimes not properly detected when rotated and at the edge of the scene
- Fix TimeScale expression not shown in expressions autocompletion
- Also fix inconsistent naming of time scale related actions/conditions and expressions
- Fix a typo for rotate toward angle and position in the event sheet sentence
- Fix a typo for rotate action in the event sheet sentence

as well as the improvements from the beta version:
- Fix a glitch where a sound being played at a low volume can actually be heard at a high volume for a split second.
- Fix contributors list
- Fix user not always logged when opening export after relaunching the app
- Fix potential crash in the scene editor

Internal changes (for developers):
- Refactor the implementation of the Tween behavior
- Avoid fetching again a JSON in the game engine when it's already being fetched

as well as the improvements from the beta version:
- Update esbuild and enable minification
- Refactor gdjs.Logger to allow disabling specific log groups in the console


GDevelop 5.0.0 Beta 121
- Add a console to the Debugger
- When launching the Debugger to inspect a game, open the console to see internal messages sent by the game, JavaScript code or the game engine
- This is an advanced feature that is useful to find issues in your game or to see if your game is displaying any internal error
- Improve scene selection and help text for an external layouts
- Improve autocomplete when typing an expression
- Add possibility to search in events sentences (rather than just in parameters)
- Also improve highlighting of search results and the index of the currently focused result
- Only show the operators that can be actually used in actions/conditions for strings
- For strings/texts, only = an…

pdfFactory 8.05 查看版本資訊

更新時間:2021-11-25
更新細節:

What's new in this version:

Fixed:
- a bug that caused missing text or blank pages when opening some PDF files
- bugs that caused incorrect bitmap output when printing PDF files to other printers
- a crash that sometimes happened when opening PDF files that contain CMYK bitmaps
- a bug that caused failures when opening PDF files that use the Pattern color space

TagSpaces 4.0.9 查看版本資訊

更新時間:2021-11-24
更新細節:

What's new in this version:

Fixed:
- issues with links and diagrams in markdown files
- partially broken thumbnail generation on Linux

MongoDB Compass 1.29.5 查看版本資訊

更新時間:2021-11-24
更新細節: