PlayOn Desktop 歷史版本列表 Page18

最新版本 PlayOn 4.5.116 Build 30341

PlayOn Desktop 歷史版本列表

PlayOn Desktop 是一個 PC 應用程序,將您的電腦變成流媒體錄像機和媒體服務器。從 Netflix,Hulu,亞馬遜,HBO 和其他 100 個流行的流媒體站點錄製,投射和流式傳輸您最喜愛的在線節目和電影。隨時隨地在任何設備上觀看,無需商業廣告,甚至離線觀看. 您只需點擊一下即可使用 PlayOn Cloud 移動應用程序(iPad 和 iPhone)錄製所有喜愛的節目和電影。記錄來... PlayOn Desktop 軟體介紹


Ocenaudio 3.7.12 (64-bit) 查看版本資訊

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

What's new in this version:

- Fix files save filter
- Fix MacOS Mojave audio input permission

PlayOn 4.5.63 Build 27690 查看版本資訊

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

What's new in this version:

- Fixed PBS
- Fixed Hulu
- Fixed YouTube
- Fixed Amazon
- Fixed HBO GO
- Fixed HBO Now
- Fixed Disney

PerformanceTest 10.0 Build 1004 查看版本資訊

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

What's new in this version:

PerformanceTest 10.0 Build 1004
- CPU Test - Compression test, made some changes to increase speed of compression test. Now using std::minstd_rand due to changes in Windows 10 that decreased the speed of the rand() function
- CPU Test - Single thread test, due to changes in the compression test the single thread test will now be slightly higher
- CPU Mark - due to compression and single threaded test changes the CPU mark has been rebalanced for these changes. The single thread test is now weighted slightly more than the other tests
- Advanced Network test - Fixed a bug preventing the TCP server thread starting correctly so the TCP test would stop after a few seconds


PerformanceTest 10.0 Build 1003
- Histogram charts, fixed some issue loading V10 charts, fixed some missing charts for new tests.
- Baseline manager, fixed a crash that could occur when there were no CPU/GPU model names loaded from the chart data
- Started adding PT8 or PT9 flags to all old V8 and V9 baselines when an individual test result is displayed
- Install to USB, fixed a missing subfolder from the media folder that was not being copied to the USB correctly


PerformanceTest 10.0 Build 1002
- CPU tests, Single Threaded, started scaling single threaded score down to be closer to PT9 for better comparability with older results
- 2D Tests, 2D Image Rendering, changed score displayed to thousand images/sec instead of images/sec for better readability
- Fixed drag and drop on main window of loading of baselines not working
- Fixed an issue for the test status window, when running a single CPU test it was not correctly displaying the test that was running


PerformanceTest 10.0 Build 1001
- Change log not available for this version


