Mp3tag 歷史版本列表
Mp3tag 是一個功能強大,但易於使用的工具來編輯常見的音頻格式的元數據,它支持 ID3v1,ID3v2.3,ID3v2.4,iTunes 的 MP4,WMA,Vorbis 的評論和 APE 標籤。它可以重命名文件的基礎上標籤信息,替換標籤和文件名中的字符或單詞,導入 / 導出標籤信息,創建播放列表等.Mp3tag 支持來自 Amazon,discogs 或 freedb 的在線數據庫查詢,允許... Mp3tag 軟體介紹更新時間:2019-01-15
更新細節:
更新時間:2018-12-28
更新細節:
What's new in this version:
New Features:
- Added Appveyor support
Bug Fixes:
- Fix .esl not showing up/removing in plugin list when activating/deactivating mods. with .esl files
更新時間:2018-12-27
更新細節:
What's new in this version:
vMix 21.0.0.60
- Added support for alpha channel when using XSplit VCam
- Improved performance when using API to update multiple text fields
vMix 21.0.0.59
- Added support for alpha channel when using XSplit VCam
- Improved performance when using API to update multiple text fields
vMix 21.0.0.58
- Fixed GPU render time issue when using the List input after a long period of time
vMix 21.0.0.57
- Fixed login issue with Twitch
- Added workaround for issue with codecs that don't correctly support more than 4GB of memory
- Fixed frame offset issue during Replay transitions
- Fixed ColourCorrectionReset shortcut not correctly resetting Gamma
- Fixed issue with VST3 plugins that have duplicate names
- Fixed issue with FFMPEG recording 29.97p in EU
- Fixed vMix Social issue when Windows region set to Turkey
vMix 21.0.0.56
- Fixed issue with ButtonPress activator on the APC Mini
- Fixed List tab not refreshing when saving Video Delay clips to a list
- Added error messages describing when Camera or Microphone access is disabled in Windows Privacy settings
- Improved compatibility with new NDI support in Skype
vMix 21.0.0.55
- Recalibrated skin tone line in Vectorscope for better accuracy
- Added new recommended Periscope streaming quality presets
Fixed some issues with new Kona HDMI card and added support for the following modes:
- Up to 4K60 on Input 1 + 2x HD on Input 3 and 4
- Up to 4K60 on Input 1 + 4K30 on Input
- Up to HD60 on Inputs 1,2,3 and 4
vMix 21.0.0.53
- Fixed support for streaming to Facebook Groups
- Fixed auto creation of Facebook streams when description was left bank
vMix 21.0.0.51
- Fixed issue logging in to Facebook with Two Factor Authentication in some countries
- Updated Facebook permissions to support latest security requirements for Groups
- Fixed issue where vMix Call return video freezes or becomes garbled when changing sources
- Fixed rare error that may occur when closing vMix on slower systems
vMix 21.0.0.50
- Improved recording quality in Replay when using 1080p sources
- To enable, select 200 Mbps as the bitrate before adding the replay session to vMix
- Previously 200 Mbps would only have an effect on Interlaced sources
- Relaxed video format restrictions with AJA capture devices
New rules are as follows:
- All outputs must be in the same "clock family". (29.97/59.94 or 50/25)
- Port 1 must be in same clock family as outputs if used as an input channel
- Ports 2+ will accept any input format
- Fixed some rare issues with AVI codecs
vMix 21.0.0.49
- Change log not available for this version
vMix 21.0.0.47
- vMix Diagnostics is now included with install and can be found from the "hamburger" menu in vMix or in the start menu
- Detects any background applications that may interfere with the graphics card causing errors, flickering and performance issues
- Fixed replay bug when trying to play back incomplete events
- Fixed issue where PTZ Optics ZCAM provider did not appear in PTZ dropdown list
vMix 21.0.0.45
- Fixed issue with SetAudioFade when used with List input
- Improved CPU usage accuracy
- CPU/GPU warnings are now disabled by default
- Can be enabled under Settings -> Performance.
- When disabled, will still be reported in the logs to help assist our support team
vMix 21.0.0.44
- Additional bug fixes for Sony BRC series VISCA over IP support
- Will now no longer attempt to reconnect to Facebook streams that have expired
vMix 21.0.0.43
- Improved performance of local desktop capture on desktop PCs
- Added support for Sony BRC series PTZ cameras using VISCA over IP
- Fixed issue with audio only NDI outputs not appearing
vMix 21.0.0.42
- Fixed memory issue with VST3 plugins, especially with latest Windows 10 update
- Video frame delay now supported on NDI and VLC inputs
- Added "Custom Multi-Bitrate" dropdown option in streaming destinations.
- This allows custom URLs and Stream Keys for each stream without using separate streaming instances for each which may cause problems with some CDNs
- Fixed issue in vMix Social where Overlay was sometimes triggered before content in title had been updated
更新時間:2018-11-30
更新細節:
更新時間:2018-11-24
更新細節:
更新時間:2018-11-20
更新細節:
What's new in this version:
- First, a quick look back. In the year since Pinegrow Web Editor 4 was released, we had 10 strong updates with features like Smart WordPress Actions and powerful Visual CSS Grid Editor.
- A note about upgrades to Pinegrow 5: if your license is eligible for free updates (one year after the license purchase and renewal, or as long as subscription is active) you get all Pinegrow Web Editor updates for free, including Pinegrow 5.
- With Pinegrow 5 we focus on improving the workflow of dealing with HTML layout and CSS styling. We even created a feature called “Focus on”. “Focus on…” lets us isolate an element on the page and deal with just this element instead of the whole page. That’s very useful on complex HTML layouts. “Focus on…” command is available in the top toolbar, on the element context menu or with the shortcut CMD+F (CTRL+F on Windows/Linux).
A couple of things happen when we Focus on an element:
The Tree panel displays the structure of the focused element, with all its children nodes collapsed (only the top most level is expanded):
Drag & drop on the page deals only with top level children of the element. For example, grabbing anything within the element will grab the top level child:
- Similarly, dropping an element from the Library panel will place the element on the top level of the focused element
- That’s very handy for dealing with the top level structure of the focused element without worrying that we’ll drop something in the wrong place
If we want more control over drag & drop placement, we can expand relevant nodes in the Tree panel and use it for dropping or rearranging elements:
The “Focus on” menu also contains a shortcut to focusing on the Page layout of the Body element:
The Focus bar also lists the elements that can be inserted into the focused element, if available:
- To exit the “Focus on” mode click on the close icon in the Focus bar or select Clear from the Focus menu
- Improved CSS Styling
- Starting from Pinegrow 3 it has been possible to style elements with inline styles (with HTML element style attribute)
- The benefit of inline styles is that we can jump straight into styling an element, without thinking about classes, ids and CSS rules
- But eventually, all inline styles should be transferred into proper CSS rules. That’s hard to do if inline styles are scattered around the page
- Pinegrow 5 has a solution for that
- Working with inline styles
First, the Style panel now clearly indicates when inline styles are used:
Second, the Quick Create CSS Rule tool offers to transfer the inline styles into a newly created CSS rule:
And the Tree panel shows the style icon next to elements with inline styles. Clicking on the style icon in the Tree jumps straight into Style editor for that element:
The Tree panel filter can be used to only display elements with inline styles:
- With these tools we have the best of both worlds: the freedom to directly style with inline styles and the systematic process for creating CSS rules for those styles
- And some might ask: Why not have a feature that would automatically save all inline styles on the page as CSS rules
- It would be easy for Pinegrow to go through the page and store all inline styles into CSS classes like .rule1, .rule2…
- Although it sounds useful, such feature would lead to messy CSS code. Creating maintainable CSS structure requires strategic thinking about properly naming and organizing CSS rules. That’s not something that an app can do for you
- Creating clean and maintainable code is the top goal and quality of Pinegrow Web Editor. We don’t want to introduce any feature that would go against this
- Other styling improvements
There are more styling improvements worth mentioning:
Stylesheets and their CSS rules can be hidden in the Active Style panel by clicking on the Hide stylesheet icon next to the stylesheet name:
- Before, the “Ignore in Active” function was only available from the Stylesheets menu
Text indent control was added to the Text section of the CSS Visual Editor:
“Customize variable” command (for SASS and LESS files) will ask for the new value if the default value uses a custom function:
This avoids breaking SASS/LESS files with functions that are not yet defined in the section where custom variables are defined:
- Pinegrow uses CSS Autoprefixer when compiling SASS and LESS files. Now you can control the Autoprefixer configuration in the Settings dialog. This feature is for advanced users, most users can just leave the autoprefixer settings as they are
- The Project panel
- Note, the Project panel is a Pinegrow PRO feature
Now, we can drag images, stylesheets and scripts from the Project panel to the page. Draggable files have a Drag icon displayed next to their names:
- Dragging an image inserts the image to the selected place on the page or in the Tree
Dropping an image on an existing image on the page replaces that image:
- Dragging a stylesheet (.css file) to the page appends the stylesheet to the page
- Doing that with a Javascript (.js) script file will insert the script to the footer of the page
Image previews in the Project panel now also display the dimensions and size of images:
- And using the search in the Project panel expands all folders with matched files
- The Tree panel
The Tree panel got a “Filter” function that lets us display only elements with inline styles, images, texts, links, components or WordPress actions:
The filter works alongside the existing search function that lets us search with strings and CSS selectors:
- Other improvements
- Use arrow keys to select elements
- UP_KEY selects the parent element
- DOWN_KEY selects the first child element
- LEFT_KEY selects the previous element
- RIGHT_KEY selects the next element
- Use SHIFT_KEY with LEFT_KEY and RIGHT_KEY keys to select a range of elements
- Selecting a duplicated element
- A duplicated element is now automatically selected, if the Duplicate command was run on a selected element
- Element dimensions in pixels are shown when an element is selected or hovered with the mouse pointer
- Clicking on a image in the Unsplash photo browser replaces the currently selected image
- Use “Clear code” icon in Insert code in the Library panel to clear the code from the editor
- Page and project thumbnails are now turned off by default on Linux because on Linux, generating thumbnails requires briefly showing a second window. You can turn them on in the Options menu on the Start screen
更新時間:2018-11-16
更新細節:
更新時間:2018-11-13
更新細節:
更新時間:2018-11-12
更新細節:
更新時間:2018-10-15
更新細節: