Pale Moon (64-bit) 歷史版本列表 Page57

最新版本 Pale Moon 32.3.1 (64-bit)

Pale Moon (64-bit) 歷史版本列表

蒼白的 64 位是一個開源的,基於 Goanna 的網絡瀏覽器,可用於 Microsoft Windows 和 Linux(其他操作系統正在開發),重點在於效率和易用性。確保充分利用您的瀏覽器!Pale Moon 為您提供瀏覽體驗,完全由自己開發的瀏覽器完全構建,源自 Firefox / Mozilla 代碼,並通過精心挑選的功能和優化來改進瀏覽器的速度,資源使用,穩定性和用戶體驗,同時提供完整的... Pale Moon (64-bit) 軟體介紹


X-VPN 39.0_317 查看版本資訊

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

J. River Media Center 25.0.18 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- When analyzing audio in videos, the statusbar would not update properly
- Using Intel QuickSync Hardware Encoding to stream to Panel or JRemote could result in playback failing in some cases
- Typo "Confirm Actiom"
- The right and left arrows to advance image playback was not working in all cases (between 2D and 3D viewer, etc.)
- If a playlist to be uploaded was renamed in the action window, the new name didn't 'stick'

Changed:
- Further increased performance when encoding or streaming videos, both in general and specifically with active subtitles
- Made the maximum height of a menu 75% of the height of the monitor instead of 50% the height
- TV option "Closed Captions (only supported for analog television)" is renamed "Closed Captions"
- Made the lyrics lookup handle list style artist fields (it will lookup each artist individually until it finds a match)
- Uploaded playlist files can be 16 or 24 bit and can have sample rates up to 192khz

New:
- Sat>IP DVB-S channels can be scanned using Network Information Table, instead of using the static frequency list
- Added "Analyze Audio" to the customize toolbar dialog
- Closed Captioning will be turned on automatically at live TV start up if "Closed Captions" option is on

J. River Media Center 25.0.17 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added a "Toggle Split View" button that you can add to the toolbar to show two views then one view
- Support for Hardware Encoding of H.264 for Video Conversion and Streaming, for NVIDIA using NVENC, and Intel using QuickSync
- Added a CloudPlay tree item on the left, with links to Playlist Upload (formerly Doctor Who) and Radio JRiver

Changed:
- Increased the maximum number of choices in "Right click recent command count" to 15
- Greatly increased video encoding performance on videos with no visible subtitles

Fixed:
- The "New" column in standard view EPG had checkmarks on reruns instead of new shows
- The option to start a slideshow automatically for image playback was not being honored
- If you were playing images, paused, then advanced to the next image, a slideshow would start again (instead of staying paused)
- Panel - Search results were not getting loaded when using an expression as the search parameter

Mullvad VPN 2019.2 查看版本資訊

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

What's new in this version:

Removed:
- Remove the Mullvad OpenVPN intermediate transition CA. Used when transitioning from the old to the new root CA. Now the app only bundles and trust the new Mullvad root CA valid until 2028

Fixed:
- Read the relay list from cache only if it's newer than the version bundled in the app

Pale Moon 28.4.1 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed hover state arrows on some controls
- Fixed potential denial-of-service issues involving FTP (loading of subresources and spamming errors)
- Disabled Microsoft Family Safety (Win 8.1) by default. This prevents security issues as a result of a local MitM setup
- Added several site-specific overrides (Firefox Send and polyfill.io) to work around website UA-sniffing isues
- Implemented the origin-clean algorithm for controlling access to image resources
- Cleaned up the helper application service code
- Ported applicable security fixes from Mozilla
- Implemented several defense-in-depth measures
- Fixed several memory safety hazards and crashes
- Binaries are now code-signed again (including the setup program for the installer)

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

Tally.ERP 9 6.5.1 查看版本資訊

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

What's new in this version:

- Provision to generate e-Way Bill with the Common Enrolment Number of Transporter (starting with 88)
- Support for latest e-Way Bill template (Version 1.0.0219)
- Support for income tax changes in the Budget for FY 19-20 (AY 20-21)
- Income Tax Returns will now get generated with standard deduction and health & education cess details

UltraMixer 6.1.3 (64-bit) 查看版本資訊

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

FireAlpaca 2.1.17 (64-bit) 查看版本資訊

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

What's new in this version:

- Figure snap function to grids has been implemented
- Grids spacing setting is implemented
- Angle snapping by Shift key when drawing a straight line with brush is - implemented
- 100% and 200% magnifications have been added to the display menu

Syncplay 1.6.3 查看版本資訊

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

What's new in this version:

- New Syncplay logo by catlinman
- IPv6 support
- Initial TLS (SSL) support
- Spanish Language support
- Automatically copy offer VLC interface script when it is needed
- Fix a VLC bug
- Handle non-UTF8 messages to server
- Use high-DPI scaling where available
- Print error message if Twisted fails
- Fix bug which meant that --max-chat-message-length can’t be used to raise the maximum length
- Fixed bug which meant that youtube-dl did not work on macOS