OneDev 16.6: Wiki and Symbol Context in Diff View

OneDev 16.6 brings a Git-backed Wiki and symbol context in diff view to help teams document their projects and review code.
Wiki
Keep guides and design notes alongside your code as Markdown files. Edit pages in the browser or push changes with Git, review documentation through pull requests, and browse the wiki for any branch or release tag. Page links, heading outlines, and a customizable sidebar make it easy to navigate.
Enable Wiki Management in Settings / General to get started. See Working with Wiki for details.

Symbol Context in Diff View
See which class or function contains the code you are reviewing, even when its declaration is outside the visible diff. Context labels stay visible as you scroll and show both old and new symbols when they differ. Available in unified and side-by-side views.
Supported languages: Java, JavaScript, TypeScript (including JSX and TSX), C, C++, C#, Go, Python, PHP, Ruby, Rust, Swift, and R.
