Skip to content

Releases: kamiyaa/ruiji

0.8.0

05 May 23:40
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

It has been a while and I just wanted to do a version bump after doing some refactoring

0.7.0

09 Jan 14:45
Compare
Choose a tag to compare

Changes in this release:

  • Support for meson build system
  • Add #ifdef to color constants when color is not supported
  • Fix workaround to sankakucomplex urls containing strings after server filename
  • Add initial support for anime-pictures.net

0.6

22 Dec 21:37
Compare
Choose a tag to compare
0.6

Changes in this release:

  • Zerochan

    • Support for downloading images
    • Support for tag parsing
  • Animegallery

    • Support for downloading images
  • Danbooru

    • Support for meta tag
  • Break down main() into separate functions

  • Remove gnu99 dependency (c99 now)

  • functions now attempt to restore string back to original state after parsing rather than just leaving it sliced up

0.5.1

05 Sep 14:06
Compare
Choose a tag to compare

Changes in this release:

  • add support for eshuushuu.net tags
  • code clean up
  • make use of danbooru's json api for faster parsing of urls and tags

0.5

27 Aug 14:53
Compare
Choose a tag to compare
0.5

Changes in this release:

  • add support for getting tags for konachan
  • similar image results are now dynamically stored in a linked list
  • optimize linked list creation by using double pointers rather than if/else conditions with head of linked list

0.4

19 Aug 23:04
Compare
Choose a tag to compare
0.4

Changes in this release:

  • add support for getting the tags of image being downloaded (yande.re, danbooru, gelbooru, sankakucomplex)
  • add support for custom colors via config.def.h
  • code clean up to make use of include guards and less definitions

0.3

05 Apr 17:40
Compare
Choose a tag to compare
0.3

Major changes of this release are:

  • check file size before uploading
  • fix memory leaks
  • significantly less use of pointers
  • more use of strncat instead of strcat
  • --quiet option now works
  • --file option no longer needed/removed
  • initial mangadrawing.net support

0.2

08 Mar 22:31
Compare
Choose a tag to compare
0.2

0.2

This is version 0.2 of ruiji.
The command line arguments are a lot more stable now.
Most of the image boards are working.
Memory leaks are fixed.

Have fun! :)