PerformanceTest 10.0 Build 1000
- Score rebalancing Due to the large amount of changes made to the 2D/3D/CPU/Disk tests all the calculated mark values have been rebalanced and scaled to be similar (but not exactly the same) to that of PerformanceTest 9
- Individual test scores have not been scaled so a direct comparison cannot be made in many cases between version 9 and version 10
- Windows Support No longer supporting Windows versions older than Vista
- Compiler updates We have switched from using Visual Studio 2013 (for V9) to Visual Studio 2019 for V10. Newer compiler versions typically bring improved code optimisation and use of newer CPU instructions
- CPU Tests Enabled compiler optimisations for the CPU tests that had previously been disabled. This has resulted in better performance on newer CPUs when compared to older ones
- Compression Test, replace with a new version that uses the Cypto++ Gzip library. Previous versions of PerformanceTest were using a Adaptive encoding algorithm, which gave good compression rates on text, but was’t in common use. Zip is the defacto standard for real world data compression
- Encryption test, removed Salsa and TwoFish from the sub tests that are run and replaced them with an ECDSA (Elliptic Curve Digital Signature Algorithm) sub test. Previously PerformanceTest V9 had 4 sub-tests. These were, TwoFish, AES, Salsa20 & SHA256. Now we have three sub-tests. AES, ECDSA & SHA256. These are all algorithms that are heavily used in the real world
- Extended Instructions (SSE), added an AVX512 test (when available). AVX512 are a new set of CPU instructions that are in newer CPUs
- Extended Instructions (SSE), fixed a pointer math issue in the test that was referencing incorrect memory locations. Accessing the correct data helped with data alignment and improved test throughput
- Extended Instructions (SSE), made some changes to the SSE/AVX/FMA tests for how the results are retrieved and stored for next calculation loop (using _mm_storeu_ps and mm256_storeu_ps)
- Extended Instructions (SSE), removed custom aligned vector/matrix class and switched to standard vector/matrix class. Changed how matrix data is loaded before test (using _mm256_broadcast_ps)
- Integer Math, made some changes to add better support for out of order execution. This makes the algorithm less linear and gives modern CPUs the change to get more calculations done in parallel
- Added a Cross-platform mark to the CPU test, made up of the Integer, Floating point, sorting and prime test scores. This will be calculated when loading a V9 baseline in V10 if the required scores are available. This cross platform score is not used when generating the overall CPU mark as it based on previously run tests. We envisage that we’ll use these results in the future for cross platform comparisons (x86 PCs vs ARM based mobile devices)
- Physics test, updated Bullet physics engine to version 2.88. Previously we were using 2.83
- 2D Tests Added a new SVG (Scalable Vector Graphics) image rendering test that will open and display several SVG images
- Added a new “PDF Render” test that will open a PDF and scroll through the available pages
- Changed default test size to 1920 x 1080. This should place more load on the video card than was previously the case so frame rates are lower across the board compared to V9. Tests will scale down in size to 1024×768 and a penalty will be applied and will not run at lower resolutions than this
- Direct 2D, increased amount of objects displayed during test
- Windows Interface test, increased size of dialog and number of controls on dialog
- Complex vectors, changed so that rendering loop resets sooner rather than most of the drawing happening off screen towards the end of the test
- Image Filters and Image Rendering, added DX11 versions of this test. Results are a combination of old and new tests
- Due to these updates scores and the 2D mark value in older versions of Windows (eg Windows 7) will be far lower as it isn’t possible to scale meaningfully when multiple tests can’t be run
- 3D Tests DX9, changed default resolution to 1920×1080, test will be scaled down and a penalty applied if it cannot be run at this resolution
- DX9, increased default Anti Aliasing level to 8, changed skybox and number of objects in scene. This was done with the aim of making the test less CPU bound
- DX10, increased default resolution to 1920×1080, test will be scaled down and a penalty applied if it cannot be run at this resolution. This adds load to the video card
- DX10, increased number of islands and meteors during test
- DX10, fixed a bug when enumerating display modes for the DX10 test where no compatible card would be found if there was a large amount (>500) of display modes
- GPU Compute, replaced the Bittonic sort test with an NBody Gravity test. Nobody knew what a Bittonic sort was or how it applied to the real world. NBody simulations on the other hand are a fairly common scientific application and they make a good visual impact
- GPU Compute, increased default size for sub tests to 1920×1080
- GPU Compute, OpenCL test, made some changes to particle size and variables used for calculations so more is happening during the test
- GPU Compute, Mandelbrot test, increased number of iterations 10x to slow down the test execution
- Started allowing ”Microsoft RemoteFX Graphics Device” for 3D support on some VMs
- Memory Tests Increased amount of memory that non-cached tests use to 512MB of RAM (up from 256MB)
- Database Operations, changed to use an in memory sqlite3 database based on SQLite 3.31.1. Will run for maximum available physical cores and use at least 128MB RAM per thread
- Threaded, changed to run a range of threads up the maximum available (eg 2, 4, 8, 16 or 3, 6, 12 depending on available core count) and use highest score. Amount of RAM used will depend on number of threads, <= 16 threads 512 MB, <=64 threads 1 GB, > 64 threads 2 GB
- Threaded and Database operations, added support for processor groups and thread affinity
- Latency test, now will take measurements based on 16KB, 64KB and 8MB ranges (previously was just 64KB) and use the average value of the three tests for the score. This will give a broader range of samples and will result in higher latency figures than PT9
- Disk tests Changed name of “Random Seek” test to “32KQD20” to better represent the test (using 32K block size with a queue depth of 20)
- Added a new “4KQD1” test (using 4k block size with a queue depth of 1)
- Increased test files size to 400MB for write test, 800MB for read test (traditional hard drive). If drive is an SSD then it is 1GB for write test and 2GB for read test
- Removed the CD test
- Advanced Physics Test Added option to allow resolution to be selected
- Updated Bullet physics engine to version 2.88. Previously was using 2.83
- Added message check on exit to stop „not responding“ when closing while using a large number of objects
- Advanced Network Test Added threading, Windows RIO (Registered Input/Output API Extensions) sockets option. These changes were made to achieve higher throughput & lower latency, particularly on 10Gb+ networks. You should now be able to really push the limits of your networking gear with these changes
- Advanced Disk Test Made some changes to try and stop crashes during the advanced disk IOPS test when the hard drive is failing/responding abnormally
- Added temperature collection to test results. Can now choose to display the temperature or the latency heat map when displaying a graph. This has become important as some SSDs throttle down their speed under high temperatures
- Advanced Memory Test
- Added „Threaded“ test option to advanced memory test, currently will run the threaded memory test starting with 1 thread up to (Cores * Threads per core) threads. Each test loop is repeated 3 times and the best result stored.Now opens graph automatically at end of testing
- Updated latency test to use same settings as standard test, running random range latency test for 16KB, 64Kb and 8MB ranges and then averaging the results
- NEW Advanced CPU Test Added an advanced CPU test, this allows individual CPU tests to be run from 1 thread up to a specified number of threads and then the results graphed
- NEW Advanced Internet Speed test Added an implementation of M-Labs (https://www.measurementlab.net) internet speed test that will connect to their servers, performance a 10 second upload test, a 10 second download test and then display the results from that test
- Baseline management Re-enabled choosing of colours for loaded baselines, this will only affect the bar graph colour of the baseline and the text colour will not change
- Localisation Added a section in the installer to allow selection of a supported language, on install first launch PT will now choose that language by default
- Reporting Added percentile options to exported text, formatted text and HTML reports
- Baseline Management Added a way of tracking submitted baselines and displaying them in the advanced baseline management dialog under the “Uploaded” tab
- Scripting Added SETRERUNRESULT to toggle re-run config setting. Choose between keeping BEST and NEW result when re running tests
- Added HIDEBASELINES option to only add current computer results to exported results files
- Added CPU_RUNTEST and ACPU_SETEXPORT commands for scripting the advanced CPU test
- Changed „Result Date“ to be local time instead of UTC for consistency (windows install time was already local time)
- HTML report output, fixed a bug where the Unicode BOM was not being correctly written to the start of the file if the file was opened in append mode and didn’t already exist
- Removed 2 extra line breaks being added at end of records for REPORTSUMMARYCSV command
- Misc Chart display, added percentage difference to baselines when a score the „this computer“ is available. Also added option in the preferences to enable/disable
- Fixed an incorrect error message in the advanced drive performance test when a selected disk did not have enough free space
- Fixed a bug when saving results to an image, the scrollbar width was being applied and causing some result to be hidden
- Added a gray rectangle to custom list view header so the boundary that can be used to resize the columns is highlighted
- System information, Changed ram details in baseline system info to display in GB
- Now displaying „Baseline #X“ instead of just „#X“ on system information window for loaded baselines
- Report exports, added BIOS version and hard drive size as a separate field to the exported report system information
- User Interface, Made back/prev/next buttons in 3D component info view slightly lighter so they stand out more
- No longer displaying PNP ID on Video card system info display
- Fixed some preferences dialog alignments
- CSV export, fixed an issue where multiple „unknown disk“ entries could be output and change column ordering


PerformanceTest 9.0 Build 1035
- Fixed a crash at startup on some systems when collecting SMBIOS system information


PerformanceTest 9.0 Build 1034
- Fixed some display issues when collecting system information for graphics cards:
- on systems with integrated & discrete cards in some cases multiple entries were displayed
- monitors were not assigned to the correct video card
- some Nvidia cards were not being saved in the baseline correctly


PerformanceTest 9.0 Build 1033
- Fixed a crash on startup when collecting graphics system infromation


PerformanceTest 9.0 Build 1032
- Fixed an issue when trying to print in windows 10
- Fixed a crash on start up that could occur on Intel Baytrail systems due to an invalid MSR read
- Made some changes to try and stop crashes during the advanced disk IOPS test when the hard drive is failing/responding abnormally
- Fixed a bug with the save results as image function being impacted by the scroll bar on normal graph displays (would only save as many results as were displayed)
- Added more information to "Could not reset the Direct3D device" error


PerformanceTest 9.0 Build 1031
- Baseline management: added max cpu/3d/disk scores to advanced baseline search windows. Will now force a min and max score entry (with a differnence no larger than 1000) when doing a search based only on a cpu/3d/disk score.
- Removed Nvidia G-Sync check before submitting baseline results as the Nvidia API was not reliable and could indicate G-Sync was enabled on systems that did not support it
- Fixed a bug in the DX12 test where it would not always choose the video card with the largest amount of RAM


PerformanceTest 9.0 Build 1030
- System information library updated to support Radeon RX 590, support for retrieving CPU info for Intel Goldmont


PerformanceTest 9.0 Build 1029
- Fixed a crash that could occur during the disk test


PerformanceTest 9.0 Build 1028
- Fixed a bug when enumerating display modes for the DX10 test where no compatible card would be found if there was a large amount (>500) of display modes
- Updated temperature offsets for some AMD Ryzen CPUs to make the temperatures more accurate


PerformanceTest 9.0 Build 1027
- Updated system information library to fix a crash that could occur on Windows 10 Enterprise with device guard enabled on some AMD systems


PerformanceTest 9.0 Build 1026
- Fixed a crash that could occur in the Advanced Disk Drive Performance test when a call to get the drive information failed
- Changed advanced memory test to allocate up to 25% of system ram (previously would limit to 2GB)
- Fixed a crash that could occur when adding a large amount of baselines at once using the baseline management window


PerformanceTest 9.0 Build 1025
Fixed an issue with NUMA settings when selecting a processor using a different node to the one the PerformanceTest EXE was running on
Fixed a crash that could occur at startup due to a buffer overflow when downloading updated chart data


PerformanceTest 9.0 Build 1024
- Made a change so that the high powered card on dual graphics card systems is displayed in the "your card vs" comparisons
- Advanced Drive Test, fixed freeze bug when filesize is larger than the maximum allowed per the drive's filesystem.
- Advanced Drive Test, Widen the rows on the table and updated displayed precision for Latency Read/Write tests (will show microseconds, us, instead of ms where applicable). This is important when benchmarking very low latency RAM drives.
- Advanced Drive Test, Improved test consistency. Previously the creation of the test file and the the actual test period could overlap on some disk systems due to caching. This could cause a slow start to the test. If a drive respects caching directives this shoould no longer happen.
- Fixed openCL test crashing/not displaying an error message when no openCL library is available
- Added monitor DPI to baseline information
- Updated system information library to correctly report details about new hardware


PerformanceTest 9.0 Build 1023
- Made some changes so test scores greater than 0 but less than 1 are rounded up to 1 when displayed (to avoid them showing as 0)
- Added a new example baselines to reflect newer hardware on the market
- Started displaying text scaling factor / DPI settings in the with video card information. The DPI setting can impact the 2D results (more pixels to move around means slower 2D at high DPI)


PerformanceTest 9.0 Build 1022
- Fixed a crash that could occur when exporting a test graph (eg advanced memory test) to an image
- Fixed a bug in the Advanced memory test where NUMA settings were not being taken into account for memory latency and block size testing
- Fixed a crash that could occur in the memory latency test


PerformanceTest 9.0 Build 1021
- Fixed the naming of some AMD RX 560 cards when they share the same device ID as the RX 460
- Updated help to a new format to allow opening and display of current topic on Win10 systems


PerformanceTest 9.0 Build 1020
- Added a 64bit build of the DX12 test executable which will be launched on 64bit systems

SoftEther VPN Gate Client Plugin 2020.03.16 build 9731 查看版本資訊

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

Visual Paradigm Community Edition 16.1 (64-bit) 查看版本資訊

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

What's new in this version:

Visual Paradigm Community Edition 16.1 (64-bit)
- Change log not available for this version


Visual Paradigm Community Edition 16.0 (64-bit)
Large-Scale Scrum Canvas:
- Large-Scale Scrum Canvas is a scrum tool built for every scrum team to plan, track and manage scrum projects through an intuitive visual canvas. Whether your software project involves a single team or multiple teams around the world, we keep everyone on the same page, same canvas.

Navigate project with ease:
- Manage product backlog, sprint planning, impediment, daily scrum, sprint review and other Scrum events and artifacts from within the same place - the Large-Scale Scrum canvas
- Works for any scale projects
- Dedicated canvas for every Scrum team to access the project and sprint details relevant. The canvas is designed to help make large-scale development efficient

Improve communication:
- Effectively communicate ideas the with documents generated from the information gathered under work items
- To use this feature, select Agile > Large-Scale Scrum Canvas from the toolbar
- LeSS (Large-Scale Scrum), is a trademark of The LeSS Company B.V

Form Builder - Design Your Forms:
- We support your data collection needs by introducing a new form builder that is feature-rich and intuitive. You can create your own forms using our drag-and-drop form builder that has all the layout tools, form fields and flexibility you need. Choose from a vast collection of form templates to create registration forms, order forms, feedback forms and more

Drag-and-drop form designer:
- Drag the fields you need and drop them on the form editor. Drag to move fields and adjust layout. Form building is simple and intuitive.

Rich collection of form objects:
- A rich set of fields is there to support both standard and advanced form design needs - text, image, choices, boolean, separator, etc.

Flexible layout:
- Easily adjust the ratio of fields through dragging the slider between fields. The result will reflect instantly as you drag.
- You can create a Form through the New Diagram window.
- Form sharing and data collectors

Share your form with your target audiences via a secure link or embed it into a page on your website:
- Web link: share your form via a secure link. We host your forms and help you collect the data you need to get business done.

Embedded code:
- An engaging form on your website is a great way to collect the information you need from your target audiences. You can embed your form seamlessly into a page on your website to collect data

Form Builder - Form Data Browser:
- Collected data can be viewed in a summary table or directly in the form editor. You can also export data in CSV format.
- Brosing form results

Quality control toolset:
- Quality control experts make use of the so-called "7 Basic Tools of Quality" to improve their organizations as part of an overall quality control effort. The 7 tools are graphing techniques that are commonly used for quality control troubleshooting purposes. Visual Paradigm features these 7 tools, along with a unique dashboard-like feature that helps you manage the use of these tools in different quality initiatives.
- 3 new chart makers for quality initiatives
- Our quality control toolset is enhanced to support three new chart types. Together with our flowchart maker, check sheet tool, scatter chart maker and cause and effect diagram tool, you can now perform quality with the help of all the 7 basic quality tools


Pareto Chart:
- Pareto Chart is a combination of bar chart and line chart, where individual values are represented in descending order by bars, and the cumulative total is represented by the line

Control Chart:
- Control Chart helps in studying whether a process is in control or not. In a Control Chart, process mean is plotted at center and the upper and lower control limits are plotted on both sides of it. The values lying outside the control limits indicate that the process is out of control

Histogram:
- Histogram is a kind of bar chart that shows the distribution pattern of data. Histograms are useful in studying patterns of distribution and in drawing conclusions about the process based on the pattern

Quality Control Canvas:
- Quality Control Canvas is a management tool that helps you manage your charts and diagrams created for quality initiatives. The canvas provides you with direct access to the various quality tools such as flowchart, control chart, cause and effect diagram, pareto chart, etc. You can simply click on a tool to start creating your chart and diagram

Dashboard of quality tools:
- Access to all the seven quality tools within the same place - the canvas. You don't have to move between pages and applications to find the tool you need

Keep all your works in one place:
- Each item in the canvas stores all the charts in same type, which makes it easy for you and your colleague to access your work

Intuitive chart editor:
- Easily input your data in a spreadsheet editor. The chart preview enables you to view the result instantly as you input your data.
To use this feature, select Tools > Quality Control from the toolbar.

Multiple templates to fit different quality initiatives:
- Multiple quality control templates are provided to support the different kinds of quality control needs

7 Basic Quality Tools:
- The 7 Basic QC Tools QC template provides quick access to the seven simple yet effective "tools of Improvement" suggested by Kaoru Ishikawa, one of the quality management gurus. The tools are widely used as visual problem-solving tool and as general management tools in design and delivery processes

Six Sigma (DMAIC):
- Six Sigma is an organization-wide approach used to specify how organization managers set up and achieve objectives. Six Sigma prescribes an improvement process called DMAIC. The DMAIC QC template visualizes the classification of different quality tools in the Six Sigma methodology.

PDCA:
- The PDCA-cycle is popular management method used for the continuous improvement of business processes and products. The PDCA QC template visualizes the use of quality tools in realizing continuous improvements throughout a PDCA cycle.
- Visualize your business model in a nice one-page canvas. The latest version of Visual Paradigm features an intuitive Business Model Canvas editor for you to build your Business Model Canvas quickly.

Business Model Canvas:
- You can create a Business Model Canvas through the New Diagram window
- Business Model Canvas is designed by Strategyzer.com
- The Business Model Canvas is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
- Rich collection of professionally designed template
- Create your own Business Model Canvas with our pre-developed templates. No matter what niche you are in, you will be able to find a template that fits your need well. While you can use them all as they are, feel free to add your personal touch and customize them

- Basic
- Basic (Iconless)
- Basic (Watermark)
- Basic (Bullet Points)
- Icy
- Green Bean
- Blueberry
- Strawberry
- Elegant
- Navy
- Vibrant
- Bricks
- Lemon Tea
- Turquoise
- Wasabi
- Grapes
- Summer Fiesta
- Latte
- Light
- Traveling
- Blackboard
- Categorized

Analysis Canvas Tool - Build Your Own Canvas:
- If you want a way to capture and organize your ideas, then an analysis canvas is a useful, quick and easy way to do so. Categorize your ideas by splitting a canvas into multiple partitions. Add memo and sticky notes into the partitions to describe your ideas. Publish the canvas online and share it with your co-workers, partners and friends. Visual Paradigm provides a convenient Analysis Canvas tool that helps you achieve all these.

Analysis Canvas Tool:
Build your Analysis Canvas with ease:
- Build your canvas with ease
- Start from a pre-defined template or from scratch. Structure your ideas into different partitions with simple steps. Adjust the cell size by dragging the splitter.

Rich collection of memo and sticky notes:
- Jot your thoughts and ideas down onto the canvas as they develop and grow, using sticky notes and memos. A rich collection of notes and memos is provided. They have different looks and colors that serve and fit different needs and preferences.

100+ pre-designed Analysis Canvas templates:
- Over 100 professionally designed Analysis Canvas templates with ready-to-use layouts and icons are available. They serve as good starting points for you to build your own canvas
- 4 Quarters Canvas
- Contract Canvas
- 12 Months Canvas
- 4: Retrospective Canvas
- Personal Agility Canvas
- User Story Conversation
- Agile Sprint Rpt. Canvas
- Basic Kanban Canvas
- Milestone Mgmt. Def.
- Lean Change Canvas
- Project Canvas
- Project Canvas II
- Project Kick-Off Canvas
- Maker Project Canvas
- Program Canvas
- Change Mgmt. Canvas
- Behavior Change Canvas
- Data Canvas
- Project Charter Canvas
- Business Model Zen
- Business Model Archit.
- GovTech Business Model
- Open Business Model
- Business Model Inno.
- Universal Business Mdl.
- Mobile Application
- Partnership Canvas
- Partnership Match
- Elevator Canvas
- Service Model Canvas
- Co-creation Canvas
- Storytelling Product
- Process Model Canvas
- Digital Policy Model
- Context Map Canvas
- SAAS Business Canvas
- Operating Model Canvas
- Value Model Canvas
- Enterprise Design
- Business Support
- Business Pivot Canvas
- Outcome Based Map
- Social Business Model
- Business Analysis
- Ideation Canvas
- Universal Prob. Solving
- Kanban Canvas v1.0
- Go-Product Roadmap
- Product Development
- Product Management
- Hardware Product
- Minimum Viable Canvas
- Product Design Canvas
- Game Design Canvas
- 1-Page Game Design
- Design Thinking Venture
- Prototype Canvas
- Timebound Project
- Requirements Discovery
- User-Centered Design
- Platform Value Canvas
- Platform Idea Canvas
- Focused Innovation
- Open Innovation Project
- Innovation Project
- Employer Branding
- Product/Market Fit
- Customer-Value Canvas
- Strategic Partnership
- Digital Strategy Canvas
- Mission Model Canvas
- Core Story Canvas
- Cloud Strategy Canvas
- Product Vision Board
- Product Vision Board (Ext)
- Life Model Canvas
- Social Lean Canvas
- SWOT Canvas
- Opportunity Analysis Canvas
- Startup Analysis Canvas
- Startup Canvas
- Startup Marketing
- Market Analysis Canvas
- Disruption
- Deep Learning AI Canvas
- Experience Canvas
- Machine Learning
- Learning Ecosystem
- Consupremo API Canvas
- MVP Canvas
- Personal Impact Canvas
- Full Time Living Inno.
- LernOS Canvas
- Course Design Canvas
- HR Innovation Canvas
- Collaborative Creativity
- Employee Experience
- Team Canvas Basic
- Role Expectation Map
- Healthcare Lean Canvas
- Feedback Canvas
- Process Connector

- No more process silos! Manage your enterprise, business and IT processes with our all-round process management tools, and have they integrated using Process Connector. Process Connector provides process designers an option to establish a navigable linkage from one process to another. No matter you are working on Guide-Through process like TOGAF ADM Guide-Through, Just-in-Time process like PMBOK Just-in-Time or Process Canvas like Scrum Process Canvas, you can connect them using Process Connector.
- To use Process Connector, unlock your Guide-Through Process / Just-in-Time Process / Process Canvas to enter editing / authoring mode.

30+ new online diagrams:
- 30+ new types of diagram have be added into Visual Paradigm since V.15.2 ranging from software design, business design, UX design, flowcharting, quality control, mind mapping, cloud architecture design, and to decision analysis, etc. You want even more new types of diagram to fit your specific need? No problem! Simply suggest them in the User Forum

30+ new online diagrams:
- Software and business design
- Enterprise Integration Patterns diagram tool
- Enterprise Integration Patterns
- System context diagram tool
- System context diagram
- Arrow diagram software
- Arrow diagram
- Problem flow diagram tool
- Problem flow diagram
- Information flow diagram software
- Information flow diagram
- Affinity diagram tool
- Affinity diagram
- Interrelationship diagram tool
- Interrelationship diagram
- Causal loop diagram tool
- Causal loop diagram
- Enterprise architecture diagram tool
- Enterprise architecture diagram
- Dendrogram maker
- Dendrogram
- Flowchart makers
- Cross-functional flowchart maker
- Cross-functional flowchart
- Microsoft Azure
- SDL diagram
- Audit flowchart maker
- Audit flowchart
- Accounting flowchart maker:
- Accounting flowchart
- Organizational chart makers:
- Family tree maker
- Family tree
- Genogram software:
- Genogram

Kinship diagram maker:
- Kinship diagram
- Quality control diagrams

Threat modeling tool:
- Threat model

TQM diagram tool:
- TQM diagram
- Fault Tree Analysis software
- Fault Tree Analysis
- UX design

Site map diagram tool:
- Site map diagram
- Material design wireframe tool
- Material design diagram
- Atlassian wireframe tool
- Atlassian wireframe
- Wired UI diagram tool
- Wired UI diagram
- Fluent Design wireframe tool
- Fluent Design wireframe
- Mind Mapping

Concept map diagram tool:
- Concept map diagram
- Bubble diagram maker
- Bubble diagram
- Seating chart
- Create beautiful and professional seating chart in minutes with the help of the drag-and-drop feature and the full set of seating plan icons and props.
- Event Hall Seating Plan
- Banquet Hall Seating Plan
- Banquet Hall Seating Plan
- Restaurant Seating Plan
- Restaurant Seating Plan
- Huawei Cloud architecture diagram
- Design your Huawei Cloud architecture using the Huawei Cloud architecture tool. Full set of ready-made Huawei cloud symbols that help you accurately communicate your design ideas through Huawei architecture diagrams.
- Enterprise-level disaster tolerance service:
- Enterprise cloud disk solution
- Enterprise cloud disk solution
- SAP common architecture
- SAP common architecture
- Decision analysis and others

Decision tree tool:
- Decision tree

Timeline diagram:
- Turn your Google Sheet data into beautiful chart
- Turn your Google Sheet data into beautiful chart
- Automatically form a chart from data entered in your Google Sheet. With auto refresh, changes you made in the sheet will reflect in the chart automatically, keeping your work consistent.

Kerberos authentication:
- Kerberos is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. Your team can now authenticate through Kerberos

Kerberos authentication:
- Edit Customer Journey Map's chart data via full editor
- You can use charts in a Customer Journey Map to represent statistical data. The experience of editing is now improved. You can now edit chart data via the full spreadsheet editor


Visual Paradigm Community Edition 15.2 (64-bit)
- Change log not available for this version


Visual Paradigm Community Edition 15.1 (64-bit)
- Minor bugfix


Visual Paradigm Community Edition 15.0 (64-bit)
- Wireflow diagram - A wireframe-based flow chart: Wireframes is a widely adopted UX tool that allows designer and client to work together in identifying the content and functionality of screens. A wireflow makes UX even more effective by harnessing the power of wireframe and flowchart, creating a step-based UX diagram that illustrates the steps and decision points of particular scenarios and the possible navigation paths throughout these steps.
- Animating Wireflow diagram: As long as a user interaction involves alternate and exceptional cases, there are multiple paths of wireflow that can be navigated. To reduce the application complexity, the wireflow editor allows you to specify a particular path (or often called scenario) of wireflow to be animated, so that we can split a user feature to be in sync with the partition of a simple user story or testing scenario.
- STEPS Wizards: Analysis and Design Step-by-Step: Seamless Techniques Expressed in Prescribed Steps (STEPS) is a powerful and groundbreaking feature for software development. Like a recipe that tells you how to cook a meal, STEPS are recipes that lead you through a series of well-defined steps for conducting a particular (reusable) analysis or modeling pattern for certain aspect of your development process. Your team can reuse or choose the appropriate Wizard in your project from the default set provided by Visual Paradigm.
- Visual API designer for Swagger and API Blueprint: Design, describe and document RESTful API in a total graphical way. You can design RESTful API easily by creating simple Class Diagram, like the one below. The graphical design approach, along with our award-winning diagramming interface make API design simple, straight-forward and error free.
- Visual Paradigm Online: After five years of consolidation, our dedication of high quality service in Agile Development has positioned VPository as one of the leading platforms in the agile and visual modeling industry. To reflect this tremendous expansion of VPository, we announce the update of the brand identity from VPository to Visual Paradigm Online ("VP Online") to re-message the products and online services we supply.
- On-Demand Model ETL: Design your desirable views of model data in a tabular form for bulk-view/edit/prioritize/visualize using Model ETL big data technology.
- Upgrade to Hibernate 5.1: To ensure that your work continues to remain secure and robust, we have upgrade our ORM support to use Hibernate 5.1, the latest version of Hibernate.



Visual Paradigm Community Edition 14.2 (64-bit)
Visual Paradigm 14.2 introduces a number of new features, which includes:
- Customer Journey Mapping (CJM)
- Automatic document generation from Customer Journey Map
- On-Demand Model ETL
- Tailoring Just-in-Time Process with custom diagrams and text
- Target-First BMM Guide-Through Process
- Baseline-First BMM Guide-Through Process (Extended version of the ordinary process)
- Automatic visualization of BMM traceaibilities with ArchiMate diagram
- Supported specifying stewardship for Means elements in BMM Guide-Through
- New deliverable for BMM Guide-Through: Business Motivation Model
- Online State Machine Diagram tool
- Online Activity Diagram tool
- Online Component Diagram tool
- Online Deployment Diagram tool
- Online Package Diagram tool
- Supported mixed use of notations for online diagrams (e.g. to draw Actor in Class Diagram
- Supported keeping commonly-used shapes for cross-diagrams reusability
- Supported importing palette from user-imported images (e.g. svg, png, jpg)
- Supported importing palette from Visio .vssx

Enhancements to Visual Paradigm 14.2 includes:
- Re-Designed Assessment form in BMM Guide-Through for better documentation of influencers' impacts
- Supported customizing the heading text for the document generated from a Just-in-Time form
- Supported customizing the prefix and suffix of content blocks in document generated from a Just-in-Time form
- Supported bi-directional project reference
- ArchiMate 3.0.1 connection rules
- Supported marking a PostMania topic as resolved
- Supported cloning member in VPository and Teamwork Server
- Supported different scope settings for rows and columns in matrix
- Supported automatic check-out of referenced project
- Re-designed product start page


Visual Paradigm Community Edition 14.1 (64-bit)
General Fixes/Enhancements:
- Fixed no response when attempting to import a non-supported diagram type from Visual Paradigm Community Circle
- Fixed unable to mirror an element from referenced project
- Fixed not handling physical, logical and conceptual elements in ERWin importing
- Fixed diagram image preview not fully shown in Doc. Composer
- Fixed a VPository subscription issue
- Fixed wrongly allowed creating sub-diagram on locked model when create via New Diagram window
- Fixed a wrong referenced project path checking in using referenced project
- Fixed a compile error related to generated ORM code
- Fixed a potential hang issue related to pasting content into a form (TOGAF ADM Guide-through)
- Fixed a couple of issues related to C++ round-trip
- Fixed an undo issue related to Fact Model
- Fixed image exported for Maturity Analysis crops part of the label
- Fixed cannot drag & drop entity from reverse result to diagram on Mac
- Reduced VPository's subscription time
- Renamed Fact Diagram to Fact Model
- Removed the restriction of inner stage cannot exceed outer stage in Maturity Analysis
- Made UeXceler, Tasifier and PostMania enabled by default when creating a new project
- Made User Interface Diagram publicly available
- Made the selection of Just-in-Time process template unspecified by default in New Diagram window
- Supported retrieving the Doc Field for document components in Doc. Composer
- Supported retrieving the URI to use in developing plug-in for components in Doc. Composer

Scrum:
- Fixed UeXceler sometimes not working
- Fixed requirements under use case not being published to Project Publisher
- Made user story fall back to Affinity Table upon a failed attempt to move it to Spike List via drag and drop

Guide-through Process:
- Fixed duplicated deliverables in Architecture Repository

Online Drawing Tools:
- Fixed several issues related to activation editing in sequence diagram on web

Visual Paradigm Community Edition 16.1 (32-bit) 查看版本資訊

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

What's new in this version:

Visual Paradigm Community Edition 16.1 (32-bit)
- Change log not available for this version


Visual Paradigm Community Edition 16.0 (32-bit)
Large-Scale Scrum Canvas:
- Large-Scale Scrum Canvas is a scrum tool built for every scrum team to plan, track and manage scrum projects through an intuitive visual canvas. Whether your software project involves a single team or multiple teams around the world, we keep everyone on the same page, same canvas.

Navigate project with ease:
- Manage product backlog, sprint planning, impediment, daily scrum, sprint review and other Scrum events and artifacts from within the same place - the Large-Scale Scrum canvas
- Works for any scale projects
- Dedicated canvas for every Scrum team to access the project and sprint details relevant. The canvas is designed to help make large-scale development efficient

Improve communication:
- Effectively communicate ideas the with documents generated from the information gathered under work items
- To use this feature, select Agile > Large-Scale Scrum Canvas from the toolbar
- LeSS (Large-Scale Scrum), is a trademark of The LeSS Company B.V

Form Builder - Design Your Forms:
- We support your data collection needs by introducing a new form builder that is feature-rich and intuitive. You can create your own forms using our drag-and-drop form builder that has all the layout tools, form fields and flexibility you need. Choose from a vast collection of form templates to create registration forms, order forms, feedback forms and more

Drag-and-drop form designer:
- Drag the fields you need and drop them on the form editor. Drag to move fields and adjust layout. Form building is simple and intuitive.

Rich collection of form objects:
- A rich set of fields is there to support both standard and advanced form design needs - text, image, choices, boolean, separator, etc.

Flexible layout:
- Easily adjust the ratio of fields through dragging the slider between fields. The result will reflect instantly as you drag.
- You can create a Form through the New Diagram window.
- Form sharing and data collectors

Share your form with your target audiences via a secure link or embed it into a page on your website:
- Web link: share your form via a secure link. We host your forms and help you collect the data you need to get business done.

Embedded code:
- An engaging form on your website is a great way to collect the information you need from your target audiences. You can embed your form seamlessly into a page on your website to collect data

Form Builder - Form Data Browser:
- Collected data can be viewed in a summary table or directly in the form editor. You can also export data in CSV format.
- Brosing form results

Quality control toolset:
- Quality control experts make use of the so-called "7 Basic Tools of Quality" to improve their organizations as part of an overall quality control effort. The 7 tools are graphing techniques that are commonly used for quality control troubleshooting purposes. Visual Paradigm features these 7 tools, along with a unique dashboard-like feature that helps you manage the use of these tools in different quality initiatives.
- 3 new chart makers for quality initiatives
- Our quality control toolset is enhanced to support three new chart types. Together with our flowchart maker, check sheet tool, scatter chart maker and cause and effect diagram tool, you can now perform quality with the help of all the 7 basic quality tools


Pareto Chart:
- Pareto Chart is a combination of bar chart and line chart, where individual values are represented in descending order by bars, and the cumulative total is represented by the line

Control Chart:
- Control Chart helps in studying whether a process is in control or not. In a Control Chart, process mean is plotted at center and the upper and lower control limits are plotted on both sides of it. The values lying outside the control limits indicate that the process is out of control

Histogram:
- Histogram is a kind of bar chart that shows the distribution pattern of data. Histograms are useful in studying patterns of distribution and in drawing conclusions about the process based on the pattern

Quality Control Canvas:
- Quality Control Canvas is a management tool that helps you manage your charts and diagrams created for quality initiatives. The canvas provides you with direct access to the various quality tools such as flowchart, control chart, cause and effect diagram, pareto chart, etc. You can simply click on a tool to start creating your chart and diagram

Dashboard of quality tools:
- Access to all the seven quality tools within the same place - the canvas. You don't have to move between pages and applications to find the tool you need

Keep all your works in one place:
- Each item in the canvas stores all the charts in same type, which makes it easy for you and your colleague to access your work

Intuitive chart editor:
- Easily input your data in a spreadsheet editor. The chart preview enables you to view the result instantly as you input your data.
To use this feature, select Tools > Quality Control from the toolbar.

Multiple templates to fit different quality initiatives:
- Multiple quality control templates are provided to support the different kinds of quality control needs

7 Basic Quality Tools:
- The 7 Basic QC Tools QC template provides quick access to the seven simple yet effective "tools of Improvement" suggested by Kaoru Ishikawa, one of the quality management gurus. The tools are widely used as visual problem-solving tool and as general management tools in design and delivery processes

Six Sigma (DMAIC):
- Six Sigma is an organization-wide approach used to specify how organization managers set up and achieve objectives. Six Sigma prescribes an improvement process called DMAIC. The DMAIC QC template visualizes the classification of different quality tools in the Six Sigma methodology.

PDCA:
- The PDCA-cycle is popular management method used for the continuous improvement of business processes and products. The PDCA QC template visualizes the use of quality tools in realizing continuous improvements throughout a PDCA cycle.
- Visualize your business model in a nice one-page canvas. The latest version of Visual Paradigm features an intuitive Business Model Canvas editor for you to build your Business Model Canvas quickly.

Business Model Canvas:
- You can create a Business Model Canvas through the New Diagram window
- Business Model Canvas is designed by Strategyzer.com
- The Business Model Canvas is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
- Rich collection of professionally designed template
- Create your own Business Model Canvas with our pre-developed templates. No matter what niche you are in, you will be able to find a template that fits your need well. While you can use them all as they are, feel free to add your personal touch and customize them

- Basic
- Basic (Iconless)
- Basic (Watermark)
- Basic (Bullet Points)
- Icy
- Green Bean
- Blueberry
- Strawberry
- Elegant
- Navy
- Vibrant
- Bricks
- Lemon Tea
- Turquoise
- Wasabi
- Grapes
- Summer Fiesta
- Latte
- Light
- Traveling
- Blackboard
- Categorized

Analysis Canvas Tool - Build Your Own Canvas:
- If you want a way to capture and organize your ideas, then an analysis canvas is a useful, quick and easy way to do so. Categorize your ideas by splitting a canvas into multiple partitions. Add memo and sticky notes into the partitions to describe your ideas. Publish the canvas online and share it with your co-workers, partners and friends. Visual Paradigm provides a convenient Analysis Canvas tool that helps you achieve all these.

Analysis Canvas Tool:
Build your Analysis Canvas with ease:
- Build your canvas with ease
- Start from a pre-defined template or from scratch. Structure your ideas into different partitions with simple steps. Adjust the cell size by dragging the splitter.

Rich collection of memo and sticky notes:
- Jot your thoughts and ideas down onto the canvas as they develop and grow, using sticky notes and memos. A rich collection of notes and memos is provided. They have different looks and colors that serve and fit different needs and preferences.

100+ pre-designed Analysis Canvas templates:
- Over 100 professionally designed Analysis Canvas templates with ready-to-use layouts and icons are available. They serve as good starting points for you to build your own canvas
- 4 Quarters Canvas
- Contract Canvas
- 12 Months Canvas
- 4: Retrospective Canvas
- Personal Agility Canvas
- User Story Conversation
- Agile Sprint Rpt. Canvas
- Basic Kanban Canvas
- Milestone Mgmt. Def.
- Lean Change Canvas
- Project Canvas
- Project Canvas II
- Project Kick-Off Canvas
- Maker Project Canvas
- Program Canvas
- Change Mgmt. Canvas
- Behavior Change Canvas
- Data Canvas
- Project Charter Canvas
- Business Model Zen
- Business Model Archit.
- GovTech Business Model
- Open Business Model
- Business Model Inno.
- Universal Business Mdl.
- Mobile Application
- Partnership Canvas
- Partnership Match
- Elevator Canvas
- Service Model Canvas
- Co-creation Canvas
- Storytelling Product
- Process Model Canvas
- Digital Policy Model
- Context Map Canvas
- SAAS Business Canvas
- Operating Model Canvas
- Value Model Canvas
- Enterprise Design
- Business Support
- Business Pivot Canvas
- Outcome Based Map
- Social Business Model
- Business Analysis
- Ideation Canvas
- Universal Prob. Solving
- Kanban Canvas v1.0
- Go-Product Roadmap
- Product Development
- Product Management
- Hardware Product
- Minimum Viable Canvas
- Product Design Canvas
- Game Design Canvas
- 1-Page Game Design
- Design Thinking Venture
- Prototype Canvas
- Timebound Project
- Requirements Discovery
- User-Centered Design
- Platform Value Canvas
- Platform Idea Canvas
- Focused Innovation
- Open Innovation Project
- Innovation Project
- Employer Branding
- Product/Market Fit
- Customer-Value Canvas
- Strategic Partnership
- Digital Strategy Canvas
- Mission Model Canvas
- Core Story Canvas
- Cloud Strategy Canvas
- Product Vision Board
- Product Vision Board (Ext)
- Life Model Canvas
- Social Lean Canvas
- SWOT Canvas
- Opportunity Analysis Canvas
- Startup Analysis Canvas
- Startup Canvas
- Startup Marketing
- Market Analysis Canvas
- Disruption
- Deep Learning AI Canvas
- Experience Canvas
- Machine Learning
- Learning Ecosystem
- Consupremo API Canvas
- MVP Canvas
- Personal Impact Canvas
- Full Time Living Inno.
- LernOS Canvas
- Course Design Canvas
- HR Innovation Canvas
- Collaborative Creativity
- Employee Experience
- Team Canvas Basic
- Role Expectation Map
- Healthcare Lean Canvas
- Feedback Canvas
- Process Connector

- No more process silos! Manage your enterprise, business and IT processes with our all-round process management tools, and have they integrated using Process Connector. Process Connector provides process designers an option to establish a navigable linkage from one process to another. No matter you are working on Guide-Through process like TOGAF ADM Guide-Through, Just-in-Time process like PMBOK Just-in-Time or Process Canvas like Scrum Process Canvas, you can connect them using Process Connector.
- To use Process Connector, unlock your Guide-Through Process / Just-in-Time Process / Process Canvas to enter editing / authoring mode.

30+ new online diagrams:
- 30+ new types of diagram have be added into Visual Paradigm since V.15.2 ranging from software design, business design, UX design, flowcharting, quality control, mind mapping, cloud architecture design, and to decision analysis, etc. You want even more new types of diagram to fit your specific need? No problem! Simply suggest them in the User Forum

30+ new online diagrams:
- Software and business design
- Enterprise Integration Patterns diagram tool
- Enterprise Integration Patterns
- System context diagram tool
- System context diagram
- Arrow diagram software
- Arrow diagram
- Problem flow diagram tool
- Problem flow diagram
- Information flow diagram software
- Information flow diagram
- Affinity diagram tool
- Affinity diagram
- Interrelationship diagram tool
- Interrelationship diagram
- Causal loop diagram tool
- Causal loop diagram
- Enterprise architecture diagram tool
- Enterprise architecture diagram
- Dendrogram maker
- Dendrogram
- Flowchart makers
- Cross-functional flowchart maker
- Cross-functional flowchart
- Microsoft Azure
- SDL diagram
- Audit flowchart maker
- Audit flowchart
- Accounting flowchart maker:
- Accounting flowchart
- Organizational chart makers:
- Family tree maker
- Family tree
- Genogram software:
- Genogram

Kinship diagram maker:
- Kinship diagram
- Quality control diagrams

Threat modeling tool:
- Threat model

TQM diagram tool:
- TQM diagram
- Fault Tree Analysis software
- Fault Tree Analysis
- UX design

Site map diagram tool:
- Site map diagram
- Material design wireframe tool
- Material design diagram
- Atlassian wireframe tool
- Atlassian wireframe
- Wired UI diagram tool
- Wired UI diagram
- Fluent Design wireframe tool
- Fluent Design wireframe
- Mind Mapping

Concept map diagram tool:
- Concept map diagram
- Bubble diagram maker
- Bubble diagram
- Seating chart
- Create beautiful and professional seating chart in minutes with the help of the drag-and-drop feature and the full set of seating plan icons and props.
- Event Hall Seating Plan
- Banquet Hall Seating Plan
- Banquet Hall Seating Plan
- Restaurant Seating Plan
- Restaurant Seating Plan
- Huawei Cloud architecture diagram
- Design your Huawei Cloud architecture using the Huawei Cloud architecture tool. Full set of ready-made Huawei cloud symbols that help you accurately communicate your design ideas through Huawei architecture diagrams.
- Enterprise-level disaster tolerance service:
- Enterprise cloud disk solution
- Enterprise cloud disk solution
- SAP common architecture
- SAP common architecture
- Decision analysis and others

Decision tree tool:
- Decision tree

Timeline diagram:
- Turn your Google Sheet data into beautiful chart
- Turn your Google Sheet data into beautiful chart
- Automatically form a chart from data entered in your Google Sheet. With auto refresh, changes you made in the sheet will reflect in the chart automatically, keeping your work consistent.

Kerberos authentication:
- Kerberos is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. Your team can now authenticate through Kerberos

Kerberos authentication:
- Edit Customer Journey Map's chart data via full editor
- You can use charts in a Customer Journey Map to represent statistical data. The experience of editing is now improved. You can now edit chart data via the full spreadsheet editor


Visual Paradigm Community Edition 15.2 (32-bit)
- Change log not available for this version


Visual Paradigm Community Edition 15.1 (32-bit)
- Minor bugfix


Visual Paradigm Community Edition 15.0 (32-bit)
- Wireflow diagram - A wireframe-based flow chart: Wireframes is a widely adopted UX tool that allows designer and client to work together in identifying the content and functionality of screens. A wireflow makes UX even more effective by harnessing the power of wireframe and flowchart, creating a step-based UX diagram that illustrates the steps and decision points of particular scenarios and the possible navigation paths throughout these steps.
- Animating Wireflow diagram: As long as a user interaction involves alternate and exceptional cases, there are multiple paths of wireflow that can be navigated. To reduce the application complexity, the wireflow editor allows you to specify a particular path (or often called scenario) of wireflow to be animated, so that we can split a user feature to be in sync with the partition of a simple user story or testing scenario.
- STEPS Wizards: Analysis and Design Step-by-Step: Seamless Techniques Expressed in Prescribed Steps (STEPS) is a powerful and groundbreaking feature for software development. Like a recipe that tells you how to cook a meal, STEPS are recipes that lead you through a series of well-defined steps for conducting a particular (reusable) analysis or modeling pattern for certain aspect of your development process. Your team can reuse or choose the appropriate Wizard in your project from the default set provided by Visual Paradigm.
- Visual API designer for Swagger and API Blueprint: Design, describe and document RESTful API in a total graphical way. You can design RESTful API easily by creating simple Class Diagram, like the one below. The graphical design approach, along with our award-winning diagramming interface make API design simple, straight-forward and error free.
- Visual Paradigm Online: After five years of consolidation, our dedication of high quality service in Agile Development has positioned VPository as one of the leading platforms in the agile and visual modeling industry. To reflect this tremendous expansion of VPository, we announce the update of the brand identity from VPository to Visual Paradigm Online ("VP Online") to re-message the products and online services we supply.
- On-Demand Model ETL: Design your desirable views of model data in a tabular form for bulk-view/edit/prioritize/visualize using Model ETL big data technology.
- Upgrade to Hibernate 5.1: To ensure that your work continues to remain secure and robust, we have upgrade our ORM support to use Hibernate 5.1, the latest version of Hibernate.



Visual Paradigm Community Edition 14.2 (32-bit)
Visual Paradigm 14.2 introduces a number of new features, which includes:
- Customer Journey Mapping (CJM)
- Automatic document generation from Customer Journey Map
- On-Demand Model ETL
- Tailoring Just-in-Time Process with custom diagrams and text
- Target-First BMM Guide-Through Process
- Baseline-First BMM Guide-Through Process (Extended version of the ordinary process)
- Automatic visualization of BMM traceaibilities with ArchiMate diagram
- Supported specifying stewardship for Means elements in BMM Guide-Through
- New deliverable for BMM Guide-Through: Business Motivation Model
- Online State Machine Diagram tool
- Online Activity Diagram tool
- Online Component Diagram tool
- Online Deployment Diagram tool
- Online Package Diagram tool
- Supported mixed use of notations for online diagrams (e.g. to draw Actor in Class Diagram
- Supported keeping commonly-used shapes for cross-diagrams reusability
- Supported importing palette from user-imported images (e.g. svg, png, jpg)
- Supported importing palette from Visio .vssx

Enhancements to Visual Paradigm 14.2 includes:
- Re-Designed Assessment form in BMM Guide-Through for better documentation of influencers' impacts
- Supported customizing the heading text for the document generated from a Just-in-Time form
- Supported customizing the prefix and suffix of content blocks in document generated from a Just-in-Time form
- Supported bi-directional project reference
- ArchiMate 3.0.1 connection rules
- Supported marking a PostMania topic as resolved
- Supported cloning member in VPository and Teamwork Server
- Supported different scope settings for rows and columns in matrix
- Supported automatic check-out of referenced project
- Re-designed product start page


Visual Paradigm Community Edition 14.1 (32-bit)
General Fixes/Enhancements:
- Fixed no response when attempting to import a non-supported diagram type from Visual Paradigm Community Circle
- Fixed unable to mirror an element from referenced project
- Fixed not handling physical, logical and conceptual elements in ERWin importing
- Fixed diagram image preview not fully shown in Doc. Composer
- Fixed a VPository subscription issue
- Fixed wrongly allowed creating sub-diagram on locked model when create via New Diagram window
- Fixed a wrong referenced project path checking in using referenced project
- Fixed a compile error related to generated ORM code
- Fixed a potential hang issue related to pasting content into a form (TOGAF ADM Guide-through)
- Fixed a couple of issues related to C++ round-trip
- Fixed an undo issue related to Fact Model
- Fixed image exported for Maturity Analysis crops part of the label
- Fixed cannot drag & drop entity from reverse result to diagram on Mac
- Reduced VPository's subscription time
- Renamed Fact Diagram to Fact Model
- Removed the restriction of inner stage cannot exceed outer stage in Maturity Analysis
- Made UeXceler, Tasifier and PostMania enabled by default when creating a new project
- Made User Interface Diagram publicly available
- Made the selection of Just-in-Time process template unspecified by default in New Diagram window
- Supported retrieving the Doc Field for document components in Doc. Composer
- Supported retrieving the URI to use in developing plug-in for components in Doc. Composer

Scrum:
- Fixed UeXceler sometimes not working
- Fixed requirements under use case not being published to Project Publisher
- Made user story fall back to Affinity Table upon a failed attempt to move it to Spike List via drag and drop

Guide-through Process:
- Fixed duplicated deliverables in Architecture Repository

Online Drawing Tools:
- Fixed several issues related to activation editing in sequence diagram on web

DreamMail 6.2.7.31 查看版本資訊

更新時間:2020-03-15
更新細節:

DS4Windows 2.0.13 (64-bit) 查看版本資訊

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

What's new in this version:

- Added clamping to Gyro Mouse Joystick vertical scale
- Start some process calls through explorer. Launch process un-elevated
- Added social icons and links to About window
- Added device display name to ID column
- Added minor tooltip for exclusive column
- Another attempt to fix Touchpad panel display
- Related change to Gyro panel display

Balabolka 2.15.0.735 查看版本資訊

更新時間:2020-03-13
更新細節:

What's new in this version:

- Fixed small bugs
- Resources for German language were updated

Balabolka 2.15.0.734 查看版本資訊

更新時間:2020-03-09
更新細節:

What's new in this version:

- Added the using of Google Cloud Text-To-Speech (for testing purposes only)
- Added the main menu item "Repeat Forever"
- Added new languages for the Google Translate service
- Resources for Bulgarian and Spanish languages were updated (thanks to Kostadin Kolev and Fernando Gregoire)