The current build uses photo filename like "VRChat_[dimensions]_[date]_[time].png".
It results in non-intuitive order when sorting them by filename, like this:
  1. portrait direction, taken today
  2. landscape direction, taken yesterday
  3. landscape direction, taken today
I think it is better that the date and time part comes first in the filenames.
(alternatively it may be good to make users be able to specify filename format in config.json)