Slack for Windows 歷史舊版本 Page4

最新版本 Slack for Windows 4.12.2

Slack for Windows 歷史版本列表

Slack for Windows 把你所有的溝通都集中在一個地方。這是實時消息傳遞,歸檔和搜索現代團隊。不僅僅是你的信息,而且你所有的文件,圖像,PDF,文檔和電子表格都可以直接放入 Slack 中,並與你想要的任何人共享。添加評論,明星供以後參考,並且它是完全可搜索的。如果您使用 Google 雲端硬盤,Dropbox 或 Box 等任何服務,只需粘貼該鏈接即可立即同步搜索該文檔。下載用於 P... Slack for Windows 軟體介紹


Rocrail 25-02-2020 (64-bit) 查看版本資訊

更新時間:2020-02-25
更新細節:

Mailspring 1.7.4 查看版本資訊

更新時間:2020-02-25
更新細節:

What's new in this version:

Features:
- Mailspring has been approved for read-write access to the Google People API and you can now manage contacts in Google accounts! Mailspring will ask you to go to Preferences > Accounts and click "Re-authorize" to grant access to this additional permission before editing contacts.
- We no longer use is-online and DNS checks to verify that the app is online. Instead, Mailspring checks that it can reach your actual IMAP / SMTP mail servers
- Mailspring now supports plaintext mail display and composition! It can be enabled via a new setting, or for a single draft by holding Alt/Option when creating it. Most composer features are disabled in ths mode

Fixes:
- Mailspring now prompts you to confirm that you'd like to delete folders and labels
- When pasting a table from Excel or other forms of HTML that use <style> tags, Mailspring inlines the CSS and preserves it better in your message
- Adding and removing accounts no longer dismisses the app's preferences
- The performance of the composer has been greatly improved when there are a large number of recipients
- The "Never Translate German" dialog and other modals no longer freeze the app on some platforms
- Calendar attachments with times like "2019-11-12T::" are now rendered properly in the conversation view
- The Russian, Chinese, Latin American Spanish and French translations have been improved
- Scheduling reminders, etc. across the DST boundary now works properly in Brazil, which stopped using DST in 2019
- The default shortcut for deleting an empty draft is now Ctrl/Cmd + Escape, which works within the text editor
- Mailspring's email address autolinking no longer includes some UTF-8 control characters (most notably  ) in the email address link

Misc:
- You can now type IMAP configurations with a port number that starts with a default (eg: 2525 for SMTP)
- You can now select text in the contact sidebar (URLs, bios, addresses, etc.) to copy/paste it
- Preferences > Shortcuts is now split into two columns on wide displays

Rocrail 21-02-2020 (64-bit) 查看版本資訊

更新時間:2020-02-21
更新細節:

Rocrail 17-02-2020 (64-bit) 查看版本資訊

更新時間:2020-02-17
更新細節:

Rocrail 12-02-2020 (64-bit) 查看版本資訊

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

WebStorm 2019.3.3 查看版本資訊

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

What's new in this version:

WebStorm 2019.3.3
- Change log not available for this version


WebStorm 2019.3.2
New features:
- Support for loading Sass built-in modules with @use
- Initial support for type-only imports and exports in TypeScript 3.8

Fixed:
- Code completion for Node.js 13.5+ can now be enabled correctly on Windows
- Running tests with react-scripts now works again when using nvm
- The problem with running Karma tests in Angular apps was fixed
- yarn install is no longer incorrectly replaced with yarn add
- The issue with the resolve for Flow modules was fixed
- A couple of performance problems with JavaScript and TypeScript were solved


WebStorm 2019.3.1
New features and improvements:
- Support for TypeScript 3.7’s declare property modifier
- An option to fold template literals in JavaScript and TypeScript
- Improved resolve for Meteor packages

Fixed:
- The IDE correctly restores the layout of tool windows
- In .js and .ts files, Tab now selects a completion suggestion instead of expanding the Emmet abbreviation
- Several performance issues were fixed including WEB-42708 and WEB-42657
- The problem with debugging Node.js async hooks was solved


WebStorm 2019.3
Performance:
Faster startup:
- So far, one of the most common performance problems faced by WebStorm users has been the sluggish startup of the IDE. In the last two release cycles, we have devoted a lot of effort to reducing the time that users have had to wait for the welcome screen to show and for the IDE to open projects that are already indexed. As a result, you can now expect WebStorm to handle this 20% faster than previous versions

Frameworks & Tools:
Vue completion for separate files:
- More advanced code completion for Vue.js
- To help you increase the speed of your coding, WebStorm can now autocomplete slot names for you. This works for the slot names defined in the project components and component libraries such as Vuetify, Quasar, and BootstrapVue
- Plus, WebStorm now understands the link between parts of the component located in separate files and delivers accurate completion suggestions for props, data, and methods not defined in a single .vue file

Quick documentation in Vue.js projects:
- With WebStorm 2019.3, you can now check out documentation for components and directives defined in Vue.js and some popular component libraries. For this, simply press F1 on the name of a component or directive in your code

Support for the latest versions of popular technologies:
- WebStorm 2019.3 comes with support for schematics with Angular 9 and the Plug’n’Play feature from Yarn 2. Plus, it can help you work with key TypeScript 3.7 features: optional chaining, nullish coalescing, and assertion signatures

Better support for props in React components:
- For components without propTypes, WebStorm will no longer report an unresolved property for props.something in the component definition if it sees that props are passed in the component usage

JavaScript & TypeScript:
Template language injections:
- Need to work with a code fragment in a language different from the main language of the file? You can now inject such code fragments into your files, including Pug, Handlebars, and EJS, by pressing Alt-Enter

Name suggestions for new symbols:
- As you add new variable and parameter names in JavaScript or TypeScript files, you’ll now get name suggestions based on the names of classes, interfaces, and type aliases defined in the project, standard libraries, and dependencies you’re using
- For new variables, functions, classes, and interfaces, you’ll also get suggestions for names that were already used in the same scope but haven’t yet been defined and are marked as unresolved

HTML & Style Sheets:
Completion for CSS libraries on CDN:
- If you’re using Bootstrap or another CSS library in your project and you have it linked from a CDN in your HTML file, you can now get completion for the class names from that library, without adding its sources to the project. To enable this, simply press Alt-Enter on the link in the HTML file and select Download library

