<feed xmlns='http://www.w3.org/2005/Atom'>
<title>revela, branch v0.1.3</title>
<subtitle>A static web image gallery generator.</subtitle>
<id>https://git.yaroslavps.com/revela/atom?h=v0.1.3</id>
<link rel='self' href='https://git.yaroslavps.com/revela/atom?h=v0.1.3'/>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/'/>
<updated>2023-01-26T19:43:29Z</updated>
<entry>
<title>Cleanup &amp; fix new album images not being rendered</title>
<updated>2023-01-26T19:43:29Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2023-01-26T19:43:29Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=43d153c00bb067276d3cda141ad62de27cb4971d'/>
<id>urn:sha1:43d153c00bb067276d3cda141ad62de27cb4971d</id>
<content type='text'>
* Cleaned up some code and formatted with clang-format
* Fix the result of what can only be explained as me having a
  brain-fart^1 leading me to write returns where they shouldn't be hence
  the image-walk loop returning early when new images were added to an
  album.
* Also cleaned up and fixed a bug in roscha; more in roscha's own repo.

1: https://www.youtube.com/watch?v=UN7SBXJj2pc
</content>
</entry>
<entry>
<title>README: more info on building</title>
<updated>2022-12-24T15:45:58Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-12-24T15:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=efd8f03262f5cfeedbf2bef0f05636088b39d679'/>
<id>urn:sha1:efd8f03262f5cfeedbf2bef0f05636088b39d679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build for other people</title>
<updated>2022-12-24T14:49:51Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-12-24T14:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=c855c750864d5cc26b5263babe0f542818f1c467'/>
<id>urn:sha1:c855c750864d5cc26b5263babe0f542818f1c467</id>
<content type='text'>
* Change submodule url for roscha to public one.
* Small improvement and clarification in README.
</content>
</entry>
<entry>
<title>Re-render album html when album.ini changed</title>
<updated>2022-10-16T20:03:08Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-10-16T20:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=01482f7632e86a12b9ee6d97eafa1dafa712f84e'/>
<id>urn:sha1:01482f7632e86a12b9ee6d97eafa1dafa712f84e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to vector + qsort instead of bst</title>
<updated>2022-10-12T22:13:12Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-10-12T22:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=f2c1beb5c3139238a3570d8f5052635519367d26'/>
<id>urn:sha1:f2c1beb5c3139238a3570d8f5052635519367d26</id>
<content type='text'>
Doesn't improve perfomance that much (sorting is far from the hotspot),
but I realized that I didn't really need a BST for this use-case and I
felt dumb for using one :/
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2022-06-22T23:36:19Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-06-22T23:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=896f8585ee8661ccea918d8f30007dc9b513eb39'/>
<id>urn:sha1:896f8585ee8661ccea918d8f30007dc9b513eb39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove false error messages from dry-run mode</title>
<updated>2022-06-11T11:57:31Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-06-11T11:57:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=86bfbfc7f264e07515b75611142243fde45da465'/>
<id>urn:sha1:86bfbfc7f264e07515b75611142243fde45da465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ready for packaging</title>
<updated>2022-03-30T23:06:41Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-03-30T23:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=3c7230c191ade30d5b9c8ef02a019ba42ab519f5'/>
<id>urn:sha1:3c7230c191ade30d5b9c8ef02a019ba42ab519f5</id>
<content type='text'>
* Documentation
* make install/uninstall
* roscha truthy fix
* Other fixes/improvements
</content>
</entry>
<entry>
<title>Little fixes and optimizations</title>
<updated>2022-03-27T21:30:15Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-03-27T21:30:15Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=c251b0d5a905f19498e1d3312041b794e57fd2f8'/>
<id>urn:sha1:c251b0d5a905f19498e1d3312041b794e57fd2f8</id>
<content type='text'>
* Don't read image with Magick if it's up to date.
* Some memory leaks fixed. There's still are some minor leaks.
</content>
</entry>
<entry>
<title>Roscha fixes</title>
<updated>2022-03-24T18:58:00Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2022-03-24T18:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/revela/commit/?id=7bab456f05fa12420d69118e8c78f6e847b89fe7'/>
<id>urn:sha1:7bab456f05fa12420d69118e8c78f6e847b89fe7</id>
<content type='text'>
Bump roscha sub module commit
</content>
</entry>
</feed>
