8000 Releases · mostafa-re/ralph · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mostafa-re/ralph

20240817.0

17 Aug 16:09
Compare
Choose a tag to compare

Full changelog (20240817.0)

  • Bump frontend dependencies
  • Bump to Ubuntu 22.04 and Python 3.10
  • Bump python dependencies
  • Refine deb packing
  • Fix changelog and build deb package procedure
  • Fix snapshot version scheme
  • Downgrade to Python 3.7
  • Fix to Django 1.10
  • Refine build and install shell scripts
  • Fix constraint conflict in data_importer migration
  • Update message files
  • Language bug fix
  • Add compile messages in build routine
  • Add Vazirmatn as a bidi font
  • Add rtl support
  • Add some message strings to translate
  • Add persian translation
  • Update messagefiles
  • Fix frontend files
  • Add feature to get language_code from env

Installation Instructions

  1. Run the setup env script:

    sudo bash setup_env.sh
  2. Install the package: (with preferred language like Persian)

    LANGUAGE="fa" sudo dpkg -i ralph-core_20240817.0_amd64.deb
  3. Create a superuser:

    sudo ralphctl createsuper
  4. Optional: Populate with demo data:

    sudo ralphctl demodata
0