Sunday, October 27, 2013

Moving to Github and Composer

GoogleCode announced some months ago that starting January 15th, no more downloads will be able to be created. Download sections will "freeze", so you got to either use GoogleDrive or a VCS. MyImouto is therefore moving to GitHub.

Wednesday, October 9, 2013

History changes!

I'm done transcribing the code needed to make History work, and hey, it works nicely! Without any more effort than just translating Ruby. There may be bugs to be discovered though... like always.

Wednesday, August 7, 2013

Work in progress: version 1.0.6

The next release of the MyImouto is, as usual, taking a while because, as usual, I'm doing huge changes to the code. But this time, to the framework.

Some things that will come in 1.0.6:

  • Improved database queries for post#index.*
  • Enabled some caching that were missing for complex queries.
  • Framework now supports Memcached for caching (much faster).
  • Improved framework overall.


And a lot more... fixes and additions and stuff.

* With 200k rows in the posts table, post#index would take up to 30-40 seconds to load. After these changes, it now takes up to 3 seconds or less. Which is still slow but a lot better than before anyway.

Saturday, June 29, 2013

v1.0.5: Soon


Version 1.0.5 is taking a while, specially because the framework took some big changes, thus the code of MyImouto had to be revised. I've tried to be as cautious as possible to avoid generating errors.

Here are some of the changes:

Saturday, March 30, 2013

MyImouto v1.0.3 - Job Tasks and Batch Upload

The next MyImouto version will feature Job Tasks and Batch Uploads.

I worked a little more on Job Tasks (it's already working actually) and added a new task to the defaults ones, a task that will automate the "External data search" feature added in the previous version.

Saturday, March 16, 2013

MyImouto v1.0.2 - Search post data in other boorus

Do you want to have all the tags possible for your posts, have the original source of the image, or just compare data from other boorus with yours?

You can now do this with the "Search external data" feature that comes with v1.0.2.

How does it work?

Thursday, January 31, 2013

Version 1.0.1 - Pool Zips

With version 1.0.1 came many bug and error fixes, and also MyImouto now supports pool zips, using this cool ZipStream class. I'm not sure if this has a limit regarding file size, pools could be pretty big in size. Anyway...

When downloading pools from Yande.re I encountered a problem: filenames inside the zip were named after the post's pool order. So I ended up with files named like 001, 002, 003... and if I upload them to my local imouto, all of them would get tagged with "tagme" only.