Skip to content

Releases: schollz/rwtxt

v1.8.6

26 Jul 15:24
Compare
Choose a tag to compare
bump to 1.16

v1.8.5

07 Jul 21:29
Compare
Choose a tag to compare
minor update

v1.8.2

01 Aug 14:17
Compare
Choose a tag to compare

better listing
8be5707

fix bug: return after robots.txt
d155c89

better css for search
2619017

use logger instead of seelog
04a7577

v1.8.1

28 Mar 13:09
Compare
Choose a tag to compare
  • improve the UI design

v1.8.0

24 Feb 16:49
Compare
Choose a tag to compare

This is a breaking change because it adds a column to the database. It's easy to migrate though. Just do

gzip -d rwtxt.db.sql.gz   # unzip the archive
make quick                # rebuild 
rm rwtxt.db               # remove old database
./rwtxt                   # run and then exit
cat rwtxt.db.sql | sqlite3 rwtxt.db
./rwtxt                   # now it will work!

Other features:

  • use cache (04f46a1)
  • use correct timezones (f44d786)
  • add raw, with /domain/page?raw=1 (b7159f2)
  • add customization (e2f7174)
  • plus 🐛 fixes (disabled caching which cause more problem then its worth)

v1.7.1

26 Jan 14:02
4e78337
Compare
Choose a tag to compare
  • Mild aesthetic changes (remove dashed from main page, smaller headings, simplified main page)
  • Fix bug: allow batch uploads of images (d37d951)

v1.7.0

29 Dec 02:10
Compare
Choose a tag to compare

Lots of speed improvements:

  • caching
  • sqlite indicies to speed up queries
  • inlined css
  • browser caching

v1.6.0

23 Dec 17:51
Compare
Choose a tag to compare
  • Added --created tag that will allow all the date sorting to show dates sorted by creation date rather than modification date

v.1.5.0

13 Dec 18:02
73ec931
Compare
Choose a tag to compare
  • Show domain in the title
  • Automatic image resizer (thanks @nii236!)
  • Export posts/uploads (thanks @nii236)
  • Show not saved icon if socket is disconnected (thanks @timocp!)

v1.4.2

12 Oct 14:45
602fdd2
Compare
Choose a tag to compare

Allow -private flags for searching public directory.