Tresorit 歷史版本列表 Page35

最新版本 Tresorit 3.5.4603.4010

Tresorit 歷史版本列表

Tresorit 是一個端到端的加密,安全的雲存儲和共享設計,以存儲,同步和共享機密數據.只需將任何類型的文件放入 Tresorit 文件夾,它們將自動與連接到同一帳戶的每台計算機同步。文件在上傳到雲中之前被加密。解密只有經過所有者的許可才可以。無需重新加密即可共享加密內容.無論身在何處,都可以安全地與您的團隊進行協作 在辦公室或路上進行協作。來自任何瀏覽器,台式機,Android,iOS,黑莓... Tresorit 軟體介紹


Thaiphoon Burner 15.0.0.4 Build 0420 查看版本資訊

更新時間:2019-04-01
更新細節:

pdfFactory 6.37 查看版本資訊

更新時間:2019-03-28
更新細節:

What's new in this version:

- Assorted bug fixes and performance improvements

GameMaker Studio 2.2.2 Build 413 查看版本資訊

更新時間:2019-03-26
更新細節:

What's new in this version:

Startup Sequence File and Folder Checker:
- Added a new dialog which will advise required files/folders which fail to be found or GMS2 is unable to access
- This will guide you to fix system issues which GMS2 would previously have tried to work around, but often could not, saving from you having to send us a Helpdesk ticket to ask
- Advises if the issue is safe (but you might want to investigate your computer setup) or if it requires GMS2 to safely shutdown immediately (in which case, definitely investigate)
- If you see this dialog often and you have antivirus/anti-malware, etc., try pausing these and see if it fixes, then add exclusions to your protection software
- Similarly, we now show a dialog when a tutorial fails to download or extract properly because of file permissions

Spine Support Updated to v3.7:
- More of a runtime change, so see those release notes for proper info (and the guide linked-to in the heading above), but the IDE now imports sprites exported using Spine 3.7
- Fixed issues where importing new Spine sprites to replace existing data didn't clear the old files from your project folder

Font Editor / Font Support Update:
- Fixed being able to type characters in the Add Range textbox and have the IDE determine the range automatically
- Changed Freetype from 2.8 to 2.9.1 to fix various issues with specific fonts and how they rendered
- Added a new Preview window so you can see your generated font inside the font editor
- Added a new Generate button to refresh a font if it is updated outside GMS2 (also used for refreshing the Preview window)
- Added support for detecting fonts installed to Windows's registry via some third-party applications
- Added Help > Refresh System Fonts to rescan the installed fonts on Windows and macOS on-demand
- Added support for not automatically regenerating a font if it comes from a 1.4 project, and you also cannot regenerate a font which is not actually installed - both of which stop unwanted font changes
- Note that these font changes require you to use a 2.2.2+ runtime also, otherwise your fonts may not generate or appear in-game as you expected!

Code Editor - Extended Syntax Checking:
- Added checks for single-use variables (such as typos or unused variables) - shows a warning message for these issues, but won't stop your project from compiling
- These appear in the code edtor's gutter using a yellow warning triangle icon, so they stand out more from normal errors
- Preferences > Languages > GML > "Enable variable reference warnings" can turn the new feature on/off
- Also added a limit on the number of syntax errors which are calculated/shown at once and made the syntax checker use more CPU cores, so performance is much better now
- You can adjust the number of errors to be shown by editing Preferences > Languages > GML > "Maximum number of Syntax Errors to display"

Code Editor - Better Custom Code Snippets Support:
- Added support for you to create your own custom "snippets.txt" code definitions in %ProgramData%GameMakerStudio2Users (Windows) and /Users/Shared/GameMakerStudio2/Users/ (macOS)
- The code editor will then load your snippets after the default ones and append them onto the list shown in the code editor
- This folder is not modified during an update to GMS2, so your changes will remain
- Search the manual for "snippets" or see the guide linked-to in the heading above for more info

Room Editor - Edit Starting Sprite Values:
- Instances and assets now show fields for the initial sprite frame and animation speed, and these are now editable per-instance
- This means you can now set different starting sprites for instances of the same object/sprite and see this at design time
- DPI Safety Net Dialog
- On detecting a very high DPI override value during startup, the IDE will now show a "Is this DPI okay for you?" prompt and a suggested value to use instead
- This allows you to quickly fix unwanted/incorrect changes and revert to a safe setting

