Skip to content

Releases: pronopython/rugivi

v0.6.0-alpha

22 Jul 09:28
Compare
Choose a tag to compare

added

  • History of visited spots with ability to go back and forth added

fixed

  • rugivi_configurator now uses save-as dialog (selecting a non existing new sqlite file is now possible)
  • selection left the visible area when screen was moved and switched back to screen to late
  • jump did not change selection when target spot was visible on screen (only the screen was centered)

changed

  • Reformatted all files with black
  • Removed dead or commented out code (using flake8)

v0.5.2-alpha

02 Jul 15:47
Compare
Choose a tag to compare

fixed

  • Higher resolution images are now fetched at correct zoom level (that means much earlier when zooming)
  • RuGiVi no more freezes for seconds when zooming out (Freeze resulted in a warning from the OS)
  • Spot search for new images is faster when searching for a place for many images

v0.5.1-alpha

28 Jun 08:40
Compare
Choose a tag to compare

changed

  • Crawler does not crawl dot directories anymore (hidden folders)

fixed

  • Fixed permanent unload of images after housekeeping (happened around 30 mins of runtime)

v0.5.0-alpha.post1

05 Apr 23:06
8be30cc
Compare
Choose a tag to compare

added

  • PyPi Support: RuGiVi can now be installed via pip (PyPi) directly

changed

  • rugivi starts rugivi_configurator if necessary (because of PyPi support)
  • rugivi_configurator now creates a complete config file if necessary (because of PyPi support)
  • rugivi_configurator creates start menu entries if desired (because of PyPi support)

post1:
fixed error in readme.md

v0.5.0-alpha

05 Apr 22:45
Compare
Choose a tag to compare

added

  • PyPi Support: RuGiVi can now be installed via pip (PyPi) directly

changed

  • rugivi starts rugivi_configurator if necessary (because of PyPi support)
  • rugivi_configurator now creates a complete config file if necessary (because of PyPi support)
  • rugivi_configurator creates start menu entries if desired (because of PyPi support)

v0.4.1-alpha

25 Mar 14:17
Compare
Choose a tag to compare

fixed: setup now requires specific versions of modules

v0.4.0-alpha

19 Feb 16:16
Compare
Choose a tag to compare

added

  • Video file support including still frame cache and external playback for mp4, mkv, webm, mov, rm, avi, flv, wmv and asf video files
  • Information dialog
  • Subdirectories of the root directory can now be excluded from crawling
  • Video still image cache maintenance cli tool
  • mockup images mode for testing and development of crawler
  • Crawler world building can be customized via config

changed

  • Crawler wait times optimized
  • Smaller sizes and thumbs now use antialias scaling
  • Images are shown down to 5 pixel width/height, color starts at 4 pixels

fixed

  • Crawler border correction bug (crawler is now faster)
  • Surface draw crash when using peek
  • View fetch loop for images bigger than thumb size even ran when zooming out to or smaller than thumb size. Zooming out with 7 now is faster.

v0.3.1-alpha

28 Dec 21:57
Compare
Choose a tag to compare

added

  • RuGiVi Configurator: A red labeled warning that you must use a different World DB File or delete the old one when changig the root directory
  • Animated "please wait" label showing as long as less than 10 pictures are loaded, because initial startup takes a few seconds and this especially puzzled new users since nothing was displayed.
  • Some technical topics / troubleshootings in readme

fixed

  • missing Pillow / PIL dependency during setup (added as a manual step for Ubuntu and in setup.py)
  • pressing Cancel in the root dir folder dialog crashed RuGiVi Configurator

v0.3.0-alpha

17 Dec 13:23
Compare
Choose a tag to compare

added

  • World overlook / world map generation and export as a png file.

changed

  • Complete refactor of code base: formatted, cleaned, refactored meaningful variable names. Better for the author and everyone who wants to understand the code
  • Faster image loading: Tweaked thread wait times and image loading sequence

v0.2.1-alpha

08 May 19:59
d1e3882
Compare
Choose a tag to compare

Add Microsoft Windows Support and install via local PIP