Skip to content

Releases: cloudogu/smeagol

v1.3.4-1

01 Jun 11:30
Compare
Choose a tag to compare

Fixed

  • Occasional wrong caching of translations by integrating the translations into the webpack bundle (#151)

v1.3.3-1

28 May 05:05
Compare
Choose a tag to compare

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

17 May 13:40
Compare
Choose a tag to compare

Changed

  • Complement user docu with more recent screenshots and documentation of new features (#131)

Fixed

  • Prevent page refresh when creating a new page (#137)

v1.3.1-1

27 Apr 06:02
Compare
Choose a tag to compare

Changed

  • Validate configuration in repository settings (#129)

v1.3.0-1

22 Apr 08:59
Compare
Choose a tag to compare

Added

  • Option to init smeagol wiki #3
  • Settings menu to change wiki paths

v1.2.0-1

14 Apr 08:34
Compare
Choose a tag to compare

Added

  • Option to restore unsaved changes (#125)
  • Support for main branches

v1.1.0-1

08 Apr 09:40
Compare
Choose a tag to compare

Added

  • On every doc-page the user can now change the branch (#123).

Fixed

  • The test coverage is now displayed correctly in SonarQube. (#116)

v1.0.1-1

25 Mar 10:29
Compare
Choose a tag to compare

Changed

Updates the appearance of tables inside the markdown editor (#117)

Fixed

Invalid page name in new and rename page dialogue (#120)

v1.0.0-1

22 Mar 15:07
Compare
Choose a tag to compare

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

11 Mar 10:11
Compare
Choose a tag to compare

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