Misc:
- Debugger: Fixed an issue with the debugger windows not appearing if you had previously saved the layout when the debugger was on an additional monitor which is no longer connected
- Debugger: Fixed issues with code files not opening in the correct locations, and in some cases not opening at all, when hitting breakpoints
- Game Options: Added splash screens for iPhone XR and XS - note that this requires you to use a 2.2.2+ runtime also!
- Game Options: Fixed the setting of a number of splash screens when importing old projects
- Game Options: Changed default NSIS script for Windows to only uninstall files created by the installer - note that this can make the uninstaller much slower if many user-generated files are detected
- Game Options: Fixed HTML5's option include the default particle images or not, so it now works as expected
- General: Fixed a number of project-saving and stability issues with the project-repair tool, especially if you had created groups with the same names in different places in the tree or have called items "default"
- General: Fixed an issue with the project repair tool not always automatically saving the fix, and so immediately trying to run the game resulted in complaint dialogs about missing resources which the IDE could see fine
- General: Fixed an issue where GMS2 could crash when you drag something which isn't a valid GMS2 file over the top of the IDE
- General: (Mac IDE) Fixed closing the IDE whilst on the start page on macOS would occasionally crash and show the OS dialog for reporting to Apple
- General: Changed the URLs the IDE uses to check if you have a working internet connection to all use https, as some users' systems are giving errors when using http
- Marketplace: Changed the package export/import processes to create a temporary drive, which fixes issues where extensions in the asset have really long file paths
- Note: This long filepaths issue affects the updated Google Play Licensing and APK Expansion extensions, so you need to use the 2.2.2 IDE to import these
- My Library: Fixed an issue with private assets not appearing if you had two versions of the asset and only one was private
- Object Editor: Added an "Are you sure?" prompt when deleting an event for any reason (including a Cut)
- Resource Tree: Stopped allowing multiple child folders with the same name (you now get a dialog saying to rename one of the folders)
- Resource Tree: Fixed an issue where reordering items could sometimes break them out of their resource type and add them to the very bottom of the tree
- Workspaces: Fixed an issue where you could accidentally close the last workspace tab for the project, breaking your project's layout file if you saved whilst in this state
- Tutorials: Fixed GMS2 locking-up when clicking the Explorer/Finder links to the resources folder on disk when following any tutorial
- Source Control: Fixed GMS2 crash "Collection was modified; enumeration operation may not execute." when creating a repository
- Device Manager: Fixed a "GMS2 unstable" when repeatedly viewing the iOS devices list
- Room Editor: Fixed applying an instance's sprite's origin offset to the grid snap when you drag a multi-selection around your room
- Compiling: Fixed issues with Included Files still being exported to platforms the file had been excluded for in child Configurations
- Compiling: Fixed building projects for Ubuntu YYC when your code editor has characters from the extended ASCII range

Bugs:
- See the bug database's Change Log for the list of public issues fixed in this version
- Known Issues can be found on the bug database also - for the current IDE headline list see this page

Tresorit 3.5.1620.869 查看版本資訊

更新時間:2019-03-22
更新細節:

What's new in this version:

Tresorit 3.5.1620.869
- Change log not available for this version


Tresorit 3.5.1608.856
- Change log not available for this version


Tresorit 3.5.1598.854
- Change log not available for this version


Tresorit 3.5.1590.852
- Change log not available for this version


Tresorit 3.5.1579.842
- Change log not available for this version


Tresorit 3.5.1494.793
- Change log not available for this version


Tresorit 3.5.1485.788
- Introducing Detailed access logs for links: track the email, IP address, approximate location and platforms your shared links are accessed from. Learn more about how Detailed access logs work via our Knowledge Base.
- Outlook add-in improvements include stability installation and update improvements and a small but handy enhancement that newly created links are inserted at the cursor position
- Bugfixes and small improvements


Tresorit 3.5.1455.780
- Change log not available for this version


Tresorit 3.5.1441.775
- Change log not available for this version


Tresorit 3.5.1414.771
- Change log not available for this version