Version Control:
Reworked UI for cloning projects:
- When you clone a project from a version control system, you’ll now see an updated Get from Version Control dialog shown on the welcome screen and the VCS menu.
With this redesign, we mainly wanted to improve the experience of getting projects from GitHub: you can now log in to your GitHub account right from the updated dialog. Once you’ve logged in, you can explore the list of repositories in your account and the organizations you belong to and clone projects to WebStorm right from there.

Pushing changes from any branch:
- Need to push changes from one branch while working with the other? With the latest update, you no longer need to switch to the branch you want to push changes from – simply select it from the Branches popup and hit Push

A more streamlined commit process:
- Now you can make commits right from the Version Control tool window – a separate dialog won’t block the rest of the IDE. For this, tick Commit from the Local Changes without showing a dialog in Preferences/Settings | Version Control | Commit Dialog

New actions for checking out branches:
- To resolve a number of usability issues, we replaced a single Checkout as... action with two new ones: a unified Checkout action for remote branches and the New Branch from Selected... action for both remote and local branches
- IDE

Run anything action:
New action for running tools and configurations:
- Need to launch tools like npm and Yarn, open recent projects, or start a run/debug configuration? You can now do it all from one place using the Run Anything action (Ctrl-Ctrl)

Searching in the selection only:
- With the new In Selection filter (Cmd/Ctrl-F twice), you can find specific pieces of information faster by narrowing down your searches to the selected parts of code in a file

Unbundling Dart support:
- Starting with WebStorm 2019.3, the Dart plugin will no longer be bundled. This was done to shorten the release cycles for it – bundled plugins can only be updated together with an update of the entire IDE. So, if you use Dart, you’ll now need to install the same Dart plugin from Preferences/Settings | Plugins

Enabling global file watchers by default:
- If you’re using a third-party tool like Prettier for a project and have it configured via a file watcher, it’s likely you may want this configuration to be automatically applied to all the new projects you create. Now you can achieve this by enabling global file watchers by default


WebStorm 2019.2.4
- Change log not available for this version


WebStorm 2019.2.3
- Change log not available for this version


WebStorm 2019.2.2
Fixed:
- CORS problem when debugging in Chrome caused by the x-ijt header was fixed
- Working directory is now set automatically when running a JavaScript scratch file with Node.js
- File watchers that reformat the code now better handle cases when file and class are renamed
- Shortcut for the “Stretch to Left” action for resizing Project View now works again
- Problem with saving updated settings for new projects was fixed


WebStorm 2019.2.1
New:
- In Angular projects, a different TSLint configuration specified in the angular.json file can be used for test files
- Better support for Vue components with TypeScript decorators
- Improved suggestions for scoped packages in package.json
- Support for CSS Media Queries Level 5
- “Duplicate declaration” inspection now works for TypeScript

What’s fixed:
- False-positive “Mismatched property value” error in SCSS and Sass files was fixed
- Invalid item no longer appears in the code completion suggestions
- Move refactoring now allows moving symbols between .ts and .tsx files
- Tabs inside JSDoc are now preserved when formatting the code
- Problems with typing some symbols using AltGr were fixed


WebStorm 2019.2
- Change log not available for this version


WebStorm 2019.1.3
- Change log not available for this version


WebStorm 2019.1.2
- Change log not available for this version


WebStorm 2019.1.1

- The first bug-fix update for the recently released WebStorm 2019.1, is now available
- Update to it using Toolbox App, or from the IDE. You can also download WebStorm 2019.1.1 from our website
- Syntax highlighting in the type info tooltip and documentation
- The tooltip that shows the expression type (Cmd/Ctrl-hover) in JavaScript and TypeScript files now has a syntax highlighting

Type info highlighting:
- We’ve also added highlighting for the code samples shown in the documentation popup

Highlighting in docs:
- Configuration for the use of aliases and path mappings in imports
- It is now possible to configure how aliases and path mappings will be used when adding imports automatically in JavaScript and TypeScript files. If you want to use relative paths when importing a symbol in the nearby file and use path mappings or aliases everywhere else in your app, you can select Only in files outside specified paths in the new option Use path mappings/aliases in Preferences / Settings | Editor | Code Style | JavaScript or TypeScript – Imports.

Other improvements and fixes in WebStorm 2019.1.1:
- Support for Cucumber step definitions written using strings
- New Reload in Browser action in the JavaScript debug tool window
- Performance problem when editing some TypeScript types was fixed
- Jump from the terminal to the editor for Esc
- Improved font rendering on macOS

The WebStorm Team:
- Posted in Release Announcements | Tagged newsletter, WebStorm 2019.1 | Leave a comment
- Featured plugin: JS GraphQL
- Posted on April 16, 2019 by Ekaterina Prigara
- The JS GraphQL plugin is one the most popular plugins for WebStorm, IntelliJ IDEA, and other JetBrains IDEs, and we are very excited about the release of its second version
- In this blog post we’ll have a closer look at the updated plugin and how it can help you work with GraphQL in your JavaScript apps
- We want to thank Jim Meyer, the author of the plugin, for the amazing work he has done to build this plugin!

Working with schema files:
- The plugin brings full support for the GraphQL Schema Definition Language (SDL). That means your .graphql file will include syntax highlighting, and as you start typing, you will get suggestions for the keywords and built-in and custom types, as well as interfaces and enums

Completion in schema file:
- Cmd/Ctrl-click the type name to navigate to its definition
- The plugin will check that all the types you’ve used are defined somewhere in the file, and it will show an error message if they’re not. Press Alt-Enter to fix the problem with one of the available quick-fixes


WebStorm 2019.1

Here are the features and improvements grouped by the WebStorm subsystems:
- JavaScript and TypeScript support: intentions for destructuring; convert function with Promise to async function; convert properties in constructor to class fields; inspections for switch statements; add or remove export; extended error messages in TypeScript
- Style sheets support: updated docs for CSS and browser compatibility check; extract CSS variable; camel case support for CSS Modules; support for Less 3.0 features
- HTML support: improved HTML documentation
- Development with Angular: new inspections for Angular projects; easier navigation in Angular projects
- Development with React: improved completion for merged props; Extract Method refactoring for custom React Hooks
- Development with Vue.js: better support for Vue projects with TypeScript
- Node.js and npm: completion for npm scripts; version range tooltip for dependencies; run and debug Node.js app when using Docker Compose; simple Node.js project template
- Linters integrations: improved support for ESLint and TSLint in complex projects; support for TSLint as TypeScript plugin
- Debugging: new debugger console
- Testing: highlighting for failed line in test; testing with Cucumber and TypeScript
- IDE improvements: Recent Locations popup; save project as a template; soft-wraps for selected file types
- Version Control: cherry-pick a file from a commit from the VCS log; incoming and outgoing commits


