Skip to content

Releases: RaphGL/NeoSent

Neosent v1.3

15 May 10:44
Compare
Choose a tag to compare
  • 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

12 Mar 12:30
Compare
Choose a tag to compare
  • Added version flag (-V)
  • Added mouse clicking to change slides

Full Changelog: v1.1...v1.2

NeoSent v1.1

02 Mar 17:58
Compare
Choose a tag to compare
  • 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

28 Feb 11:34
Compare
Choose a tag to compare

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

21 Apr 16:16
Compare
Choose a tag to compare

Changes

  • Added new flags
  • Fixed spacing issue

How to install

  1. Download the .zip file
  2. Extract it
  3. On the extracted folder run:
pip install --user .
  1. Add ~/.local/lib/python3.10/site-packages/neosent to your PATH.

NeoSent v0.8

14 Apr 16:34
Compare
Choose a tag to compare

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

  1. Download the .zip file
  2. Extract it
  3. On the extracted folder run:
pip install --user .
  1. Add ~/.local/lib/python3.10/site-packages/neosent to your PATH.