Tresorit 3.5.1404.771
- Change log not available for this version


Tresorit 3.1.1394.762
- Change log not available for this version


Tresorit 3.1.1386.762
- We are introducing Deleted File Restore! From now on you can restore deleted files and folders in your tresors. Learn more about the changes via our blogpost and Knowledge Base article
- This release also includes a few improvements to the Bandwidth Limit Scheduler feature, upload process and the PDF viewer
- Bugfixes


Tresorit 3.1.1366.757
- Change log not available for this version


Tresorit 3.1.1351.751
- We are introducing Deleted File Restore! From now on you can restore deleted files and folders in your tresors. Learn more about the changes via our blogpost and Knowledge Base article
- This release also includes a few improvements to the Bandwidth Limit Scheduler feature, upload process and the PDF viewer
- Bugfixes


Tresorit 3.1.1348.744
- Change log not available for this version


Tresorit 3.1.1320.732
- Change log not available for this version


Tresorit 3.1.1314.726
- Change log not available for this version


Tresorit 3.1.1301.726
- Change log not available for this version


Tresorit 3.1.1291.721
- There was change in the new systray icon: it went from white to blue, as we hope the new blue one will look more native on your desktop.
- When you instal Tresorit to a new windows device, the start menu entry will always be created. We agree: it's much easier to find Tresorit this way.
- We always want to make sure your files are uploaded and Tresorit notices when there are new elements to upload. After this fix we are still checking updates regularly, but not as (way too) often as we did before. It saves energy and memory for you and a bit a of a server consumption for us.
- Before this fix deleted tresors sometimes showed up in Tresorit Drive. We said no more confusion: when you delete a tresor, it will disappear from Tresorit Drive as well.


Tresorit 3.1.1281.707
- Change log not available for this version


Tresorit 3.1.1278.707
- We've updated our Installer
- New identity elements will greet you as early as you open up the registration, sign in and/or 2-step verification screens
- Updates include Icon changes in the tresor list details bar etc.
- Several bugfixes and improvements


Tresorit 3.0.1190.696
- Change log not available for this version


Tresorit 3.0.1182.677
- Bugfixes include the fix of the activity wall issue that caused heavy server load and the fix of the download issue that happened during the sync in case the last key version went missing


Tresorit 3.0.1180.672
- Change log not available for this version


Tresorit 3.0.1172.667
- Bugfixes include the fix of the activity wall issue that caused heavy server load and the fix of the download issue that happened during the sync in case the last key version went missing


Tresorit 3.0.1164.660
- The Tresorit installer got a bit smarter: we've changes the naming convention and user credentials will be pre-filled. We will still support the old installer format.
- We've also added bug fixes and small improvements, for example we've improved the path resolution for moved and renamed files and the file searcher got better


Tresorit 3.0.1160.652
- All Tresor1 tresor support is removed, so Tresorit will only recognise tresors with the new backend structure
- We are introducing a custom icon for the Tresorit's installer
- The Outlook add-in got a look and feel update
- To improve the navigation we've implemented right-click menus for all empty areas
- Updated PPDF viewer to 3.1.11
- Changes in Tresorit Drive include changes in office file management: the Drive will not upload temp Office files anymore
- Bugfixes include the fix of the Tresorit Drive move-copy-rename bug


Tresorit 3.0.1151.638
- Change log not available for this version


Tresorit 3.0.1131.630
- A patch release which includes important fixes


Tresorit 3.0.1116.620
- Change log not available for this version


Tresorit 3.0.1104.607
- Change log not available for this version


Tresorit 3.0.1097.601

- Events on the Recents tab that apply to the same file will appear in groups to for better visibility and readability of actions
- New tresor design update
- We've improved the background logic of uploading via the Cloud Browser wich should deliver a more reliable experience
- Improvements of general in-app and cloud browser text search
- Improvements in pop-up windows managements, as an option to remove them were added

Bug fixes include:
- fixes of many of the known Tresorit Drive issues
- improvements of the sharing flows and decreasing the number of open issues related to sharing via links