WebStorm 2018.3.5
- Change log not available for this version


WebStorm 2018.3.4
- Change log not available for this version


WebStorm 2018.3.3

New:
- Support for Set Literals in Dart
- Completion for attribute bindings in Angular (e.g. [atrr.foo] )
- Better coding assistance for some Ionic and @angular/flex-layout attributes

Fixed:
- Wrong indent after self-closing JSX tags in JavaScript and TypeScript files (WEB-36263)
- Decorators are now supported in the class expressions like let newTest = @test class Test or export default @observer class Test
- When using the bundled TypeScript service in Angular apps, the Angular language service is now disabled. Its current version is not compatible with TypeScript 3.2.1 and was reporting false errors in the template files


WebStorm 2018.3.2 Build 183.4886.41

New:
- Completion for Bootstrap Vue and Shards Vue components
- Better support for Prettier 1.15 and above
- The Extract interface refactoring now works for objects
- The IDE now bundles TypeScript 3.2

Fixed:
- The Optimize imports action now keeps the comment on top when ‘Sort imports
- by modules’ is on
- The usage of the Angular template reference variable in the ViewChild selector is now resolved
- The problem with using Hebrew in Find in path dialog was fixed


WebStorm 2018.3.1 Build 183.4588.47
- Change log not available for this version


WebStorm 2018.3 Build 183.4284.130
- Change log not available for this version


WebStorm 2018.2.6 Build 182.5107.19

Fixes
- The Search everywhere dialog on Linux no longer closes when you press Enter
- The usual UI for Find in path on Linux is now back
- On macOS Mojave, the input no longer freezes after adding the accented characters from the popup


WebStorm 2018.2.5 Build 182.4892.25
- Change log not available for this version


WebStorm 2018.2.4 Build 182.4505.50
- Change log not available for this version


WebStorm 2018.2.2 Build 182.4323.44

New:
- You can now pass additional option to Angular CLI when creating a new project from the IDE Welcome screen. As you start typing the option name or press Ctrl-Space, WebStorm will show you available options and their description
- We have also improved the way the new Add all missing TypeScript import action works: before, the action wasn’t available for symbols with multiple import options, and now, if you invoke the action for such symbol, WebStorm will add all unambiguous missing imports in this file and then will show you a popup where you can select the desired import for this symbol

Fixed:
- Vue component imports are now resolved correctly in the Vue CLI 3 apps located not in the root of the project
- The problem with the slash symbol in the CoffeeScript files has been fixed
- The Extract React Component refactoring now handles better the key attribute


WebStorm 2018.2.2 Build 182.4129.32

JavaScript and TypeScript:
New inspection tooltip:
- The new inspection tooltip now not only shows the description of an error or warning, but also the best quick fix for it
- Press Alt-Shift-Enter to apply it or press Alt-Enter to see a full list of the available automatic fixes that WebStorm offers there

Find unused code:
- With the new Code Coverage feature, you can find any unused code in your client-side app. Start a JavaScript Debug configuration with coverage in WebStorm, interact with your app in Chrome, and then stop the configuration. The report will show you what and how much code was used in each file and folder

New intentions:
- To make you even more productive when working with JavaScript and TypeScript, WebStorm has a bunch of new intentions that are available when you press Alt-Enter. Here are just some of them: Implement interface, Create derived class, Implement members of an interface or abstract class, Generate cases for 'switch', and Iterate with 'for..of'

TypeScript improvements:
- WebStorm now supports all the new language features that were added in the latest TypeScript 2.9 and the upcoming TypeScript 3.0 releases
- In addition to that, WebStorm now offers more quick fixes provided by the TypeScript language service itself, like Annotate with type from JSDoc

Frameworks:
Extract and convert React component:
- Need to refactor your React component into two? Forget copy and paste: select the JSX code in the render method and use Refactor - Extract Component
- And with the new intentions, you can now convert React class components into functional components and back again

New integrations with Angular CLI:
- Add features to your app with the New… | Angular Dependency… action. The IDE will use the Angular CLI ng add command which installs the dependency and updates the app with a special installation script
- You can now also generate the code with the Angular schematics defined in libraries like @angular/material using the New… | Angular Schematic… action

Completion for events in Vue.js:
- In Vue templates, WebStorm now provides code completion for events. Event names are suggested after v-on: or if you use the shorthand notation @event. There’s also code completion for event modifiers

Testing:
Rerun failed tests:
- When you run tests with Karma, Jest, or Mocha in WebStorm, you can now rerun only the failed tests, instead of running all the tests after you’ve made a fix

Diff view for Jest snapshots:
- If your Jest test has failed because of the mismatch in the snapshot, you can now see why using the familiar IDE side-by-side diff view
- It’s also now possible to quickly jump from the test file to the related snapshot by clicking on the new icon next to the test in the editor

Tools:
Support for Node.js on WSL:
- You can now use Node.js on Windows Subsystem for Linux to run and debug your Node.js application in WebStorm as well as for all other development tasks in the IDE, like running tests, using linters, and build tools

Reconnect Node.js debugger:
- Thanks to the new Reconnect automatically option in the Attach to Node.js/Chrome debug configuration, it is now easier to debug Node.js apps that use nodemon. When the node process is reloaded after the change, you don’t need to restart the debugger yourself to continue debugging

Global file watchers:
- You can now store the configured File Watchers in the IDE settings and use them in different projects. Before, a File Watcher could only be configured for a specific project. With File Watchers you can automatically run a command-line tool when you change or save a file in the IDE

Other improvements:
- New cleaner, simpler icons on the IDE toolbar and tool windows ensure readability and reduce visual clutter
- Run and debug your app, commit changes and update the project right from the Touch Bar on MacBook
- A new collection of over 50 code snippets for React development
- WebStorm now indexes a new Angular project two times faster, with no compromises affecting the quality of code completion and resolve
- You can now add custom templates for postfix completion in the JavaScript and TypeScript files
- With the new Drop frame action in the JavaScript and Node.js debuggers, you can re-enter a function if you missed a critical spot you would like to see again
- Press Alt-Enter on a line with a breakpoint and see the breakpoint-related actions in the list of intentions
- Support for JSON5 is now available in the files with the .json5 extension
- JSON Schemas files are now automatically downloaded from schemastore.org and applied to your files, based on the file name
- You can be logged into multiple GitHub accounts
- New Browse Repository at Revision action allows you to explore files in your project at any given revision without a checkout


