Releases: cloudogu/smeagol
Releases · cloudogu/smeagol
v1.3.4-1
v1.3.3-1
Fixed
- Prevent saving changes when commit message is invalid (#139)
- Commit gets reverted in case of a failed push (#142)
- Users with special characters in their passwords are now able to see repositories (#144)
- Fix a search error that can occur when searching long texts (#145)
- Improved pagination of the branch selection box. (#140)
v1.3.2-1
v1.3.1-1
v1.3.0-1
v1.2.0-1
v1.1.0-1
v1.0.1-1
v1.0.0-1
Added
- Generate a table of contents on each wiki page (#113)
- ToC entries are generated over markdown headlines per wiki page
- Integration tests for CAS (#110)
Changed
- Display only repositories with enabled wiki (
.smeagol.yml
file) in the repository overview (#112)- the remaining repositories can be displayed by clicking a checkbox
- this requires that the Smeagol Integration plugin is installed in the SCM Manager
v0.7.0-1
Added
- Add XSS attack mitigation by updating the WYSIWYG editor component (#106)
- Add repository name to the breadcrumb for easier orientation (#25)
Changed
- Introduce a lighter menu UI styling, so the user can focus even more on the documentation tasks (#25)
- support the user for an intuitive navigation with a clickable page breadcrumbs
- add icons to the main buttons for easier visual recognition
- move the search bar to the top to support focussing on the wiki page content
- Change structure of Smeagol API results
/api/v1/repositories
now returns{_embedded:{repositories:[<repositories>]}
instead of[<repositories>]
/api/v1/repositories/{repositoryId}/branches/{branch}/search
now returns{_embedded:{searchResults:[<searchResults>]}
instead of[<searchResults>]
- Encode search results to prevent rendering of HTML in search results (#106)
- Update favicons (#108)
- Update to Java 11