Tresorit 3.0.1076.587
- Tresorit for Windows release includes an important update which will help to decrease CPU and memory usage by migrating user's account info to a new scheme.
- We are releasing a version where users can upload multiple files or folders (similarly to how data is managed in the file browser) and the app also handles conflicts
- We are introducing smarter confirmation notifications. Don't worry, they won't block the application, just quickly confirm whether your last action was successful or not.
- Link creation and management from Outlook got a design update
- You can filer content by 'Recents' in synced tresors
- Many bugfixes, and improvement in the on-boarding flow


Tresorit 3.0.1067.571
- Change log not available for this version


Tresorit 3.0.1054.571
- Introducing a new sharing process: From now on you can create a link for any tresor/folder/file and share content via these. Besides adding a new option we've also improved the overall sharing experience, by making the list of tresor members more transparent and adding support to new email providers
- Improvements in the Recents tab include a new filter option: you can select a file action (delete, edit etc.) and get the list of latest activity by that
- Tresorit for Windows will display the last sync time for network tresors
- Fixe include onboarding process fixes (coachmarks, startup) and the glitch in account deletion was fixed, so the deletion process is available again via Windows desktop apps


Tresorit 3.0.1041.565
- Crash fixes in Tresorit Drive


Tresorit 3.0.1000.545
- Change log not available for this version


Tresorit 3.0.995.545
- Change log not available for this version


Tresorit 3.0.989.534
- Filtering is available on the Recents tab
- improvements on the Sync status display
- Many bug fixes around login, registration and verification


Tresorit 3.0.977.527
- Change log not available for this version


Tresorit 2.1.933.512
- Change log not available for this version


Tresorit 2.1.918.507
- Change log not available for this version


Tresorit 2.1.908.499
- Change log not available for this version


Tresorit 2.1.860.486
- Change log not available for this version


Tresorit 2.1.853.486
- Change log not available for this version


Tresorit 2.1.824.469
- Change log not available for this version


Tresorit 2.1.805.462
- Change log not available for this version


Tresorit 2.1.795.457
- Change log not available for this version


Tresorit 2.1.756.446
- Change log not available for this version


Tresorit 2.1.726.442
- Change log not available for this version


Tresorit 2.1.718.440
- Change log not available for this version


Tresorit 2.1.700.431
- Change log not available for this version


Tresorit 2.1.672.422
- Change log not available for this version


Tresorit 2.1.651.411
- Change log not available for this version


Tresorit 2.1.627.403
- Change log not available for this version


Tresorit 2.1.617.401
- Change log not available for this version


Tresorit 2.1.607.397
- Change log not available for this version


Tresorit 2.1.580.382
- Selective sync
- Various bugfixes and improvements

TuneFab Apple Music Converter 6.2.0 查看版本資訊

更新時間:2019-03-22
更新細節:

What's new in this version:

TuneFab Apple Music Converter 6.2.0
- Change log not available for this version


TuneFab Apple Music Converter 6.1.4
- Change log not available for this version


TuneFab Apple Music Converter 6.1.3
- Change log not available for this version


TuneFab Apple Music Converter 6.0.0
- Change log not available for this version


TuneFab Apple Music Converter 5.6.7
- Change log not available for this version


TuneFab Apple Music Converter 5.6.2
- Change log not available for this version


TuneFab Apple Music Converter 5.5.0
- Change log not available for this version


TuneFab Apple Music Converter 5.4.0
- Change log not available for this version


TuneFab Apple Music Converter 5.3.1
- Change log not available for this version


TuneFab Apple Music Converter 5.3.0
- Change log not available for this version


TuneFab Apple Music Converter 5.1.0
- Change log not available for this version


TuneFab Apple Music Converter 5.0.2
- Change log not available for this version


TuneFab Apple Music Converter 5.0.1
- Change log not available for this version


TuneFab Apple Music Converter 2.3.6
- Change log not available for this version


TuneFab Apple Music Converter 2.3.5
- Improve the software's interface resolution


TuneFab Apple Music Converter 2.3.3
- Change log not available for this version


TuneFab Apple Music Converter 2.3.2
- Change log not available for this version


TuneFab Apple Music Converter 2.3.0
- Change log not available for this version

DVDFab Passkey Lite 9.3.3.8 查看版本資訊