WebStorm 2018.2.1 Build 182.3911.37

New:
- Auto imports now work better in projects that use lerna, yarn workspaces or TypeScript 3.0 project references
- The bundled TypeScript version was update to 3.0
- “Surround selection on typing quote or brace” option is now on by default
- Support for the Nullish Coalescing proposal in JavaScript

Fixed:
- JavaScript code completion now works better in webpack configuration files
- Changing the opening tag of the Vue component now updates the closing tag as well


WebStorm 2018.2 Build 182.3684.70
Here are the features and improvements grouped by the WebStorm subsystems:
- Development with React: Extract React Component refactoring, convert class components into functional components, code snippets, and improved completion for props in React and React Native apps
- Development with Angular: faster project startup, add new features using the integration with ng add, and run schematics from the IDE
- Development with Vue.js: completion for Vue events and event modifiers
- Node.js development: support for Node.js on Windows Subsystem for Linux, an ability to automatically reconnect the debugger to the running node process, and remote mappings in Attach to Node.js configuration
- Built-in tools: find unused code in the client-side app with Code Coverage reports, global File Watchers
- Editor: new UI for inspection tooltip
- JavaScript and TypeScript support: custom templates for postfix completion, and TypeScript 2.9 and 3.0 supported
- JSON support: JSON5, and Iimproved support for JSON Schemas
- Linters integrations: different highlighting for TSLint errors and warnings, and an ability to automatically apply code style rules from all types of ESLint and TSLint configuration files
- Debugging: breakpoint intentions, Drop Frame action, and debugging JavaScript scratch files
- Testing: rerun failed tests, navigate to Jest snapshot, compare Jest snapshots, and debugging Karma tests using Chrome Headless
- Version Control: Browse Repository at Revision action, completion for tags, register roots automatically
- Other IDE improvements: Touch Bar support


WebStorm 2018.1.5 Build 181.5281.31
- JavaScript Bug WEB-32790 WebStorm decides to stop accessing .d.ts files for es features for a project
- Node.js Bug WEB-32719 Add v8 to Node.js core modules
- TypeScript Bug WEB-32634 False positive Type mismatch error inside Angular Injectable
- No subsystem Bug IDEA-193747 Clicking Help | Register does nothing in a Toolbox-installed PhpStorm
- User Interface Bug IDEA-192713 focus is lost on opening Find Usages tool window
- Performance IDEA-192184 Goto Class/File/Symbol popups leak via native window and focus traversal policy
- Version Control Performance IDEA-192017 Unshelving creates a thread for each shelved file
- Version Control. Git Bug IDEA-191656 Git commit history with control characters causes intellij to spin, consuming CPU and repeating the same stack in the idea.log


WebStorm 2018.1.4 Build 181.5087.27
- It’s now possible to run and debug tests using Karma run/debug configurations in projects generated with Angular CLI 6 (WEB-32653)
- In Flow files, you can now press Cmd/Ctrl and hover over a symbol to see its type info. That works in projects where Flow server is used for navigation, code completion, and type hinting – the corresponding checkbox in Preferences | Languages and Frameworks | JavaScript should be checked. Navigation to the definition in Flow now works significantly faster than before


WebStorm 2018.1.3 Build 181.4892.44
- Change log not available for this version


WebStorm 2018.1.2 Build 181.4668.60
- Change log not available for this version


WebStorm 2018.1.1 Build 181.4445.68

New:
- Better support for Yarn workspaces: WebStorm now provides proper code completion for the dependencies listed in the workspace’s package.json
- In the JavaScript and TypeScript code style settings you can now configure whether to add file extensions in imports or not
- The bundled TypeScript package has been updated to version 2.8
- Stylelint now works in the Vue single-file components and the HTML files

Fixed:
- Move statement up and down now works for the JSX code (Shift-Cmd-Up/Down on macOS or Ctrl-Shift-Up/Down on Windows and Linux)
- The code completion for methods and properties defined in the CommonJS modules has been improved
- The problem with editing the Pug files is now fixed
- There is more about some of the improvements below

Support for Yarn workspaces:
- Yarn workspaces help you organize multiple packages into a single repo. When using Yarn workspaces, the dependencies of all the packages are installed together and are put into the node_modules folder at the root of your project and not next to the package.json file of each workspace


WebStorm 2017.3.3 Build 173.4301.22
New:
- Responses from the new REST Client are now formatted automatically
- Node.js debugger now supports –experimental-modules flag

Fixed:
- False positive errors from the eslint-plugin-import ESLint plugin were fixed
- Debug for apps created with Angular CLI 1.5.5+
- Debugging the app’s main process with Electron 1.8.1+
- Meteor debugger now uses –inspect by default


WebStorm 2017.3.1 Build 173.3942.31
New:
- Support for Fragments in React 16.2
- Configuration for the auto-completion after the = sign in JSX attributes is now available in the HTML Code Style preferences
- Customizable syntax highlighting for TypeScript decorators
- Extended error messages in the Flow tool window
- New option "Start template string interpolation on $"

Fixed:
- Unresolved React props when using @types/react
- Slow code completion for CSS classes in HTML files
- Optimize imports in Vue files
- Updating tasks from the issue trackers in the IDE
- Extend selection inside the script tag


WebStorm 2017.3 Build 173.3727.108
- Enjoy improved code completion and documentation for standard JavaScript objects and methods
- Move class methods up the class hierarchy safely with the new ‘Pull member up’ refactoring
- Use the new ‘Extract type’ and ‘Extract interface’ refactorings in TypeScript
- Enjoy better code completion and navigation and new code snippets for Vue.js
- Run tests with Jest in watch mode, update failing snapshots in one click, and explore code coverage reports in the IDE
- Test REST APIs right from the editor

Thunderbird 68.5.0 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Support for Client Identity IMAP/SMTP Service Extension
- Support for OAuth 2.0 authentication for POP3 accounts

Fixes:
- Status area goes blank during account setup
- Calendar: Could not remove color for default categories
- Calendar: Prevent calendar component loading multiple times
- Calendar: Today pane did not retain width between sessions
- Various security fixes

Slack for Windows 4.3.4 查看版本資訊

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

What's new in this version:

Slack for Windows 4.3.4
Bug Fixes:
- We tweaked some things too small to notice or too difficult to explain. We’ll return you to your regular, more interesting types of release next time (we hope).


Slack for Windows 4.3.2
New:
- We've tinkered with the internal workings and polished some rough edges. The app is now better than it was.

