Releases: chakany/nblog
Releases Β· chakany/nblog
v0.4.1 - Accent customizations and Dependency Upgrades
What's Changed
- Add a variable in
src/app.css
that allows the user to customize the accent color. (color shown on tags, author names, etc.) - Bump tailwindcss from 3.3.1 to 3.3.2 by @dependabot in #34
- Bump prettier-plugin-tailwindcss from 0.2.7 to 0.2.8 by @dependabot in #33
- Bump @types/showdown from 2.0.0 to 2.0.1 by @dependabot in #36
- Bump @playwright/test from 1.32.3 to 1.33.0 by @dependabot in #37
Full Changelog: v0.4.0...v0.4.1
v0.4.0 - New UI and Authors page
What's Changed
- UI Redesign by @jacany in #24 with designs from Karnage
- Authors Page by @jacany
- Bump @typescript-eslint/parser from 5.55.0 to 5.59.1 by @dependabot in #30
- Bump vite from 4.2.1 to 4.3.2 by @dependabot in #31
- Bump prettier from 2.8.4 to 2.8.8 by @dependabot in #29
- Bump svelte-check from 3.1.4 to 3.2.0 by @dependabot in #27
- Bump eslint from 8.36.0 to 8.39.0 by @dependabot in #26
Full Changelog: v0.3.0...v0.4.0
v0.4.0-pre.1 New UI
What's Changed
- UI Redesign by @jacany in #24 (credit to Karnage for the designs and insight)
- Bump @typescript-eslint/parser from 5.55.0 to 5.59.1 by @dependabot in #30
- Bump vite from 4.2.1 to 4.3.2 by @dependabot in #31
- Bump prettier from 2.8.4 to 2.8.8 by @dependabot in #29
- Bump svelte-check from 3.1.4 to 3.2.0 by @dependabot in #27
- Bump eslint from 8.36.0 to 8.39.0 by @dependabot in #26
Full Changelog: v0.3.0...v0.4.0-pre.1
v0.3.0 - Feeds and Authors
v0.2.3
Features
- Added click animations to share icons on post 90c5853 (#5)
- FullPost title is now a link to the main article 14d9370 (#5)
- Connect to many relays on client side for reactions and such 43fc434
Fixes
- Fixed reactions not following NIP-33 "Referencing and tagging" 9f2a31b
- Changed homepage site description from "Test" to "Home Page" 8dec5c6
- Rewrote duplicate event remover to actually work d48c016
Full Changelog: v0.2.2...v0.2.3
v0.2.2 - Bugs, Bugs, and more Bugs!
Fixes
- Bump @sveltejs/kit from 1.11.0 to 1.15.2 - 0780bfc bf3a2db
- Copy url on homepage now copies the actual post url instead of just the current url 1db00a7
- Make
getTagValues
return null if no data c09377d - Remove duplicate events from post array (old versions) 41d60eb
- Don't log received reaction events to console 93f33de
- Reactions now have pubkey tag as per NIP-25 spec b966b78
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Features
Fixes
- Fixed cache setting twice on tag page 9acb4d5
- Fixed tags not wrapping properly 3245708
- Fixed picture and text sizing on posts e70d137
- Hide post image in list if screen too small ca1c6be
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Features
- Reactions 82058fe
- Requires
PUBLIC_REACTIONS
set to true - App will crash if that env variable is not present.
- Requires
- Added social icons to top of post (copy url, twitter, nostrich coming) 6778fc2
- Server Side Rendering d90c822
- Default Caching Rules 04eea05
Fixes
Full Changelog: v0.1.0...v0.2.0
Initial Release
Features
- Read Posts on Home page
- Post List
- Post Markdown
- Tags
- Filter posts by tagsa
Full Changelog: https://github.com/jacany/nblog/commits/v0.1.0