更新時間:2019-03-14
更新細節:

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support to rip Japanese adult DVDs to HDDs as ISO files or folders

DVDFab Passkey Lite 9.3.3.7 查看版本資訊

更新時間:2019-03-08
更新細節:

What's new in this version:

- New: Added the support for some new Java protections

Wayk Now 3.1.1.0 查看版本資訊

更新時間:2019-03-08
更新細節:

What's new in this version:

- Fix crash with multiple outgoing client sessions
- Fix Linux possible 100% CPU usage with GTK
- Fix Wayk ID not getting refreshed properly in service

Dell Display Manager (DDM) 1.40.0 Build 1942 查看版本資訊

更新時間:2019-03-01
更新細節:

Tresorit 3.5.1608.856 查看版本資訊

更新時間:2019-02-22
更新細節:

What's new in this version:

Tresorit 3.5.1608.856
- Change log not available for this version


Tresorit 3.5.1598.854
- Change log not available for this version


Tresorit 3.5.1590.852
- Change log not available for this version


Tresorit 3.5.1579.842
- Change log not available for this version


Tresorit 3.5.1494.793
- Change log not available for this version


Tresorit 3.5.1485.788
- Introducing Detailed access logs for links: track the email, IP address, approximate location and platforms your shared links are accessed from. Learn more about how Detailed access logs work via our Knowledge Base.
- Outlook add-in improvements include stability installation and update improvements and a small but handy enhancement that newly created links are inserted at the cursor position
- Bugfixes and small improvements


Tresorit 3.5.1455.780
- Change log not available for this version


Tresorit 3.5.1441.775
- Change log not available for this version


Tresorit 3.5.1414.771
- Change log not available for this version


Tresorit 3.5.1404.771
- Change log not available for this version


Tresorit 3.1.1394.762
- Change log not available for this version


Tresorit 3.1.1386.762
- We are introducing Deleted File Restore! From now on you can restore deleted files and folders in your tresors. Learn more about the changes via our blogpost and Knowledge Base article
- This release also includes a few improvements to the Bandwidth Limit Scheduler feature, upload process and the PDF viewer
- Bugfixes


Tresorit 3.1.1366.757
- Change log not available for this version


Tresorit 3.1.1351.751
- We are introducing Deleted File Restore! From now on you can restore deleted files and folders in your tresors. Learn more about the changes via our blogpost and Knowledge Base article
- This release also includes a few improvements to the Bandwidth Limit Scheduler feature, upload process and the PDF viewer
- Bugfixes


Tresorit 3.1.1348.744
- Change log not available for this version


Tresorit 3.1.1320.732
- Change log not available for this version


Tresorit 3.1.1314.726
- Change log not available for this version


Tresorit 3.1.1301.726
- Change log not available for this version


Tresorit 3.1.1291.721
- There was change in the new systray icon: it went from white to blue, as we hope the new blue one will look more native on your desktop.
- When you instal Tresorit to a new windows device, the start menu entry will always be created. We agree: it's much easier to find Tresorit this way.
- We always want to make sure your files are uploaded and Tresorit notices when there are new elements to upload. After this fix we are still checking updates regularly, but not as (way too) often as we did before. It saves energy and memory for you and a bit a of a server consumption for us.
- Before this fix deleted tresors sometimes showed up in Tresorit Drive. We said no more confusion: when you delete a tresor, it will disappear from Tresorit Drive as well.


Tresorit 3.1.1281.707
- Change log not available for this version


Tresorit 3.1.1278.707
- We've updated our Installer
- New identity elements will greet you as early as you open up the registration, sign in and/or 2-step verification screens
- Updates include Icon changes in the tresor list details bar etc.
- Several bugfixes and improvements


Tresorit 3.0.1190.696
- Change log not available for this version


Tresorit 3.0.1182.677
- Bugfixes include the fix of the activity wall issue that caused heavy server load and the fix of the download issue that happened during the sync in case the last key version went missing


Tresorit 3.0.1180.672
- Change log not available for this version


Tresorit 3.0.1172.667
- Bugfixes include the fix of the activity wall issue that caused heavy server load and the fix of the download issue that happened during the sync in case the last key version went missing