Bug Fixes:
- Slack would sometimes crash when the user right-clicked to see the context menu. In context, that was unhelpful. So it no longer does that.
- When maximized, the app had developed a bit of a distracting flicker. That flicker is now part of Slack history.
- Occasionally, a restart would result in connectivity issues for Slack… now you should be back online and back to work lickety-split.


Slack for Windows 4.3.0
- Bug Fixes: we’ve tinkered with the internal workings and polished some rough edges. The app is now better than it was


Slack for Windows 4.2.0
New:
- Our newest, fastest, best-performing, shiniest, most nutritious and delicious version of Slack is now fully rolled out, so that’s the one you’re now using. Brilliant.
- Like zooming in and out? Use a numpad? Great news. You can now do these things, on that

Bug Fixes:
- Notifications looked weird if your workspace name was long. Now, no matter your team name, notifications look lovely
- Some messages were being marked as read when Slack was hidden behind applications, or not visible on screen. Now we won’t mark it as read until you’ve actually seen it. Which seems fair.


Slack for Windows 4.1.2
New:
- We added support for Windows 10 Focus Assist priority list. So now our built-in and Action Center notifications will respect your Focus Assist settings, staying as quiet (or as loud) as you want them to be
- A new menu for the system tray lets you take control of how and when Slack launches on booting up (even, randomly, if you are not signed in to any teams)

Bug Fixes:
- Receiving a gif in a notification could mess with your notifications
- Long workspace names now no longer appear as incredibly long in menus
- Slack menus should now be showing up at the right language (meaning the one that is right for you)
- Spellchecker stopped working for a small count of users, leading to a shorp uptick in avoidabull erratz. With spellcheck now fully back online for those users, any remaining typos are officially not our fault
- There was a slim chance things weren’t finishing up properly when closing Slack. We’re working on making all this perfect, but in the meantime, it is, at least, better. Restarting when clearing cache now works again
- No longer do you have to ask “Update.exe? What IS that?”: We now show with our actual name (which is “Slack”, for reference) in Startup entries for Taskmanager and Settings
- Slack could go into a state where getting notifications (even if you couldn't see them) would prevent you from clicking on the right side of your monitor… at all. Sorry for any understandable frustration this caused — your notifications (and your ability to use your mouse) are now working as intended again


Slack for Windows 4.1.1
- Change log not available for this version


Slack for Windows 4.1.0
New:
- Thanks to a few tweaks to the engine, a polish of the pistons, and recalibrated valves, the app should be running smoother and faster, than before
- Spellcheck, revamped, is now a much better version of its old self (and back on Linux, to boot) — now it supports Greek, Portuguese and British English. So now spelling correctly should come more naturally to us all (which is good, because “correctly” can be a difficult word to spell)

Bug Fixes:
- For a quicker connection, and less frustration, checking for network connectivity is more reliable than it was before
- After uploading a video into Slack some found it would give an infinite circle of loading, but not play, which was never our plan. Now: it works!


Slack for Windows 4.0.2
Bug Fixes:
- Videos in channels were found to be the cause of a minor (but pesky) memory leak that has now been well and truly plugged
- It's taken a few tries, but the app should now crash less often when connected to an external display
- On opening your computer, the app is now, thankfully, more likely to launch properly every time. And, if you're using the direct download version, you can choose whether that launch is in the background, or front and center
- We spruced up the notifications a little so now they'll not only show up every time you need them to, they'll show up looking like whatever theme you wear proudly on your sidebar
- Now whenever an app update is available, we'll send you a polite little notification to tell you so
- If you'd become used to opening Slack from a shortcut on your desktop or menu… you'll know that we broke that recently. Sorry about that. It is now unbroken once more
- While using focus assist in Windows, we'll now assist that focus further, by no longer serving you noisy notifications
- Using the alt key to move focus to the menu is great… but was a little over-excitable. Should you tap it by mistake (or otherwise), it will no longer take ALL the focus, and you can continue to do other things


Slack for Windows 4.0.1
- Change log not available for this version


Slack for Windows 3.4.3
- Change log not available for this version


Slack for Windows 3.4.2
Bug Fixes:
- Just as day follows night and winter gives way to spring, so have we updated Electron to 4.2.1
- Tweaked the way that push notifications work between desktop and mobile to make them (hopefully) better for everyone. And faster
- Some minor tweaks to the stability of the app (to make it more stable, to be clear
- Occasionally, Slack would crash when waking up from sleep., because change is hard. This is no longer the case


Slack for Windows 3.4.1
- Bug Fixes: we’ve tinkered with the internal workings and polished some rough edges. The app is now better than it was


Slack for Windows 3.3.8

New:
- When you sign in, you'll now sign in through the browser rather than within the app

Bug Fixes:
- We've fixed the tray icon to make the notification badge easier to see, because, let's face it, if you can't see a notification, it's not really doing its job
- Switching from one channel to another will now give the correct name and information of the new one, rather than the old one, as was previously happening
- The new loading animation was a little stretched, or a little squished, depending on how you looked at it. It's now practically perfect
- A few icons in menus went missing on Windows 10, and have now been retrieved
- Occasionally, the "Open the Slack App" browser button was not opening the workspace in the desktop app. Silly, really. It now does
- If you use SSO (Single Sign-on) to log in, it should now work perfectly every time


Slack for Windows 3.3.7

Bug Fixes:
- Users signing in with Single Sign-On would see the same message twice when logging in
- Users signing in with Single Sign-On would see the same message twice when logging in. This will not happen any more
- When trying to select a portion of a code-formatted block of text (text formatted with ` or ``` at either end), some characters were proving slippery and hard to select. You can now copy and paste to your heart's content
- Several random, rare crashes — on launch and at other times — have been eliminated. More random and rare crashes inevitably exist, of course, and as soon as we know what they are, we'll eliminate those too
- The full screen shortcut was mistakenly listed as ‘Ctrl+F’ instead of ‘Ctrl+Shift+F’ in the "View" menu. We both apologize for this and hope that, because of it, someone out there discovered 'Ctrl+F' as a useful shortcut for searching the channel that you're in. Always look on the bright side of bugs


Slack for Windows 3.3.6
- From today, you'll notice a shiny new app button that matches our new logo. You can read more about it on our blog at SlackHQ.com


Slack for Windows 3.3.3
- All updates are important, of course. This one contains security updates, and as we know, they’re the most important kind of all


Slack for Windows 3.3.1
- Bug Fixes: We’ve tinkered with the internal workings and polished some rough edges. The app is now better than it was


Slack for Windows 3.3.0
New:
- A plethora of improvements for the people of Enterprise Grid, including faster quick switching, better proxy support, and direct message draft syncing across multiple workspaces (so whichever workspace you started typing that message in, you can finish in another)
- You can now right-click on Slack in the taskbar to do useful things like jump to a specific workspace, or move Slack to your current display

Bug Fixes:
- Unread badges, which had been being a little inconsistent, have been given a stern talking to, and promise to be more reliable henceforth
- Call loading has been improved, as have other general pieces of call performance
- The workspace sign-in flow has been gently massaged, leading to improved error handling and magic link support
- Copying an email link will now, as you might expect, copy the email link
- A clutch of crufty crashes, as hard to explain as they were annoying to experience, have now been completely corrected
- Notifications on Windows 7 machines without graphics acceleration hardware can now be used once again
- We closed first our left eye, then our right, and can confirm that the text in this new version is a little bit sharper for some Windows users
- Applications launched by Slack (when, say, clicking a link) will no longer inherit Slack’s environment variables


Slack for Windows 3.2.0
New:
- A plethora of improvements for the people of Enterprise Grid, including faster quick switching, better proxy support, and direct message draft syncing across multiple workspaces (so whichever workspace you started typing that message in, you can finish in another)
- You can now right-click on Slack in the taskbar to do useful things like jump to a specific workspace, or move Slack to your current display

Bug Fixes:
- Unread badges, which had been being a little inconsistent, have been given a stern talking to, and promise to be more reliable henceforth
- Call loading has been improved, as have other general pieces of call performance
- The workspace sign-in flow has been gently massaged, leading to improved error handling and magic link support
- Copying an email link will now, as you might expect, copy the email link
- A clutch of crufty crashes, as hard to explain as they were annoying to experience, have now been completely corrected
- Notifications on Windows 7 machines without graphics acceleration hardware can now be used once again
- We closed first our left eye, then our right, and can confirm that the text in this new version is a little bit sharper for some Windows users
- Applications launched by Slack (when, say, clicking a link) will no longer inherit Slack’s environment variables


Slack for Windows 3.1.1
- Bug Fixes: We got so excited about your emoji we kept requesting them, particularly at the moment you switched channels. This caused all manner of slowness. We've since bottled our enthusiasm, and now request emoji exactly one (1) time


Slack for Windows 3.1.0

New:
- We’re using a new font for Japanese. It’s clearer, more legible, and goes well with aubergine. (Which is the default color of your sidebar. As well as a vegetable)
- Sometimes Slack takes too long to start up. If that happens, a) we’re sorry that it does, but b) you’ll now see a link with some helpful troubleshooting ideas
- When a file’s done downloading, a new notification will dutifully let you know
- If you’ve asked Slack to launch right when your computer turns on, Slack now does so much more quietly — with less extraneous loading screen action, and fewer fanfares
- For Windows 10 users, we now offer the option to disable hardware acceleration. If you’re seeing glitchy graphics and other unpleasantness, try toggling this option to on

