Releases: jfs-jfs/ssh-forum
Releases · jfs-jfs/ssh-forum
KISS version
3.0! Keep It Simple Stupid
Full rewrite to make it simpler and concise. Really just read the code there are like 4 code files with 200 lines each.
Instead of using a state machine now I migrated it to Model View Controller structure. Now the code is better split by function and not the mess it was before.
Also comes with it's own ssh server coded in go (thanks to the people at wish) to avoid authentication
2.1.0
What's Changed
- feat(database): now the database is persistent by default by @analogcity in #4
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Add Three Themes and the Ability to Switch Between Them by @phraxyl in #1
- Migrate to sqlite by @analogcity in #2
- Dockerized by @analogcity in #3
Full Changelog: https://github.com/analogcity/analogcity/commits/v2.0.0