Tresorit 3.0.1164.660
- The Tresorit installer got a bit smarter: we've changes the naming convention and user credentials will be pre-filled. We will still support the old installer format.
- We've also added bug fixes and small improvements, for example we've improved the path resolution for moved and renamed files and the file searcher got better


Tresorit 3.0.1160.652
- All Tresor1 tresor support is removed, so Tresorit will only recognise tresors with the new backend structure
- We are introducing a custom icon for the Tresorit's installer
- The Outlook add-in got a look and feel update
- To improve the navigation we've implemented right-click menus for all empty areas
- Updated PPDF viewer to 3.1.11
- Changes in Tresorit Drive include changes in office file management: the Drive will not upload temp Office files anymore
- Bugfixes include the fix of the Tresorit Drive move-copy-rename bug


Tresorit 3.0.1151.638
- Change log not available for this version


Tresorit 3.0.1131.630
- A patch release which includes important fixes


Tresorit 3.0.1116.620
- Change log not available for this version


Tresorit 3.0.1104.607
- Change log not available for this version


Tresorit 3.0.1097.601

- Events on the Recents tab that apply to the same file will appear in groups to for better visibility and readability of actions
- New tresor design update
- We've improved the background logic of uploading via the Cloud Browser wich should deliver a more reliable experience
- Improvements of general in-app and cloud browser text search
- Improvements in pop-up windows managements, as an option to remove them were added

Bug fixes include:
- fixes of many of the known Tresorit Drive issues
- improvements of the sharing flows and decreasing the number of open issues related to sharing via links


Tresorit 3.0.1076.587
- Tresorit for Windows release includes an important update which will help to decrease CPU and memory usage by migrating user's account info to a new scheme.
- We are releasing a version where users can upload multiple files or folders (similarly to how data is managed in the file browser) and the app also handles conflicts
- We are introducing smarter confirmation notifications. Don't worry, they won't block the application, just quickly confirm whether your last action was successful or not.
- Link creation and management from Outlook got a design update
- You can filer content by 'Recents' in synced tresors
- Many bugfixes, and improvement in the on-boarding flow


Tresorit 3.0.1067.571
- Change log not available for this version


Tresorit 3.0.1054.571
- Introducing a new sharing process: From now on you can create a link for any tresor/folder/file and share content via these. Besides adding a new option we've also improved the overall sharing experience, by making the list of tresor members more transparent and adding support to new email providers
- Improvements in the Recents tab include a new filter option: you can select a file action (delete, edit etc.) and get the list of latest activity by that
- Tresorit for Windows will display the last sync time for network tresors
- Fixe include onboarding process fixes (coachmarks, startup) and the glitch in account deletion was fixed, so the deletion process is available again via Windows desktop apps


Tresorit 3.0.1041.565
- Crash fixes in Tresorit Drive


Tresorit 3.0.1000.545
- Change log not available for this version


Tresorit 3.0.995.545
- Change log not available for this version


Tresorit 3.0.989.534
- Filtering is available on the Recents tab
- improvements on the Sync status display
- Many bug fixes around login, registration and verification


Tresorit 3.0.977.527
- Change log not available for this version


Tresorit 2.1.933.512
- Change log not available for this version


Tresorit 2.1.918.507
- Change log not available for this version


Tresorit 2.1.908.499
- Change log not available for this version


Tresorit 2.1.860.486
- Change log not available for this version


Tresorit 2.1.853.486
- Change log not available for this version


Tresorit 2.1.824.469
- Change log not available for this version


Tresorit 2.1.805.462
- Change log not available for this version


Tresorit 2.1.795.457
- Change log not available for this version


Tresorit 2.1.756.446
- Change log not available for this version


Tresorit 2.1.726.442
- Change log not available for this version


Tresorit 2.1.718.440
- Change log not available for this version


Tresorit 2.1.700.431
- Change log not available for this version


Tresorit 2.1.672.422
- Change log not available for this version


Tresorit 2.1.651.411
- Change log not available for this version


Tresorit 2.1.627.403
- Change log not available for this version


Tresorit 2.1.617.401
- Change log not available for this version


Tresorit 2.1.607.397
- Change log not available for this version


Tresorit 2.1.580.382
- Selective sync
- Various bugfixes and improvements