Fixed:
- Badges about unread messages would linger on the dock icon, even after said messages had been read. These badges will linger no more
- Slack would occasionally crash when it wasn’t allowed to put files in the Temp folder. Now, it will simply use the Downloads folder, instead
- Some users who clicked on a magic link were not taken to their workspace. We have set our cauldrons to a slow simmer and magic links should now work as expected
- When trying to connect via a proxy, Slack no longer refuses to load
- Sometimes, during a support conversation, we’d ask you to reset your app data with the click of a button. Clicking this button will now actually reset all the necessary data, rather than some. Which is good for everyone
- Now you can download a file from Slack, delete it, and then download it again. If that seems like the way the Slack should’ve always worked, well, you aren’t wrong
- Right clicking “something” and choosing “Search with Google” had a tendency to search for “so”, “me”, or “thing.” It will now search for the entire text. So if you really do want to Google “something” (or something else), we’ll have your back
- Images sometimes were appearing in notifications, contrary to the wishes of those who had chosen to hide message previews. This is now fixed, your wishes respected
- Clicking the close, minimize, and maximize buttons would occasionally do nothing at all. You can now close, minimize, or, preferably, maximize Slack
- If you dismiss a tooltip, it will leave promptly and politely
- Previously, Slack would override a system’s TEMP variable. If you know what that means, know now that it is fixed
- Some anti-virus software had become overly suspicious of Slack. We are not a virus, and we’ll do better about letting your anti-virus software know
- If you’ve chosen to disable hardware acceleration, we’ll also put the brakes on a few other visual flourishes, particularly around notifications. This decelerates the desirable parts further, making the worse things better and the people happier

Slack for Windows 3.0.5
- Bug Fixes: Another important security update. See? We told you they were all important

Slack for Windows 3.0.3
Bug Fixes:
- On some Windows 7 systems, Slack kept Windows from shutting down without making a fuss. It’ll now let your system shut down in peace.
- When Windows had trouble showing your notification, Slack would panic and crash. It’ll stop doing that.
- An important security update. Security updates are always important. This is one of those.

Slack for Windows 3.0.0
New:
- When you’re in a lot of workspaces, the app now uses much less memory, and starting up is faster, to boot
- And flipping between those workspaces is now faster. Not super-sonic, but certainly somewhere between a jiffy and lickety-split
- We shunted the sign-in page out of the app — it's now rerouted to a new window, for reasons of reliability
- A new-fangled lock badge subtly lets you know which workspaces you're currently signed out of. Or of which you're currently signed out. Either way
- Our start up screen, spruced-up and slimmed-down, is worth a gander — as is the helpful way that dates now stick to the top of a channel while scrolling through messages. Though if you don't notice them, but quietly feel a little bit happier for reasons you can't put your finger on, that's cool too

Fixed:
- It’s been a long time coming but brings us joy to say: 100% less reloading during drag and drop. How much? 100%. That's all the percents, people. Sorry about the previous frustration
- For those encountering a screen claiming "Something’s not working", it turns out the main thing not working was this screen: it is no more
- If you kept the app running for a long time, you might be on the receiving end of two consecutive updates. Now good things come to those who wait, one-at-a-time, as is proper
- The sidebar now scoots considerately out of the way when viewing full-screen video
- We fixed exiting full-screen video when pressing the aptly-named “Escape” key
- The blackout caused by a window being closed while full-screen, with one request confoundingly eclipsing the other, has been sunsetted
- Found: One missing Ctrl-1 / Cmd-1 hotkey. Please call 1-800-SLACKME to claim. Don't actually call that. It doesn't do anything. Unlike the hotkey (now)
- And finally, sometimes selecting text in the search box would move the window around. You could say… it was a bit of a drag
- For the Windows Store folks: say howdy to genuine auto-launch support
- Remedied: A crash on Windows 10 when an Action Center notification contained special characters
- Speaking of notifications, we ferreted out a few cases where sounds were not playing or profile images were missing, and righted them
- If you connected a secondary display, then later disconnected it only to find Slack missing offscreen, you’re in luck. This version is less jumpy

