Skip to content

Releases: SpikeHD/reMITM

v0.7.0

27 Feb 21:23
Compare
Choose a tag to compare

Changes

  • Directly compile language files into the binary
    • This should prevent several issues with language files not loading (eg. #8)
  • Compile with LTO (link-time optimizations) and debug info stripping
    • This slightly reduces the binary size

v0.6.0

04 Sep 23:01
Compare
Choose a tag to compare

Features

  • Fix insta-crash issues
  • Add German translation
  • Add Spanish translation

v0.5.0 - CLI mode

09 Aug 06:25
Compare
Choose a tag to compare

Features

  • Tweaks and fixes
  • CLI mode (use ./remitm -h for more info)

v0.4.1

10 Jul 16:55
Compare
Choose a tag to compare

Features

  • Brazilian Portuguese language support (#2)
  • Bug fixes

v0.4.0 - Logging and Multi-language

07 Jul 04:21
Compare
Choose a tag to compare

Features

  • Multi-language support! Only English exists right now, but now anyone can contribute translations!
  • Request logging!
    • Ever wonder where requests are coming from or going? Clicking the bottom-right button will now open a separate window that shows requests as they come in.
  • Bug fixes and improvements

v0.3.1

06 Jul 05:38
Compare
Choose a tag to compare

Features

  • Bug fixes

v0.3.0 - Efficiency Improvements

02 Jul 21:07
Compare
Choose a tag to compare

Features

  • Import URI list from file
    • File should just be one URI per line
  • Proxy should now auto-disconnect if program is closed while connected
  • Bug fixes

v0.2.0 - Fixes, fixes, and more fixes

01 Jul 04:04
Compare
Choose a tag to compare

Much more stable, other platforms should work better now as well!

Features

  • Modify GSettings option now works
  • Full logging support (colored and dumped logfile)
  • Fix greyed out options for the incorrect platform
  • Linux cert installation fixes
  • Various other bugfixes

v0.1.0 - Inital release

30 Jun 05:15
ff1e7b4
Compare
Choose a tag to compare

First official release!

Features

  • Redirect one or several URLs to another URL
  • Automatically generate and install certificate
  • Customize proxy port

TODO

  • Make some settings actually do something
  • Add request log window
  • Insert environment variables into terminal instances (Linux/MacOS)