tag:github.com,2008:https://github.com/Dnyarri/POVthread/releasesRelease notes from POVthread2026-02-20T06:52:49Ztag:github.com,2008:Repository/867499750/1.26.20.82026-02-20T13:14:50ZSpeeding filter up<p>Surprisingly, there is still a room for improvement!</p>
<p>One of internal functions of filter module was sligthtly changed, which lead to function speed increase 80-100 times, which, in turn, lead to overal filter speed increase <em>c.a.</em> 20%.</p>
<p>Among other updates, main programs input validation is getting better all the time.</p>Dnyarritag:github.com,2008:Repository/867499750/1.26.8.202026-02-09T15:14:26ZInternal improvements<p>Almost no changes visible to user (except for some minimal GUI reactions improvement) yet some valuable internal changes like reduced memory usage for "Averager" ("POV-Ray Thread" is not supposed to work with large images anyway). From developer point of view, modules got changed so that many functions became private and aren't making a mess with "help" and docs anymore.</p>Dnyarritag:github.com,2008:Repository/867499750/1.23.13.132025-11-13T10:29:06ZHaving a ReST<p>ReStructuring docstrings to achive more legibility.</p>Dnyarritag:github.com,2008:Repository/867499750/1.23.7.92025-11-07T05:46:42ZValidation, bugfixes<p>Improved user input validation; fixed bug with capitalized file extensions handling.</p>Dnyarritag:github.com,2008:Repository/867499750/1.22.18.82025-10-18T07:06:44ZFilter improvement<p>In the course of selfless struggle to exterminate an elusive bug, filter module met with major two-lines change substantionally changed its logic in an uncertain situations, making this update a must.</p>
<p>In the meantime, several updates were introduced providing some speed increase.</p>
<p>Main GUI got several new keybingings for zoom 1:1, namely Ctrl+1 (like Macromedia Fireworks, hallowed by its name) and Ctrl+ALt+0 (like Adobe Photoshop).</p>Dnyarritag:github.com,2008:Repository/867499750/1.22.08.202025-10-08T16:25:41ZI've got to admit it's getting better, a little better all the time<p>Filter improvements for better resource usage and speed; some improvements in UI code.</p>Dnyarritag:github.com,2008:Repository/867499750/1.22.01.112025-10-01T07:52:59ZAcceleration<p>Export optimization, better caching. Some minor internal changes.</p>Dnyarritag:github.com,2008:Repository/867499750/1.21.2.112025-09-02T08:05:54ZMaintenance<p>Maintenance update, mostly due to <a href="https://github.com/Dnyarri/PyPNM">PyPNM</a> update to ver. 2.21.2.2 "Victory II", more resource saving as compared to 1.17.9.34 "Victory".</p>Dnyarritag:github.com,2008:Repository/867499750/1.20.20.12025-08-19T22:03:51Z1.20.20.1 Maintenance<p>Maintenance update, code harmonization, improved GUI, etc.</p>Dnyarritag:github.com,2008:Repository/867499750/1.20.7.142025-08-07T11:07:27ZSubstantial filter update<p>Update mostly related to <a href="https://github.com/Dnyarri/POVthread/blob/main/filter/avgrow.py">filter</a>, rewritten to fully support any color mode (L, LA, RGB, RGBA). Added wrap around processing for seamless textures and options for protect alpha/filter alpha channel.</p>
<p><a href="https://github.com/Dnyarri/POVthread/blob/main/averager.py">Averager.py</a> GUI rewritten to work with new filter features, more informate "Info" added, filtered/saved status shown to mimic Photoshop/Fireworks/Paint Shop Pro.</p>
<p><a href="https://github.com/Dnyarri/POVthread/blob/main/POVRayThread.py">POVRayThread.py</a> got minimal update to cope with new filter.</p>Dnyarri