Releases: RaphGL/NeoSent
Neosent v1.3
- Improved markup parser
- Improved text rendering to be more consistent
- Made image rendering faster by caching image textures
- Fixed some minor mistakes
Full Changelog: v1.2...v1.3
NeoSent v1.2
- Added version flag (-V)
- Added mouse clicking to change slides
Full Changelog: v1.1...v1.2
NeoSent v1.1
- Improved image scaling
- Window is now resizable
- Invalid image paths are now reported before running the program
- Progress bar can now be hidden through the
-p
flag
Full Changelog: v1.0...v1.1
NeoSent v1.0
This is the first stable release. NeoSent has gone a full rewrite in C to remain more faithful to how the original Sent worked while still providing all patches and features by default with the exception of PDF generation. (which will maybe be included in a future release)
Full Changelog: v0.9...v1.0
NeoSent v0.9
Changes
- Added new flags
- Fixed spacing issue
How to install
- Download the
.zip
file - Extract it
- On the extracted folder run:
pip install --user .
- Add
~/.local/lib/python3.10/site-packages/neosent
to your PATH.
NeoSent v0.8
The first NeoSent release
From now on all further releases will be improving and adding on to what we've done so far.
All the features from Suckless Sent have been implemented and are fully functional so as such fixing bugs and making sure that everything works correctly will be the priority for now on.
The subsequent releases will be adding more flags, improving parsing and adding more features (markdown text formatting possibly).
How to install
- Download the
.zip
file - Extract it
- On the extracted folder run:
pip install --user .
- Add
~/.local/lib/python3.10/site-packages/neosent
to your PATH.