Skip to content

Twilight v1.0

Compare
Choose a tag to compare
@Whiletruedoend Whiletruedoend released this 01 Feb 20:31
· 64 commits to master since this release
08ffafb
  • Integration of telegram-poller into the project:
    • When adding tg channels, a bot poller will be launched in a separate thread;
    • When deleting channels, the poller will automatically stop;
  • Set up streams when publishing a post to the platform;
  • Ability to change the locale in the user's personal account;
  • Personal categories for each user (used to be common);
  • Ability to view the main page without authorization (configurable in credentials);
  • Ability to run telegram bots through socks proxy (configurable in credentials);
  • Moved secret_key_base variable from secrets.yml to credentials (Don't forget to set it up!);
  • Changed the name and path of the javascripts directory: app/assets/javascripts -> app/javascript
  • Updated ruby 2.7.0 => 2.7.7 and all libraries;
  • A huge number of fixes;
  • Improved notification system;
  • Code refractoring;
  • Added Dockerfile;