Friday, December 18, 2015

A new version from scratch

It's been over a year. Feels like it's been more time.

If a new version is to be written, from scratch, what features would you consider to be changed/improved, or which could be left behind?

Sunday, September 28, 2014

Development on hiatus

The development of the new version of MyImouto, or more correctly, of the base for it (i.e., the beloved framework) has been on stop for some time now, and even if I continue developing it, I doubt I'll continue developing MyImouto.

Wednesday, April 30, 2014

"What now?" Plans for the booru

Because we have plans too.

Many of you have been asking "what will the future of this project be?". Actually, no one has been asking but myself.

The MyImouto Booru project is practically complete, with some features, including requested ones, that I'd like to add. 
But is that it?

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: