maj/CHANGELOG.md

57 lines
875 B
Markdown

# Changelog
## 0.4.1
Oops
## 0.4.0
Tokio has been somewhat purged.
The gemini module now includes a document builder and rendering tool.
## 0.3.0
### maj
- `maj::get` unfortunately had to become async in order for fetching `gus.guru` to work
### majc
- keep track of loaded pages as history
- `l` to view/navigate to links
- use [smol](https://github.com/stjepang/smol) for doing the async operations synchronously
## 0.2.0
### maj
- `maj::server` now multithreads correctly
- maj now passes most of the gemini tests
### majsite
- add `/majc` page with magc's help.gmi file
## 0.1.0
All major functionality has been added.
### maj
- Basic client
- Gemini response parser
- text/gemini parser
- Basic async server (plaintext and TLS)
### majc
- Basic interface
- Helptext
- About dialog
- Uses text/gemini parser
### majsite
The maj ecosystem site code