Slack for Windows 2.8.2
- A small release containing nothing but another Electron update, this one better than the last

Slack for Windows 2.8.1
- Previously in Slack app releases: we fixed the Japanese input in 2.6.3. Then we re-broke it in 2.8.0. And now it’s fixed again. Stay tuned for the next thrilling installment
- Added bonus: An Electron update improving security. A precautionary measure, but it’s always good to be up to date

Slack for Windows 2.8.0
What's New:
- Support for a top secret, very hush-hush, highly classified and very exciting new feature that we wish we could call by name, but we cannot
- All mentions of “team” have been changed to “workspace” when referring to the app, though not when referring to the people in it. You create a workspace. You invite people from your team. Simple!
- You can now configure the language used by the spellchecker in Preferences to be the language you wish to spell correctly
- You can now configure your delivery method of choice for notifications (build-in, Action Center, Action Center Abbreviated), in addition to being able to configure the position of those notifications (again)

Fixed:
- Fixed: A few rare crashes when making a call and/or screen sharing on a call are now, we believe, on the brink of extinction - or possibly, we hope, gone forever
- Fixed: An issue where the app would hang if your OS reported that you were in certain timezones
- Fixed: You may have been running into a `Something's Not Working` screen when waking your computer from sleep. Turns out the thing not working was that. So we fixed it
- Fixed: Windows Action Center notifications were bright red for some reason: they are now less red
- Fixed: Notification sounds would sometimes play twice. Notification sounds will no longer play twice

Slack for Windows 2.7.1
Fixed:
- You're nearly finished signing in when suddenly – bonk – you're brought back to the first page. Hey, what gives? Please accept our apologies and, in this version, 100% less bonking

WINDOWS 10:
- Ding. Ba-dum tsss. Plink. Boing. Hummus. We know you've been missing all of these sounds, so we wrote them down for you. The app should play them more often now, too

Slack for Windows 2.7.0
New:
- File downloads are now pausable and – in perhaps a master stroke of matchmaking – resumable too
- A bevy of changes to make the app more keyboard navigable
- We’ve adjusted the app icon, but just a skosh. Putting our best foot forward
- Should the worst happen and the app fail to load, you'll see a less dreadful error page and perhaps even a code you can share

Fixed:
- On Windows 7, notifications have been made more reliable, at the expense of a preference: you’ll no longer be able to customize their position on-screen
- On Windows 10, we’ve negotiated a truce between notifications and your antivirus. This will keep notifications appearing in a timely manner. They’ll play whatever sound you’ve told them to play more reliably, too
- The team sidebar is no longer touch-challenged. Tap, flick, and drag teams to your heart’s content
- Cancelling a running download is 38% less crashy. For when you decide you didn’t need that third gif after all
- We spliced some wires we shouldn’t have, causing a loading screen to flash briefly after signing into a team. Now it’s as it should be
- Those little white dots in the team sidebar that let you know when you have messages to read? They’re no longer obscured when the app is maximized

Slack for Windows 2.6.5
- The certificate used by Windows to confirm that Slack is truly from Slack expires on September 14, 2017. Since Slack is 100% from Slack, and it would be ridiculous to think otherwise, we got it re-certified. That's literally all that's changed.

Slack for Windows 2.6.3
- Fixed: Sometimes if you changed networks, we used to rouse from sleep in a bit of a daze, greeting you with a blank screen. Now, we awaken bright-eyed and bushy-tailed. Or at the very least, with your team displayed
- Fixed: Where, in rare cases, some external links didn't end up pointing to the right place when you clicked them, they now do
- Fixed: Video playback should now be much smoother, and nicer to your network
- Fixed: On certain keyboard layouts, hitting backspace didn't actually delete the last character, which was a surprise, but a surprise of the lesser kind - there is now one fewer lesser surprise

Slack for Windows 2.6.2
- Fixed: Unexplainably, context menus and spell-check stopped working in some teams. OK: we have an explanation but we'd rather not discuss it. It's embarrassing. Rest easy knowing that it's fixed here

Slack for Windows 2.6.0
What's New:
- We revamped video calls, making the experience more intuitive, and more attractive. As a bonus, they're more resource efficient and now let you change audio devices during a call. If that's the kind of thing you need to do.
- Remove thine shackles from thine eyes, and behold: gloriously legible text, regardless of your display scaling!
- We'll no longer clear notifications from the Action Center automatically, but if you're on the Windows Creators Update we'll bundle them up so that it's easier for you to do.

Fixed:
- A rare bug that turned Slack into a process hydra: receiving notifications or switching channels would spawn new processes seemingly without end.
- The Launch on login preference should be more reliable this time around (for the technically inclined: it now uses the registry instead of a Startup shortcut).
- We paved over a series of potholes that were strewn about the app, making crashes far less likely.
- Should you ever wish to say goodbye to one of your teams, a right-click > Remove from the sidebar will do the trick now more reliably than before.
- Switching teams using the numbered shortcuts is noticeably faster. We would say "37%" if we were forced to put a number on it. Fortunately, we aren't, and we won't.
- Opening a context menu won't freeze videos or gifs playing in the app.
- We dusted off the cobwebs in the app menu and composted a few menu items that weren't useful when signed into one team.
- The default window size is a smidgen larger. You won't notice, because your window will keep being the same size it's always been. That's just the way it is, and we don't want it to change.
- Our spellchecker would occasionally mark correctly spelled words as incorrect. It had ONE job. It now performs it.
- With surgical precision, we cut out the frame border that appeared when the app window was maximized.

Slack for Windows 2.5.2
- We made the act of signing in more reliable for teams using SSO
- It transpired that folks who downloaded our installer from slack.com were added to the beta program. If you wanted to be in the beta, you would have said so
- For the times when Slack just... doesn't: try Help > Clear Cache and Restart. It has all the nougaty goodness of Reset App Data, without the stale aftertaste of losing your teams

