Releases: WikiTransformationProject/wikitraccs-releases
WikiTraccs 1.20.15 (Prerelease)
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
General Improvements
- new: the Include Page macro is transformed to a link to the corresponding SharePoint page
- improved: removing empty entries from transformed Table of Contents macro
Confluence Cloud - Preparing for Migration of new Content Types
This release adds further support for the new Confluence content types like whiteboard, database, folder, and smart link. Those will not be migrated yet. But a new SharePoint page will already be created, although an empty one. Future releases of WikiTraccs will add migration support for those new content types.
Migrating the new content types to empty pages has already one benefit: all metadata will be present in SharePoint that is required to rebuilt the Confluence page tree. If you use WikiPakk to show the Confluence page tree in SharePoint, this will now show the whole tree, regardless of content type.
Proxy Mode Improvements
Note: Those changes only apply if you have the "Proxy Confluence API calls through browser" setting activated.
- improvement: automated browser is more resilient against accidental closing; will reopen
- fix: relative link issue in proxy mode with cloud site that redirects after logging in
- fix: modified JavaScript to handle missing page body (when page loads slowly)
- fix: adding CORS error handling
- fix: failed external file downloads could cause a lot of retries with way too long timeouts
Updating to .NET 8
Microsoft is deprecating .NET 6 in a couple of weeks, forcing the update to .NET 8. This should make no difference from an end-user point of view.
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.20.6 (Prerelease)
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
New transformation capabilities
- new: page header template support; here's how:
- create a SharePoint page template with name migration-template.aspx (that is the file name, not the page title; the title of the template page doesn't matter)
- all newly migrated pages will now get the same header as the template page in the same site
- note: this is a per-site configuration; each site can have their own migration-template.aspx that applies to all pages migrated to the same site; sharing a template across sites is not possible at the moment
- new: macro placeholder customization using transformation templates
- macro placeholders can now defined via Handlebars template
- that means you could now get rid of the 🚧 placeholder and define your own placeholder text, for each macro
- Documentation: Macro Placeholders and Transformation Templates
- new: adding explicit support for language macros from Bitvoodoo's Translation for Confluence
Lots of small improvements (PART 3)
- improved: better handling of certain cases of nested sections, columns, and macros
- improved: support for horribly broken macros in pages; WikiTraccs tries some fixing
- improved: memory management to better support long-running migrations under low-memory conditions
- improved: more diagnostic output for rare "Not a GET query" connection issue
- improved: Draw.io embed macro transformation now supports diagrams embedded from other pages
- fix: nested aui tab macros screw with the "handled macro percent" metric
- fix: "non breaking space" unicode character in page titles breaks attachment links
- fix: images with links were not immediately clickable, but required a page edit first
- removed the "Use M365 PnP Client ID" shortcut button as Microsoft retired the PnP Entra ID application on September 9, 2024
Confluence Cloud
- improved: panel transformation now takes the panel's emoji and color into account
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.19.13
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD LATEST RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
Lots of small improvements (PART 2)
Confluence on-prem & Cloud:
- new: migrating image captions
- new: handling Spreadsheet macro
- improved: supporting links on images that start with //
- improved: handling images that link to non-image files instead of an actual image (like .msg email file); those will be converted to simple links
- improved: handling of attachment thumbnails; thumbnail images will be downloaded and treated as additional attachments of the page they appear in
- improved: better error handling and display for connection tests in WikiTraccs.GUI
- improved: Selenium proxy mode now only downloads one Confluence attachment at a time to increase resilience
- improved: marker for added table cells
- improved: handling of even more non-standard tables
- fix: issue with generated links when more than one view-file macro is on one page
- fix: handling of inaccessible Jira issue lists as anonymous user
- fix: Selenium proxy mode could show mixed-content warning when downloading http resource; will upgrade to https and try again
- fix: Selenium proxy mode could run into timeouts for larger attachments
- fix: lowering the number of IDs per CQL query for content ID selectors even more to 200 to work around Server Error issue
- fix: content of non-standard list content in nested lists could be missing (note: this would be indicated by < 100% text transferred metric)
- fix: handling of empty table filter macro - it will now be removed
- fix: empty table of contents macro needlessly transforms to text placeholder - will now be removed
Confluence Cloud:
- improved: link transformation for inline card links
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.19.5
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
Note: the previous preview release v1.19.3 introduced a so far unknown HTTP header conflict that made Confluence on-prem fail to convert the page tree and table of contents macros to HTML. This has been fixed in v1.19.5. Please update to the new release when it becomes available.
In this release:
Lots of small improvements (PART 1)
Confluence on-prem & Cloud:
- new: Table of Contents macro migration (as static snapshot)
- new: transformation of Google Drive Link macro to regular link
- new: setting storage locations (in WikiTraccs settings dialog)
- new: setting to disable connection checks for troubleshooting purposes (in WikiTraccs settings dialog)
- improved: removed "Add caption here" being displayed for transformed images (in SharePoint)
- improved: transformation of .ico image files with certain MIME types
- improved: empty code macro transformation result
- improved: Confluence user name lookup in anonymous auth mode
- improved: adding more image to emoticon conversions (to prevent smilies from being served as image files)
- improved: Confluence connection tests (logging, error display, focus on supported TLS versions)
- improved: default values when opening the settings dialog the first time (enabling comments migration and downloading of external images by default)
- fix: wrong display size for images when EXIF rotation is set
- fix: rare case of inline images making code macro transformation fail
- fix: lowering the number of IDs per CQL query for content ID selectors from 500 to 300 to work around Server Error issue
- fix: page title with line break prevents page creation in SharePoint
Confluence Cloud:
- new: Panel extension transformation (#137)
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.18.19
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD LATEST RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
- improved: removing more blocking user interface elements in automated Chrome browser, like the search engine selection dialog
- improved: better duplicate page remediation; when duplicate page IDs are returned by Confluence (rare cases, but it happens), WikiTraccs falls back to "manual" page tree traversal which seems to reliably get all pages for a space
- fix: adding option to (hopefully) work around the "DevToolsActivePort file doesn't exist" error (#136):
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.18.15
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD LATEST RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
- new: "Embed draw.io Diagram" macro is now supported, migrates just as the "draw.io Diagram" macro
- improved: applying Gliffy macro width to SharePoint image
- improved: applying draw.io macro width to SharePoint image
- fix: page and layer selected in draw.io macros were not respected; the corresponding image will now be shown in SharePoint
Note: this blog post has more information about Gliffy and draw.io: Migrating Gliffy and draw.io macros to SharePoint Online.
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.18.13
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD LATEST RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
In this release:
Transforming even more colors from Confluence to SharePoint!
This covers text colors, the new text highlight colors, and table cell colors.
More details has the blog post.
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.18.11
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD LATEST RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
Note: Please have a look at the last preview and beta releases as well for the complete list of changes.
In this release:
- new: support of US Government High (GCC High) cloud environment is now confirmed; the other environments should work as well (US Government (GCC), US Government DoD (GCC DoD), Germany, China)
- note: .us domains default to GCC; to select GCC High or GCC DoD, use
appsettings.json
- note: .us domains default to GCC; to select GCC High or GCC DoD, use
- improved: delta migration input file parsing now recognizes the marker ("x") even if not delimited by tab, but only by space
- improved: toned down the log output for content ID selector
- fix: delta migration fails with exception being shown in Console
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.18.10 (Beta)
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
This release contains two major new additions: Waves and the Content ID Selector.
Waves
Waves are used to partition the migration into different chunks. Those chunks can then be
- migrated one after another
- migrated in parallel by multiple WikiTraccs instances
Waves are numbers that you assign to source selectors in the Space Inventory.
When starting a Confluence to SharePoint migration you can tell WikiTraccs which of those waves it should migrate.
This article has all the info: Migration Waves.
Note: WikiTraccs will add a new column WT_Setting_Waves
to the Space Inventory list.
Content ID Selector
So far WikiTraccs has two ways of selecting which content it should migrate: by space key and by CQL query.
This release introduces a new way of selecting content to migrate: by content ID. Give a list of page IDs and blog IDs to WikiTraccs and it'll migrate exactly those.
The Content ID Selector allows for flexible selection of your source content. You'll be able to get those IDs from the database (on-premises) or from the space report (cloud), filter as you like, and put the result into WikiTraccs.
This article has all the info: How to migrate Confluence Pages using Content ID Selectors.
Note: WikiTraccs will add a new column WT_Setting_ContentSelectorValue
to the Space Inventory list.
Other changes
- improved: better handling of Confluence Cloud base URLs that have more than just
/wiki
in them - improved: Selenium proxy mode status panel (in browser) can now be moved down to access controls beneath it
- fix: Selenium proxy mode and the new Confluence connection watcher did not yet work well together
- sharepoint.us URLs are now treated as GCC High environment (note: this changed in the next release); furthermore, a setting has to be configured via
appsettings.json
:Note: Create a new file{ "CustomSettings": { "CloudEnvironment": "USGovernmentHigh" } }
appsettings.json
, copy above text to this file, and store the file in the folder where theWikiTraccs.GUI.exe
is located.
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.
WikiTraccs 1.17.7 (Preview)
WikiTraccs - Confluence to SharePoint Migration Tool
📥 DOWNLOAD RELEASE
📖 GENERAL QUICK START GUIDE ↗️
📖 HOW TO UPDATE ↗️
This release fixes more Confluence Cloud-related issues as part of the WikiTraccs push to the cloud.
Confluence Cloud
- fix: attachments macro transformation fails, generates text placeholder (#128)
- fix: PDF macro is not converted to file link, but generates text placeholder (#129)
- fix: table cell background color is not converted to color emoji anymore (#130)
Other Changes
- new: Confluence connection monitor that continuously checks if Confluence is down or if the user session got invalid; migration is paused in those cases
- new: adding (possible) resilience for erroneous Confluence API responses when requesting the list of space pages
- improved: general improvements of table-cell-color-to-emoji-mappings
- fix: user mentions in transformed attachments macro still kind of link to Confluence
- fix: verification mode creates new empty pages when already migrated pages have been renamed
Your users need a SharePoint 🌳 page tree 🌳 and breadcrumb, just like in Confluence. WikiPakk has got you covered! Head over to wikipakk.com to learn more, or get it straight from Microsoft AppSource.
You agree to the Terms of Service by downloading and using WikiTraccs.