v0.3.0
Great news! The release 0.3.0 is finally here! 🎉
Sorry for the (very) long delay for it. Indeed, this update is significant and I was overwhelmed by my other activities ...
Anyway, the new version is here and brings a lot of new features: native proxy support, a complete GUI redesign to VueJS 3, a download tracking view in the GUI, fixed bugs and much more!
I will try to increase the frequency of IGopher updates, anyways thanks for your patience and your feedback / issues! ❤️
IGopher is still not in a stable version but only in a pre-release state, so expect to encounter bugs or missing features. Your participation and feedback are essential for IGopher to be stable as quickly as possible.
If you encounter a bug do not hesitate to open an issue or even a pull request! 🙏
Complete changelog:
Features
-
native proxy support configurable from both GUI/TUI
-
new
--background-task
flag for the TUI version to execute IGopher as background task! TUI is also capable to detect running tasks so to stop a background one relaunch TUI without the flag :) -
rework all GUI's frontend to Vue 3 and Bootstrap 5
-
bundler: update to be compatible with new Vue binaries (924e15f)
-
frontend: now update radio state with current igopher config (359431f)
-
frontend: update scrapper's src users tag input with current config (ec6aad3)
-
gui: add download tracking interface on bot launch (61c4531)
-
gui: replace src users text field by tags input (3c9d224)
-
scripts: update bundle.sh to do npm operations (ecfa656)
-
vuejs: add logs view (fae88b1)
-
vuejs: add mixin to handle title property on views (2afcf8e)
-
vuejs: add settings view and controller with router config (ac3550b)
-
vuejs: convert DmAutomation component script to typescript (50bd2ba)bad struct field access on msg listening
-
vuejs: remove old compatibility scripts for JQuery and obsoletes files (33e6eb1)
-
vuejs: replace old izitoast by sweetalert2 (8323661)
-
vuejs: view for 404 errors and router configuration (6f42449)
Bug Fixes
- engine: cleanup routine execution on electron window closing/crashing
- astor: bad struct field access on msg listening (61c4531)
- chrome: DevToolsActivePort file doesn't exist error on linux (#8) (#10) (32e66e9)
- vuejs: hook execution on route change caused by astilectron listener (822554e)
The CHANGELOG and releases will now be automated by release-please workflow.