Skip to content

Twilight v0.9

Compare
Choose a tag to compare
@Whiletruedoend Whiletruedoend released this 24 Oct 09:35
· 98 commits to master since this release
7e1aff4
  • Added a new page - / feed /:
    • Styled twitter-style posts display;
    • Filter panel available, features:
      • Search by text;
      • Sort by creation date;
      • Sort by date;
      • Search by tags;
  • Redesigned content access system (ActionPolicy);
  • Removed intrusive password repeat fields when editing a profile;
  • Added field 'Display name', used when displaying the authorship of posts;
  • Added validations when editing a profile:
    • Limit the size of the avatar (10 MB);
    • Nickname length (256), display name (64);
  • Import of posts has been moved to a separate service;
  • RSS now displays 'public' posts;
  • Now everyone who can access the record is able to export it;
  • Fixed a bug with updating posts when deleting a platform;
  • Fixed display of titles in RSS and posts;
  • Fixed a bug when exporting posts;
  • Updated libraries;
  • Code refractoring;
  • Small fixes;