Skip to content

Releases: gierens/wikijs-rs

v0.2.1

15 Mar 22:15
Compare
Choose a tag to compare

What's Changed

  • fix(lib): remove unwanted debug print in Api::new
  • docs(readme): update version to 0.2 in library usage section
  • chore(deps): Bump actions/labeler from 4 to 5 by @dependabot in #14
  • Fix label workflow by @gierens in #17
  • chore(deps): Bump actions/stale from 8 to 9 by @dependabot in #15
  • futher updates ...

Full Changelog: v0.2.0...v0.2.1

wikijs-rs v0.2.0

04 Dec 23:12
Compare
Choose a tag to compare

What's Changed

  • Add remaining user commands to CLI by @gierens in #6
  • Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 for LIB by @dependabot in #10
  • Fix Login Panic and Add Clone Derives in LIB by @gierens in #12
  • Add Password Authentication to CLI by @gierens in #13

New Contributors

Full Changelog: v0.1.1...v0.2.0

wikijs-rs v0.1.1

17 Sep 12:56
Compare
Choose a tag to compare

What's Changed

  • Add more documentation to the library by @gierens in #4
  • Add Debian/Ubuntu packaging by @gierens in #5
  • Add Arch AUR package
  • Add more documentation to the README

Full Changelog: v0.1.0...v0.1.1

wikijs-rs v0.1.0

17 Sep 07:05
Compare
Choose a tag to compare

Initial release.

What's the State

Library

The library should be usable but is not battletested yet. It includes the following features:

  • structs for all types used by the GraphQL API
  • functions for all GraphQL queries and mutations
  • functions for asset download and upload via REST API
  • login via username/password for API key
  • error handling via custom module specific error types

CLI

This is usable but not complete yet. It includes the following features:

  • login credentials via arguments or environment variable
  • command subcommand structure in accordance to the functions offered by the library
  • commands of parts of those functions mostly focussed on the page module
  • a page edit command to modify page content via the chosen editor (EDITOR env variable or argument)

FUSE

This is not really usable yet and heavily work in progress. So far it does:

  • login credentials via arguments or environment variable
  • some basic operations for pages (directory structure, reading and writing pages)

New Contributors

  • @gierens made their first contribution

Full Changelog: https://github.com/gierens/wikijs-rs/commits/v0.1.0