Skip to content

Releases: SzBenedek2006/RIG-Linux

V2.3.1

30 Aug 08:52
73bf311
Compare
Choose a tag to compare

RIG 2.3.1!

Speedup when generating PNG images without transparency (alpha channel)

Changes

  • Around 5% speedup in PNG generation without alpha channel.
  • Note, that I only tested on 2 core thinkpad with sata ssd.
  • This is because it's no longer generating the alpha pixel when not needed.

Pull request(s) - #25 | Code changes - 2.3...2.3.1

V2.3

10 Aug 15:16
734f332
Compare
Choose a tag to compare

RIG 2.3!

Bug fixes.

Changes

  • Fix Termux storage permission.
  • Fix some messages to users
  • Fix some debug messages

Pull request - #24 | Code changes - 2.2...2.3

V2.2

29 Jul 10:23
cd115ea
Compare
Choose a tag to compare

RIG 2.2!

Using header files for better code quality and more stable code base + lot's of bugfixes.

Changes

  • Added header files.
  • fixed "Format is not set, defaulting to png." is appearing in a wrong place
  • update README.md
  • fix some error message
  • fix formatting in a file
  • fix building on fedora (instructions in README)

Pull request(s) - #22, #23 | Code changes - 2.1...2.2

V2.1 - Quality toggle

13 Jun 13:30
d3475dd
Compare
Choose a tag to compare

RIG 2.1!

As promised, the quality toggle for JPEG format is here, complemented by the usual bug fixes.

Changes

  • JPEG quality toggle
  • Bug fixes
  • Slightly better error messages

Pull requests - #20, #21 | Code changes - 2.0...2.1

V2.0 - JPEG support

12 May 18:47
f898f29
Compare
Choose a tag to compare

RIG 2.0 is here!

JPEG has different technical details than PNG, so in certain cases having JPEG is desired.
Adding a new image format is not a small task. I had to visit and edit almost every part of the code to make it work.
If you find any bug or missing feature related to the new features, open a bug report.

Changes

  • JPEG support
  • New help message / about page (This should look prettier than the previous)
  • New option: -f or --format.
    (As with most other flags, they both do the same, the longer flag is for readability.)
  • You can use -f jpeg to generate JPEG images.
  • There is a warning if you omit the -f flag and the default format is still PNG.
  • Options parsing is (a little) faster.
  • Lots of code changes to make this update happen

JPEG quality option should come in the next update

Pull request: #19 Code changes: 1.5...2.0

V1.5 - Multithreaded progressbar

07 May 10:37
9dd4e26
Compare
Choose a tag to compare

Better code and multithreaded progressbar

Simplyfied the progressbar's code and made it run in a separate thread. In the future this will allow for more fine-tuned progress display without complicating the code structure.

Changelog

  • Multithreaded progressbar. This should make the app a bit faster.
  • Removed averaging of remaining time.
  • More reliable time calculation at the first few iterations
  • When using --termux-external, A message will appear when moving the files.

Full Changelog: 1.4...1.5

V1.4

31 Mar 19:45
4f292e9
Compare
Choose a tag to compare

Changes

  • Remaining time is now displayed in hh:mm:ss format.
  • Remaining time is now averaged for a bit more stable output when making more than 25 images at once.
  • Progressbar is now displayed at the top of the terminal.
  • Won't clear the terminal content upon running the program. This is a small utility, and should use a small size only.
  • Use -Ofast compiler flag in the Makefile, now it runs 10%+ faster.
  • Optimize performance here and there. (Few microseconds)

1.3...1.4

V1.3

14 Mar 08:37
a7b5452
Compare
Choose a tag to compare

Changes

Time is now displayed in hours minutes seconds format

Pull requests

1.2...1.3

V1.2

01 Mar 13:03
8f50f9f
Compare
Choose a tag to compare

Changes

  • Added timestamps in the log file.
  • Small cleanup

Code changes

1.1.1...1.2

V1.1.1

27 Feb 10:31
4f23ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...1.1.1