Mycorrhiza Versions Save

🍄📑 Filesystem and git-based wiki engine for the independent web written in Go using Mycomarkup as its primary markup language.

v1.7.0

2 years ago

This is a non-breaking release but it introduces the new heading syntax which will once replace the old one in a breaking release.

=> Description on the wiki

v1.6.0

2 years ago

This is a non-breaking release.

Description on the wiki

v1.5.0

2 years ago

This update is not breaking.

Description on the wiki

v1.4.0

2 years ago

This is a safe non-breaking update, mainly improving quality of life and layout.

Description on the wiki

Thanks @chekoopa, @handlerug, @Sepera-okeq for their contribution.

v1.3.0

2 years ago

Release page. This is a breaking update, see the migration guide there.

Thanks @handlerug and @GuAlSe for contribution ❤️

v1.2.0

2 years ago

This is a major breaking update. See https://mycorrhiza.lesarbr.es/hypha/release/1.2 for information about new features and https://mycorrhiza.lesarbr.es/hypha/release/1.2/migration_guide to learn how to migrate.

Thanks @handlerug, @GuAlSe, @DanInSpace104, @Astrr for contribution.

v1.1.0

3 years ago

Detailed description on the main wiki

New features

  • Registration
    • If you enable registration, visit /register page to register
  • Add a toolbar to the edit page
    • Main mycomarkup elements are there
    • Insert current date button
    • Insert a link to you button
  • Relicense under AGPLv3
  • Show subhyphae counters near the relative hyphae links
  • New background pattern
  • Nested lists in mycomarkup

Thanks @handlerug and @DanInSpace104 for their contribution.

v1.0.0

3 years ago

This is the first release of the 1.x release branch. No further 0.x releases will be done.

Changes

  • Drop all previous CLI options, introduce configuration files. See the wiki.
    • Add -print-example-config
  • 404 status is sent when visiting non-existent hyphae
  • Fully support anchor links
  • Reindex users with /admin/reindex-users
  • Plain-text diffs
  • Some bugs fixed

0.13

3 years ago

New features

  • Mycomarkup improvements
    • Add ---- horizontal lines
    • Support anchor links [[#anchor]]
  • UI/UX changes
    • Add the //Attachment// tab to the hyphae
    • Redesign many forms
    • Redesign the page with the list of hyphae and the history page
    • Introduce the multi-columnar layout
    • Make hypha tabs look cuter
  • Hyphae now have URLs starting with /hypha/, not with /page/. Older URLs still work though.
  • Have a proof-of-concept support for the Gemini protocol
  • Add the admin panel and some administrative functions
  • Add /user-list page
  • Let wiki administrators set their own CSS rules in addition to the default ones
  • Fix some bugs
  • Refactor a lot of stuff
  • Start implementing backlinks (do not work yet)

Thanks @hugmouse and @handlerug for their contribution.

v0.12

3 years ago

So far, this version has the largest amount of commits.

New features

  • RSS, Atom and JSON feeds
  • Links to previous and next same-level hyphae are shown
  • History page is updated
  • Support OpenGraph
  • Support robots.txt
  • Improve mycomarkup
    • Tables
    • Auto-detect links with protocol
    • Relative hypha names are supported in image galleries
  • Add edit previews
  • Let attachments be unattached
  • Add /about page
  • Add header links
  • Command line option changes
    • -title is renamed to -icon
    • -name is added
  • Other visual changes
    • Links look better
      • Rocket links are grouped together and have a beautiful ⇒ arrow
      • External links have icons that show what protocol they use (https, http, gopher, gemini, mailto supported)
    • Improve navi-title
    • Edit text box has proportional font now
    • Hypha tab-like things now look like tabs
    • Minor changes
  • Fix some bugs