Slack for Windows 2.5.1
What's New:
- We tried to imagine a centralized location that made it easy to put Slack onto a bunch of Windows computers all at once. Then realised we were imagining the Windows Store. So we put the app in there instead. It made so much more sense
- The way we load teams you don’t view often has been changed to improve the memory footprint of the app. One day, it will be a pitter patter of tiny footprints. For now, it’s a tad slower, a little less hefty, and a lot more attractive. Think “brontosaurus in a nice hat.”
- Folks consistently unable to load the app will now be greeted by a troubleshooting page that offers suggestions on making their situation better. (Spoiler: it's usually to do with over-zealous antivirus software)
- Those pasting text with style into a Post then finding their text to have "no style" can now Paste & Match Style under the Edit menu
- You can see our Help Center documentation in – of all places – the Help menu. The almost over-intuitively named Open Help Center item will be your friend
- Spellcheck support for three (세!) additional languages; writers of Korean, Portugese (Brazilian), and Albanian type a little easier

Fixed:
- Waking Slack after hibernation or a system crash occasionally found all your teams missing. Thank you for your patience, and sorry for the inconvenience; it no longer should
- Some bold explorers moved their user profile off of the default drive (C:) and started the app to find nothing but a cryptic error message. We weren't prepared for this boldness, but have since girded our loins. Fine, explorers: Set your profiles free
- A rare bug where team icons shuffled out of formation in the sidebar. They're more stoic and sticky and as a bonus, rearranging them is smoother
- On Windows, a handful of zoom-based glitches: borders inappropriately sized, taskbars jumping around. All of that? Smoothed
- Customers typing in languages that use IME composition (Korean, for example) will find that the message input is 82% stickier
- In a truly McGyver maneuver, we applied an additional layer of duct tape around Windows 10 notifications. Literal duct tape. Ask no questions

Slack for Windows 2.4.1
What's New:
- The shades of gray in our menu bar were so 1992 — they didn't match any of our outfits. So: we went shopping for a new window frame. This one matches your theme, and comes with a free hamburger menu!
- We discovered that removing a bunch of unnecessary processes improved app startup time. Who knew? Less really is more. Or at least, less is more-faster. Or should that be fewer? Whatever: It's better
- We simplified the way we remember your teams and app settings. This shouldn't affect much, aside from some bugs wherein we forgot your teams or app settings, which are now fixed
- For the savvy troubleshooter, a new tool: Help > Show Logs in Explorer will package up some app diagnostic files, should you ever need them

Fixed:
- Our zoom levels now match the Chrome browser, so you should feel right at home (so long as your home is Chrome)
- An infrequent crash when quitting the app has been dispatched
- A slightly more frequent crash while checking for updates; eliminated
- Signing out of teams from the right-click menu is 46.8% more reliable
- And finally, if you had multiple displays, new windows (such as a call or a Post) would appear on the primary display instead of the display that Slack was on. Rather than submit this to a physics journal for peer review, we decided to fix it. All is as it should be

Slack for Windows 2.3.4
- Fixed: There was a small bug in Calls. We don’t think you saw it, but we fixed it anyway

Slack for Windows 2.3.3
Fixed:
- Window zoom jumping back and forth? No longer–we locked it down and threw away the key
- Some folks on Windows 10 were beset by lag when switching channels, making the app unresponsive in the best case and altogether frozen in the worst. This update should thaw them out

Slack for Windows 2.3.2
New:
- Signing into a new team now gets the same pleasantly clear-eyed full screen treatment as our other dialogs
- You're now able to approve deep links from other apps. And then, with a full heart (and a click of your magical computer arrow) open them
- Notifications will show up on time, every time. Can't lose

Fixed:
- If you're using NTLM or basic authentication to sign into a team, you'll be relieved to find that your credentials work. Good as new!
- Opening Slack from a Slack-flavored link (say, a magic login email) is 100% more reliable
- The window should flash when set to Idle and you receive a notification, even if you've stashed it in the tray
- Some folks were hearing the default system notification sound in addition to the sound from the app, and it wasn't just their imagination. This was confounding, and we took it out
- If you don't have a team icon set, we instead show the initials of your team name in the sidebar. Astute observers noticed that those initials were too bright when the team was not selected, and (gasp) they didn't support Unicode characters, such as emoji. All of this has been made right
- Switching teams using the quick-switcher works every time. Promise
- We turned Dropbox imports upside down, shook out a few bugs, then put them right-side up again
- Several folks mentioned that our zoom levels were not fine-grained enough. So, we made them match Chrome! You should feel right at home

Slack for Windows 2.2.1
What's New:
- Rather than reloading the whole app, View > Reload now reloads just your current team. We're pretty sure that's what you meant.
- What is that beacon of pure white light? Oh! It's the Windows 10 Action Center, with the rubbish–err, notifications–taken out. Whenever you switch channels, we'll dismiss notifications in that channel from the Action Center.
- Use Help > Report Issue to send feedback or file a bug. It attaches your log files automatically, because who has the time for attachments?
- So, you want to memorize every hotkey? Of course. Consult our ever-expanding cheatsheet, now available from Help > Keyboard Shortcuts.

Fixed:
- Blank white apps as a result of network troubles should be a rare circumstance. It was rare before, but now it's like, extinct. Or endangered. One of those.
- Launching the app from the Windows command prompt should work more reliably. Before it was, well... we don't want to talk about it.

Virtual DJ Studio 8.0.7 查看版本資訊

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

What's new in this version:

- This update adds more improvements, including indexing the Duration of ZIP files (for CDG+MP3). It is recommended to perform a Reindex after this update, though this is not required
- Other minor performance improvements have been made internally

Virtual DJ Studio 8.0.6 查看版本資訊

更新時間:2020-02-10
更新細節:

What's new in this version:

- Building upon the major 8.0.0 release on the first of the month, 8.0.6 adds many small fixes and improvements. At this point, Virtual DJ Studio 8 is considered to be rock-solid and stable, so be sure to upgrade if you are using any previous 8.x version. This update is free if you bought an 8.x license, and will not change any of your settings by installing it over the existing version.

Most notable changes include:
- FIX: Fade Out & Stop feature works better
- Improvement: You can now show a List of upcoming singers along-side Pictures
- Improvement: Ability to place the countdown timer in any corner of the Video Screen
- Improvement: Ability to treat all Video files the same way as CDG/ZIP files
- That last improvement simply lets a Video File have a "Singer Name" at the top of the line, and carries the Singer and Key along with it when drag and dropping the file from one place to another.
- There are other improvements internally that make this the most stable 8.x version yet! New features are coming all the time, so stay tuned...