Skip to content

Releases: PortableProgrammer/lurker

v2.2.0

06 Feb 04:03
86444f1

Choose a tag to compare

Major Updates

  • Track Session Views feature graduates from experimental! Enable it on the dashboard by clicking your username in the header.
  • Extracted index render code into a separate function, allowing for routes such as /, /home, /m/xxx, etc. to render correctly while retaining their URLs in the browser.
    • Legacy multireddit URLs, such as /r/sub1+sub2 are still fully supported

Minor Changes

  • Support SQLite foriegn keys correctly
  • Follow best practices on SQLite optimization
  • Tweak Track Session Views database tables and code for further performance and reliability gains
  • Fix subreddit about text not being HTML decoded correctly.
  • Removed Track Session Views performance info from footer
  • Standardized CSS warning to caution

PRs

Full Changelog: v2.1.3...v2.2.0

v2.1.3

04 Feb 19:53
96c6aa5

Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

01 Feb 21:46
601a457

Choose a tag to compare

What's Changed

  • Track Sessions performance tweaks and logging; CSS tweaks and standardization. by @PortableProgrammer in #5

Full Changelog: v2.1.1...v2.1.2

v2.1.1

29 Jan 18:47
d1b5b8d

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Jan 18:14
7c9ef50

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Jan 17:08
f5bf5d9

Choose a tag to compare

First post-fork release of lurker; bumping version to v2 to differentiate from oppiliappan's original.

What's Changed

Full Changelog: https://github.com/PortableProgrammer/lurker/commits/v2.0.0