chore(deps): update dependency libreddit/libreddit to v0.30.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
libreddit/libreddit | minor |
v0.1.0 -> v0.30.1
|
Release Notes
libreddit/libreddit (libreddit/libreddit)
v0.30.1
- v0.30.1
f62f7bf
What's Changed
- Update README.md by @xatier in https://github.com/libreddit/libreddit/pull/748
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.30.0...v0.30.1
https://github.com/libreddit/libreddit/issues/813
Update 06/09: The binary has changed. It is now compiled with crt-static.
v0.30.0
- v0.30.0
51cdf57
What's Changed
- Use LIBREDDIT_DEFAULT_DISABLE_VISIT_REDDIT_CONFIRMATION config option. by @mikupls in https://github.com/libreddit/libreddit/pull/737
- add support for gifs in galleries. by @mikupls in https://github.com/libreddit/libreddit/pull/744
- show the count of 'more replies'. by @mikupls in https://github.com/libreddit/libreddit/pull/740
- fix build error on windows by @o69mar in https://github.com/libreddit/libreddit/pull/741
- Fix default subscriptions by @sigaloid in https://github.com/libreddit/libreddit/pull/732
- Move unimportant links to footer by @spikecodes in https://github.com/libreddit/libreddit/pull/728
New Contributors
- @o69mar made their first contribution in https://github.com/libreddit/libreddit/pull/741
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.29.4...v0.30.0
v0.29.4
What's Changed
- Reuse hyper client. by @wsy2220 in https://github.com/libreddit/libreddit/pull/727
- Mark search query as safe on Prev/Next button by @wsy2220 in https://github.com/libreddit/libreddit/pull/731
- Make gated subreddits accessible by treating them as quarantined by @domve in https://github.com/libreddit/libreddit/pull/722
- Add NetBSD install by @0323pin in https://github.com/libreddit/libreddit/pull/720
- Update tempfile to v3.4.0.
d3b4f4e
New Contributors
- @wsy2220 made their first contribution in https://github.com/libreddit/libreddit/pull/727
- @domve made their first contribution in https://github.com/libreddit/libreddit/pull/722
- @0323pin made their first contribution in https://github.com/libreddit/libreddit/pull/720
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.29.3...v0.29.4
v0.29.3
: - fix layout bugs on mobile
- v0.29.3 - fix layout bugs on mobile
Addresses the following layout bugs in mobile view:
- improper rendering of award images on posts
- upvote ratio no longer appearing on bottom-right corner of post as before
- Reddit warning pop-up background cut off at bottom of page
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.29.2...v0.29.3
v0.29.2
: - Fix bug causing user/sub title to appear off-center
- v0.29.2
a05cfe6
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.29.1...v0.29.2
v0.29.1
: - Replace snoo with r/ icon
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.29.0...v0.29.1
v0.29.0
- v0.29.0
1f7e14d
What's Changed
- added leaving reddit dialog by @potatoesAreGod in https://github.com/libreddit/libreddit/pull/643
- Reduce size of instance info button in footer.
New Contributors
- @potatoesAreGod made their first contribution in https://github.com/libreddit/libreddit/pull/643
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.28.1...v0.29.0
v0.28.1
- v0.28.1
Remove font-weight associated with instance info button, which made the
icon look ghastly in Chrome. 9bf6194
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.28.0...v0.28.1
v0.28.0
- v0.28.0
f405f50
What's Changed
- Add comment count in post by @sigaloid in https://github.com/libreddit/libreddit/pull/659
- Register
Dockerfile.*
as Dockerfiles by @spenserblack in https://github.com/libreddit/libreddit/pull/694 - Implement instance info endpoint (JSON, YAML, TXT) by @sigaloid in https://github.com/libreddit/libreddit/pull/685
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.27.1...v0.28.0
v0.27.1
- v0.27.1
412122d
What's Changed
- Theme browser scrollbar by @erdnaxe in https://github.com/libreddit/libreddit/pull/667
- Create devcontainer.json by @spenserblack in https://github.com/libreddit/libreddit/pull/674
- Mark search query as safe in askama template by @sigaloid in https://github.com/libreddit/libreddit/pull/686
- config: fix SFW test by @jojosch in https://github.com/libreddit/libreddit/pull/687
- Bump tokio from 1.23.0 to 1.23.1 by @dependabot in https://github.com/libreddit/libreddit/pull/691
- Make CLI args have higher precedence than env vars by @spenserblack in https://github.com/libreddit/libreddit/pull/681
- Create rust-tests.yml by @sigaloid in https://github.com/libreddit/libreddit/pull/690
New Contributors
- @jojosch made their first contribution in https://github.com/libreddit/libreddit/pull/687
- @dependabot made their first contribution in https://github.com/libreddit/libreddit/pull/691
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.27.0...v0.27.1
v0.27.0
: - config file support
- v0.27.0
0ff92cb
What's Changed
- Add config system to read from file by @sigaloid in https://github.com/libreddit/libreddit/pull/664
- Remove unused dep "async-recursion" by @Tokarak in https://github.com/libreddit/libreddit/pull/683
- Add hide_awards config option by @sigaloid in https://github.com/libreddit/libreddit/pull/678
New Contributors
- @Tokarak made their first contribution in https://github.com/libreddit/libreddit/pull/683
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.26.0...v0.27.0
v0.26.0
: - SFW-only mode
- v0.26.0
4817f51
What's Changed
- Landing page for NSFW content, SFW-only mode by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/656
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.25.3...v0.26.0
v0.25.3
- v0.25.3
c15f305
What's Changed
- fix a11y and HTML issues on settings page by @rangermeier in https://github.com/libreddit/libreddit/pull/662
- build: enable LTO and strip the binary by @tirz in https://github.com/libreddit/libreddit/pull/467
- Fix for #675 by @ellieeet123 in https://github.com/libreddit/libreddit/pull/676
- Link to
libreddit/libreddit
and open in new tab by @spenserblack in https://github.com/libreddit/libreddit/pull/673
New Contributors
- @rangermeier made their first contribution in https://github.com/libreddit/libreddit/pull/662
- @ellieeet123 made their first contribution in https://github.com/libreddit/libreddit/pull/676
- @spenserblack made their first contribution in https://github.com/libreddit/libreddit/pull/673
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.25.2...v0.25.3
v0.25.2
- v0.25.2
b5d04f1
What's Changed
- Bugfix: 'all posts are hidden because NSFW' when no posts where found by @gmnsii in https://github.com/libreddit/libreddit/pull/666
- Search - add support for raw reddit links by @gmnsii in https://github.com/libreddit/libreddit/pull/663
New Contributors
- @gmnsii made their first contribution in https://github.com/libreddit/libreddit/pull/666
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.25.1...v0.25.2
v0.25.1
What's Changed
- Cache result of
server::determine_compressor
. by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/657 - Fix #658. by @Daniel-Valentine (c/o @NKIPSC) in
37d1939
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.25.0...v0.25.1
v0.25.0
: - List post duplicates
- v0.25.0
7391a5b
What's Changed
- List post duplicates (resolves #574). by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/637
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.24.3...v0.25.0
v0.24.3
: - Sign release (resolves #651).
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.24.2...v0.24.3
v0.24.2
: - OpenGraph meta-tagging, post column consistency
What's Changed
- Fix embeds by @Macic-Dev in https://github.com/libreddit/libreddit/pull/648
- Make the column size in posts consistent in
92f5286
.
New Contributors
- @Macic-Dev made their first contribution in https://github.com/libreddit/libreddit/pull/648
-
@laazyCmd made their first contribution in
92f5286
.
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.24.1...v0.24.2
v0.24.1
: - Issue hotfix for mishandling of nonexistent subreddits, and add new gruvbox themes
What's Changed
- Added gruvbox-dark and gruvbox-light themes by @MarshDeer in https://github.com/libreddit/libreddit/pull/490
- Extract Location URL path correctly in client::request. (fixes #645) by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/646
New Contributors
- @MarshDeer made their first contribution in https://github.com/libreddit/libreddit/pull/490
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.24.0...v0.24.1
v0.24.0
: - Compression, NSFW Blur + Gate, and DoomOne theme
What's Changed
- Indicate pinned posts on user profiles (close #606)
3f3d9e9
- Fix Replit deployment failure
1b5e9a4
- Fix links visible through markdown spoilers
c0e3744
- HTTP compression (Reddit -> Libreddit -> client) by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/612
- Use permalink offered by Reddit (fixes #613). by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/614
- Add DoomOne theme, c/o Tildemaster root@vern.cc by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/611
- Add support for
/comments
endpoint170ea38
- Redirect /:id to canonical URL for post. by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/617
- Add format_url tests by @sigaloid in https://github.com/libreddit/libreddit/pull/615
- Implement 'posts hidden because of NSFW'. (Resolves #159) by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/619
- Blur NSFW posts. by @Daniel-Valentine in https://github.com/libreddit/libreddit/pull/636
- T.: Docs update by @artemislena in https://github.com/libreddit/libreddit/pull/639
New Contributors
- @Daniel-Valentine made their first contribution in https://github.com/libreddit/libreddit/pull/612
- @sigaloid made their first contribution in https://github.com/libreddit/libreddit/pull/615
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.23.1...v0.24.0
v0.23.1
: - Switch Reveddit to Unddit
v0.23.0
: - Libreddit is Back
Hey all!
I've been absent for a while but am back now. I moved this project to a dedicated organization so there will be a (or possibly multiple) new project maintainers. My goal is to make Libreddit fully community-run so any absences of mine in the future won't stall the project's development.
I want to give a thanks to @Daniel-Valentine for his efforts to keep the project alive at the fork Ferrit and look forward to synchronizing Ferrit's changes into Libreddit.
Thank you to everyone for the continued support for this project.
Best,
Spike
What's Changed
- L: Fixed two swapped config variables in the documentation. by @artemislena in https://github.com/libreddit/libreddit/pull/524
- change lr.vern.cc hosting location as we moved vps by @gi-yt in https://github.com/libreddit/libreddit/pull/526
- Added Instances by @IkelAtomig in https://github.com/libreddit/libreddit/pull/519
- Remove libreddit.awesomehub.io by @Dyras in https://github.com/libreddit/libreddit/pull/535
- Added Instances by @IkelAtomig in https://github.com/libreddit/libreddit/pull/531
- Add ~vern onion instance by @gi-yt in https://github.com/libreddit/libreddit/pull/537
- Updated my onion link by @EsmailELBoBDev2 in https://github.com/libreddit/libreddit/pull/593
- Remove reddit.artemislena.eu (uses Teddit, not Libreddit now) by @artemislena in https://github.com/libreddit/libreddit/pull/586
- Add new instance (libreddit.oxymagnesium.com) by @OxyMagnesium in https://github.com/libreddit/libreddit/pull/591
- Add libreddit.cachyos.org instance by @vnepogodin in https://github.com/libreddit/libreddit/pull/571
- Removed 9 dead links from instance list by @guaddy in https://github.com/libreddit/libreddit/pull/545
- update instance (igna.rocks => intent.cool) by @ilyigna in https://github.com/libreddit/libreddit/pull/603
- Use singular form of "comment" for posts with 1 comment by @arthomnix in https://github.com/libreddit/libreddit/pull/567
New Contributors
- @artemislena made their first contribution in https://github.com/libreddit/libreddit/pull/524
- @IkelAtomig made their first contribution in https://github.com/libreddit/libreddit/pull/519
- @Dyras made their first contribution in https://github.com/libreddit/libreddit/pull/535
- @OxyMagnesium made their first contribution in https://github.com/libreddit/libreddit/pull/591
- @vnepogodin made their first contribution in https://github.com/libreddit/libreddit/pull/571
- @ilyigna made their first contribution in https://github.com/libreddit/libreddit/pull/603
- @arthomnix made their first contribution in https://github.com/libreddit/libreddit/pull/567
Full Changelog: https://github.com/libreddit/libreddit/compare/v0.22.9...v0.23.0
v0.22.9
: - Fixes for themes, HTML and encoding
What's Changed
- Fix dark theme hidden in settings
5f20e8e
- Fix HTML encoding in templating by @ClockVapor in https://github.com/spikecodes/libreddit/pull/404
- Fix "Post url contains non-ASCII characters" error. by @Midblyte in https://github.com/spikecodes/libreddit/pull/479
- Change localhost to 0.0.0.0 in contrib/libreddit.conf so that it doesnt complain about localhost not being a valid addr by @gi-yt in https://github.com/spikecodes/libreddit/pull/498
- remove 40two.app - dead/serves ads by @sybenx in https://github.com/spikecodes/libreddit/pull/517
- Removed libreddit.alefvanoon.xyz instance by @guaddy in https://github.com/spikecodes/libreddit/pull/516
New Contributors
- @Midblyte made their first contribution in https://github.com/spikecodes/libreddit/pull/479
- @sybenx made their first contribution in https://github.com/spikecodes/libreddit/pull/517
- @guaddy made their first contribution in https://github.com/spikecodes/libreddit/pull/516
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.8...v0.22.9
v0.22.8
: - Refactor themes and fix post sort setting restoration
What's Changed
- CI: Add docker build caching by @HarshCasper in https://github.com/spikecodes/libreddit/pull/493
- Add reddit.dr460nf1r3.org instance by @dr460nf1r3 in https://github.com/spikecodes/libreddit/pull/504
- Restore post sorting preference by link by @ClockVapor in https://github.com/spikecodes/libreddit/pull/406
- Remove silkky.cloud instance. https://github.com/spikecodes/libreddit/issues/510
- Made instance url consistant by @BobIsMyManager in https://github.com/spikecodes/libreddit/pull/511
- Embed css themes to simplify adding and testing new themes. by @mikupls in https://github.com/spikecodes/libreddit/pull/489
- Harden Systemd configuration by @erdnaxe in https://github.com/spikecodes/libreddit/pull/453
New Contributors
- @HarshCasper made their first contribution in https://github.com/spikecodes/libreddit/pull/493
- @dr460nf1r3 made their first contribution in https://github.com/spikecodes/libreddit/pull/504
- @BobIsMyManager made their first contribution in https://github.com/spikecodes/libreddit/pull/511
- @erdnaxe made their first contribution in https://github.com/spikecodes/libreddit/pull/453
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.7...v0.22.8
v0.22.7
: - Fix multireddit subscription redirect url
What's Changed
-
✍ ️fix: Tries to add better readability -➡ ️ fix: Moves funding links to correct file by @walkxcode in https://github.com/spikecodes/libreddit/pull/477 - Add new instance to list of public instances by @5trongthany in https://github.com/spikecodes/libreddit/pull/478
- Let native elements use theme accent colour by @EnderDev in https://github.com/spikecodes/libreddit/pull/509
- Add lr.vern.cc to instance list by @gi-yt in https://github.com/spikecodes/libreddit/pull/505
-
✏ ️ Fix link to Cloudflare in README.md by @nchristopher in https://github.com/spikecodes/libreddit/pull/506 - Fix multireddit subscription redirect url
bb7fb13
- Update instances https://github.com/spikecodes/libreddit/commit/1c50c8f30dfc19e5f43073b8b31d17d2d77943df
New Contributors
- @walkxcode made their first contribution in https://github.com/spikecodes/libreddit/pull/477
- @5trongthany made their first contribution in https://github.com/spikecodes/libreddit/pull/478
- @gi-yt made their first contribution in https://github.com/spikecodes/libreddit/pull/505
- @nchristopher made their first contribution in https://github.com/spikecodes/libreddit/pull/506
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.6...v0.22.7
v0.22.6
: - Scroll overflowing tables (fixes #469)
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.5...v0.22.6
v0.22.5
: - Fix backslash url rewriting
What's Changed
- Fix backslash url rewriting and add tests for rewrite_urls. by @mikupls in https://github.com/spikecodes/libreddit/pull/461
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.4...v0.22.5
v0.22.4
: - Wrap long post urls
What's Changed
- Wrap long post urls. by @mikupls in https://github.com/spikecodes/libreddit/pull/462
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.3...v0.22.4
v0.22.3
: - Hide empty sidebar
- Hide empty sidebar
9eb4293
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.2...v0.22.3
v0.22.2
: - Fix sorting buttons on r/all and r/popular (#402)
What's Changed
- Fix sorting buttons on r/all and r/popular by @ClockVapor in https://github.com/spikecodes/libreddit/pull/402
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.1...v0.22.2
v0.22.1
: - Wrap long post titles (fixes #435)
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.22.0...v0.22.1
v0.22.0
: - User listing filters, instance updates
What's Changed
- leddit.xyz instance location change by @kzshantonu in https://github.com/spikecodes/libreddit/pull/387
- Fix and improve admin/mod distinguishers by @674Y3r in https://github.com/spikecodes/libreddit/pull/386
- Add libreddit.bus-hit.me to instances by @austinhuang0131 in https://github.com/spikecodes/libreddit/pull/398
- Remove Cloudflare Proxy from libreddit.drivet.xyz by @GhostSlayer in https://github.com/spikecodes/libreddit/pull/360
- Changed location of my VPS :) by @EsmailELBoBDev2 in https://github.com/spikecodes/libreddit/pull/415
- add my instances by @kylrth in https://github.com/spikecodes/libreddit/pull/446
- new DE instance by @kzshantonu in https://github.com/spikecodes/libreddit/pull/429
- Update instances by @austinhuang0131 in https://github.com/spikecodes/libreddit/pull/421
- Add user listing buttons by @ClockVapor in https://github.com/spikecodes/libreddit/pull/400
New Contributors
- @kzshantonu made their first contribution in https://github.com/spikecodes/libreddit/pull/387
- @674Y3r made their first contribution in https://github.com/spikecodes/libreddit/pull/386
- @austinhuang0131 made their first contribution in https://github.com/spikecodes/libreddit/pull/398
- @GhostSlayer made their first contribution in https://github.com/spikecodes/libreddit/pull/360
- @kylrth made their first contribution in https://github.com/spikecodes/libreddit/pull/446
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.6...v0.22.0
v0.21.7
: - Handling subscribing to malformed multireddit URLs
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.5...v0.21.7
v0.21.6
: - Update dependencies
- Update dependencies
fcadd44
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.5...v0.21.6
v0.21.5
: - Search and sort button scrollbar fixes
What's Changed
- Fix sort button scrollbars
8b8f55e
- Search fixes by @andrew-kaufman in https://github.com/spikecodes/libreddit/pull/384
New Contributors
- @andrew-kaufman made their first contribution in https://github.com/spikecodes/libreddit/pull/384
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.4...v0.21.5
v0.21.4
: - Fix formatting of dates/times
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.3...v0.21.4
v0.21.3
: - Cover more Reddit domains with libreddit link rewrites
- Cover more Reddit domains with libreddit link rewrites
0708fdf
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.2...v0.21.3
v0.21.2
: - Fix crossposts not being linked
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.1...v0.21.2
v0.21.1
: - Fix debug log in post.rs
- Fix debug log in post.rs
f9b3981
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.21.0...v0.21.1
v0.21.0
: - View original text of removed posts/comments
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.5...v0.21.0
v0.20.5
: - Show external page links again
- Show external page links again
b3d4f6f
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.4...v0.20.5
v0.20.4
: - Automatically generate release notes
- Automatically generate release notes
90fa0b5
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.3...v0.20.4
v0.20.3
: - Rewrite Reddit post links to Libreddit equivalents
What's Changed
- Rewrite Reddit post links to Libreddit equivalents
7aeabfc
- docs: add the missing
AUTOPLAY_VIDEOS
in README by @xatier in https://github.com/spikecodes/libreddit/pull/361 - Don't create hrefs to u/[deleted] by @alyaeanyx in https://github.com/spikecodes/libreddit/pull/367
- Refactor Media parsing by @mikupls in https://github.com/spikecodes/libreddit/pull/334
- add new instance by @EsmailELBoBDev2 in https://github.com/spikecodes/libreddit/pull/369
New Contributors
- @xatier made their first contribution in https://github.com/spikecodes/libreddit/pull/361
- @alyaeanyx made their first contribution in https://github.com/spikecodes/libreddit/pull/367
- @EsmailELBoBDev2 made their first contribution in https://github.com/spikecodes/libreddit/pull/369
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.2...v0.20.3
v0.20.2
: - Prevent HTML source from being escaped
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.1...v0.20.2
v0.20.1
: - Use properly sized icons for awards
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.20.0...v0.20.1
v0.20.0
: - Awards, filters and rosebox
What's Changed
- Update privacy policy https://github.com/spikecodes/libreddit/commit/beada1f2b2a63aefbcdcd87f0aca0544a3d1fe84
- Added rosebox theme by @x6r in https://github.com/spikecodes/libreddit/pull/237
- Support displaying awards by @DiegoMagdaleno in https://github.com/spikecodes/libreddit/pull/168
- Filter subreddits and users by @ClockVapor in https://github.com/spikecodes/libreddit/pull/317
- Set sub and user descriptions to
overflow-wrap: anywhere
by @ClockVapor in https://github.com/spikecodes/libreddit/pull/345
New Contributors
- @x6r made their first contribution in https://github.com/spikecodes/libreddit/pull/237
- @DiegoMagdaleno made their first contribution in https://github.com/spikecodes/libreddit/pull/168
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.19.1...v0.20.0
v0.19.1
: - Add settings helper for HLS toggle
- Add settings helper for HLS toggle
1cccef1
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.19.0...v0.19.1
v0.19.0
: - Display full search results for subreddits
- Improve indentation and formatting https://github.com/spikecodes/libreddit/commit/85ae7c1f605f1f77f6c05c404a24acf4697d8953
- Show full subreddit results in search
8e332b0
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.18.2...v0.19.0
v0.18.2
: - Fix broken videos caused by HLS + autoplay
- Add Glitch deployment option https://github.com/spikecodes/libreddit/issues/339
- Shrink and embolden comment scores to fit better
2878d9c
- Fix HLS + autoplay from breaking videos
923ff77
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.18.1...v0.18.2
v0.18.1
: - Prevent post previews from overflowing on Chromium
- Prevent post previews from overflowing on Chromium
9f8d36c
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.18.0...v0.18.1
v0.18.0
: - Post previews, auto-collapsed bot comments, better post scores
Huge thanks @mikupls for their many contributions to Libreddit recently!
What's Changed
- Link subscriptions in settings to their respective feeds
7220190
- Collapse (sticky) bot comments by default. by @mikupls in https://github.com/spikecodes/libreddit/pull/321
- Add text post previews. by @mikupls in https://github.com/spikecodes/libreddit/pull/328
- Hide text post previews in Compact mode by @rubenelshof in https://github.com/spikecodes/libreddit/pull/329
- Format post and comment votes with a decimal place, like vanilla reddit does. by @mikupls in https://github.com/spikecodes/libreddit/pull/324
- Render markdown correctly in text post previews by using selftext_html. by @mikupls in https://github.com/spikecodes/libreddit/pull/335
New Contributors
- @rubenelshof made their first contribution in https://github.com/spikecodes/libreddit/pull/329
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.17.0...v0.18.0
v0.17.0
: - Add "open in reddit" to every page and fix follows
What's Changed
- Add libreddit.pussthecat.org by @TheFrenchGhosty in https://github.com/spikecodes/libreddit/pull/310
- Move libreddit.dothq.co to German server by @EnderDev in https://github.com/spikecodes/libreddit/pull/311
- Remove cloudflare checkmark from my instance. by @FireMasterK in https://github.com/spikecodes/libreddit/pull/313
- Add Riverside onion by @RiversideRocks in https://github.com/spikecodes/libreddit/pull/314
- Change healthcheck script to utilise "wget" by @Chengings in https://github.com/spikecodes/libreddit/pull/309
- Fix "Follow" button not changing to "Unfollow" by @ClockVapor in https://github.com/spikecodes/libreddit/pull/316
- Add "open in reddit" by @mikupls in https://github.com/spikecodes/libreddit/pull/304
- Update crates and optimize parameters
34ea679
New Contributors
- @TheFrenchGhosty made their first contribution in https://github.com/spikecodes/libreddit/pull/310
- @Chengings made their first contribution in https://github.com/spikecodes/libreddit/pull/309
- @ClockVapor made their first contribution in https://github.com/spikecodes/libreddit/pull/316
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.16.0...v0.17.0
v0.16.0
: - Disable autoplay by default, toggle it in settings
What's Changed
- Update README.md by @obeho in https://github.com/spikecodes/libreddit/pull/284
- Add the poster attribute even if a post claims to be type gif. Default to none-preloading for gifs like video-typed posts do. by @mikupls in https://github.com/spikecodes/libreddit/pull/302
New Contributors
- @obeho made their first contribution in https://github.com/spikecodes/libreddit/pull/284
- @mikupls made their first contribution in https://github.com/spikecodes/libreddit/pull/302
Full Changelog: https://github.com/spikecodes/libreddit/compare/v0.15.3...v0.16.0
v0.15.3
: - Show pointer when hovering over comment summaries
- Update v0.15.3
32360e5
See full list of changes here.
v0.15.2
: - Redirect to homepage on empty search
See full list of changes here.
v0.15.1
: - Hide user profiles from search engines
- Fix user profiles showing up in search engines
982f57e
See full list of changes here.
v0.15.0
: - Use lazy loading for images
- Lazy load images
52a1b45
See full list of changes here.
v0.14.14
: - Provide a concise error message during Reddit server issues
- More apt error messages for Reddit outages
41b3dc5
See full list of changes here.
v0.14.13
: - Fix "Enable HLS" on multireddits
See full list of changes here.
v0.14.12
: - Escape HTML characters in post flairs
- Tweak styling of Dracula theme
- Escape HTML characters in post flairs (#247)
- Escape text-only post flairs
45a5778
See full list of changes here.
v0.14.11
: - Distinguish the title color of visited posts
See full list of changes here.
v0.14.10
: - Fix Regex matching of Reddit links
- Fix Regex matching of Reddit links
a190890
Quite a few instances have been added since the last update as well!
See full list of changes here.
v0.14.9
: - Rewrite redd.it links
- Rewrite redd.it links
56998b8
See full list of changes here.
v0.14.8
: - Support HLS playback in search and user feeds
- Support HLS playback in search and user feeds
85deb49
See full list of changes here.
v0.14.7
: - Disable broken moderator list feature to fix subreddit sidebars
- Disable dysfunctional moderator list feature
d2002c9
See full list of changes here.
v0.14.6
: - Prevent zalgo text from overflowing in comments
See full list of changes here.
v0.14.5
: - Use sans-serif as fallback font
- Specify fallback fonts
d27bd78
See full list of changes here.
v0.14.4
: - Optimized error handling
- Optimizations and commenting
4defb58
See full list of changes here.
v0.14.3
: - Fix two subscription bugs
- Fix bug preventing unsubscribing from subreddits and a bug with importing subscriptions
ba42fc0
See full list of changes here.
v0.14.2
: - Inter font
See full list of changes here.
v0.14.1
: - Fix subscription-clearing bug
- Fix subscription clearing when saving settings
73732a2
See full list of changes here.
v0.14.0
: - View quarantined subreddits
- Quarantined subreddits can now be viewed #219
See full list of changes here.
v0.13.1
: - Handle 3 possible errors
- Handle three unwraps
4f09333
See full list of changes here.
v0.13.0
: - Server-side configuration defaults
- Configure default settings using environment variables #199
See full list of changes here.
v0.12.0
: - Audio support in videos using HLS
- HLS video playback #182
See full list of changes here.
v0.11.2
: - Various subreddit & post fixes
- Various subreddit & post fixes (#215)
See full list of changes here.
v0.11.1
: - Support GIFs in comments
- Support GIFs in comments #217
See full list of changes here.
v0.11.0
: - New themes, modlist and bug fixed
Sorry, this release didn't follow semantic versioning. Big thanks to @curlpipe for their contributions in this release!
- List subreddit moderators #201
- Fix bug with subreddit subscription case #204
- Fix right-to-left text #132
- New violet and gold themes #212
See full list of changes here.
v0.10.6
: - Laserwave Theme
- New Laserwave theme! #210
See full list of changes here.
v0.10.5
: - Only scroll overflowing tables in Wikis
- Only scroll overflowing tables in Wikis
b47cfd1
See full list of changes here.
v0.10.4
: - Fix overflowing wiki pages
- Add scrollbar to overflowing wiki pages #192
See full list of changes here.
v0.10.3
: - Fix incomplete wikis
- Support multi-path wiki URLs #195
See full list of changes here.
v0.10.2
: - Include Cargo.lock and fix ARM
See full list of changes here.
v0.10.1
: - Fix media preview query proxying
- Properly pass preview queries to media proxy
a18db1e
See full list of changes here.
v0.10.0
: - Follow users
See full list of changes here.
v0.9.0
: - New Dracula and Nord themes
See full list of changes here.
v0.8.4
: - Fix unprivileged user in Dockerfile
- Re-add unprivileged user to Dockerfile
c23d2dc
See full list of changes here.
v0.8.3
: - Docker enhancements
- New alpine-based Dockerfile with healthcheck
46dbd88
- Fix server.rs function name
f0f4842
- Provide an example docker-compose
90d39b1
See full list of changes here.
v0.8.2
: - Fix "Saving settings clears subscriptions" bug
v0.8.1
: - Fix clippy warnings
- Fix clippy warnings
See full list of changes here.
v0.8.0
: - Default subreddit post sorting
- New setting to define what sorting algorithm should be used for subreddit feeds by default #166
See full list of changes here.
v0.7.0
: - Sidebar about page
- Show r/<subreddit>/about/sidebar #162
See full list of changes here.
v0.6.0
: - HSTS command line argument
- New
-H
header to enable HTTP Strict-Transport-Security. Usage: (expire time is in seconds)
-H, --hsts <EXPIRE_TIME> HSTS header to tell browsers that this site should only be accessed over HTTPS [default:
604800]
See full list of changes here.
v0.5.1
: - Sorting patch
- Patch broken homepage sorting
467342e
See full list of changes here.
v0.5.0
: - Hyper rewrite
- Rewrite server and client using Hyper
b14b4ff
- Match trailing slashes in paths
- Allow scrubbing of proxied media
- Improve playback in Vivaldi
- Redirect
/u
and/w
to/user
and/wiki
respectively - Fix author flairs not showing
e15c15c
- Return the appropriate error message for non-ASCII post headers
See full list of changes here.
v0.4.2
: - Handle proxy.rs unwraps
- Use the
?
operator instead of.unwrap()
to makeproxy.rs
more resilient to errorsf209757
See full list of changes here.
v0.4.1
: - Escape user-constructed fields
- Patch to escape the HTML in user-constructed fields https://github.com/spikecodes/libreddit/issues/148
See full list of changes here.
v0.4.0
: - Custom HTTP Client
- Custom HTTP client with Rustls
e59b2b1
- Horizontally squish comments on mobile
4a51b7c
- Fix size attributes
e70dfe2
- Add alt attribute to user icon
f0e8deb
- Support /comments/ short urls https://github.com/spikecodes/libreddit/issues/144
See full list of changes here.
v0.3.1
: - Fix Reddit connection error
v0.3.0
: - Tide Rewrite, Galleries, Black Theme
- Add PWA support #83
- Implement #88
- Support /w/ for Wikis
- Make feed sorting case-insensitive #93
- Rewrite old.reddit.com and np.reddit.com links #96
- Add a multi-architecture docker build. #98
- Added black theme #101
- Gallery support #103
- Rewrite #99
- Inline videos/gifs for card view #107
- Subscribe to multireddit button #104
- Fix comment structuring (#113)
- Add tooltips for accessibility
- Generate URL to restore settings, including subscriptions #89
- Refactor media proxying for security
- Use clap for argument parsing
- Filter by flair #124
- Error page follows theme #126
- Prevent empty flairs from showing #110
- Align subreddit descriptions left #130
- Specific error messages for private/quarantined/banned subreddits #131
- Error messages for suspended users
5cd5b55
- Multi-staged docker container build that's more lightweight #134
- Link comment timestamps #137
- Log errors to io::stderr
1de01d7
- HTTP Client (Surf) now uses Rustls
- New geometric logo inspired by privsecti's design:
See full list of changes here.
v0.2.9
: - Subscriptions, Redesign, and Settings Rework
- Support forced HTTPS redirects #39
- Comment counter for posts #42
- SVG arrow for "submit" buttons
- "System" theme option #62
- Hide NSFW content by default #63
- Redesign posts to have single-color backgrounds
- Show bullet point for posts/comments where score is hidden #66
- Shrink links to icons on mobile
- Fix code block overflow in comments #67
- Prevent page jumping when images fail to load #68
- Log JSON parse errors and Reddit request failures
- Enhance CSP and default headers for security
- Fix subreddit name overflows in navigation bar #75
- Implement subscribing to subreddits #78
See full list of changes here.
v0.2.8
: - UI, Flairs, and Thumbs!
- Wide mode
- Light theme
- Timestamps are now relative (hover over for full date/time)
- Linked thumbnails in card mode
- Thumbnail placeholders
- Use ureq as the HTTP client
- Rich flairs show custom emojis
- Support
/user/
posts - Mods have green usernames in comments
- Admins have red usernames in comments
- Bug fixes
See full list of changes here.
v0.2.7
: - Settings, Caching, and Fixing
- Settings:
- Layouts
- NSFW filtering
- Front page customization
- Default comment sort
- Media caching #11
- Further browser compatibility (primarily with Safari) thanks to somoso
- Lots of fixes
See full list of changes here.
v0.2.6
: - Patches, Design Tweaks, and Enhancements
- Fix selfhosting without SSL #28
- Permalink, reddit link and upvote ratio at bottom of posts
- Restrict Proxy to Reddit Domains #26
- Sort by controversial #29
- Make design more compact
- Optimize post listing
- Shrink post headers
See full list of changes here.
v0.2.5
: - Wikis, Fixes, and Optimizations
- Styling fixed for navbar
- Page titles closer match Reddit page titles
- Fix posts overflowing on Safari on iOS #19
- Error page added for unknown page requests
- Optimized use of
.unwrap()
and.clone()
- Optimized sequencing with clippy
- Rewrite Reddit links as Libreddit ones #20
- Wiki pages are here! #17
See full list of changes here.
v0.2.4
: - Searching, Sorting, & Stickies
- Users can now sort by time frame (hour, day, week, month, year, all)
- Rewrite of Rust back-end to allow for dynamic queries and to unify
subreddit.rs
withpopular.rs
- Sorting sticks closer to Reddit's sorting system
- Focus indicator for accessibility #15
- Searching is here! You can search globally or inside a subreddit using the search box in the navigation bar. Search UI:
- Stickied posts are now indicated using green highlights
See full list of changes here.
v0.2.3
: - NSFW flag, Sidebars, Profile Pages
- Fix #9
- Fixed subreddit icons
- NSFW flag on posts
- New user/subreddit about boxes
- New instances table
- Subreddit sidebars
- Comment links in user profiles
- Pages in user profiles
See full changelog here.
v0.2.2
- Multireddit support
- Add referrer policy
- Switched sorting to dropdown
- Highlight post authors in comments
- Support indexing by search engines
- "More replies" button for nested comments
- Revised
README.md
with Reddit comparison
v0.2.1
- Fix sorting in short link posts
- Add a Content Security Policy
- Add support for user flairs
- Fix CSS and organize variables
v0.2.0
- Nested comments
- Collapsible comments
- Redesigned dark mode
- Fix URL dispatch (trailing slash was required before)
- Update dependencies
- Parse >1 million scores
v0.1.10
- Mobile Responsive
- Update Readme
- Update Dependencies
- Disable Most Logging
v0.1.7
- Fix static file bundling (
static/robots.txt
andstatic/style.css
) - Update Cargo dependencies
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.