version 0.3.0 #1

Merged
ari merged 22 commits from dev into main 2024-07-02 19:39:03 +00:00
3 changed files with 13 additions and 3 deletions
Showing only changes of commit 5183f73006 - Show all commits

10
CHANGELOGS.md Normal file
View file

@ -0,0 +1,10 @@
# Campfire v0.3.0
- Added notifications view
- Many more background tweaks, fixes, and optimisations
# Campfire v0.2.0
- Complete UI overhaul (thanks mae!)
- Added light and dark themes
- Added ability to like and boost posts
- Added ability to view threads in context
- Many background tweaks, fixes, and optimisations

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "campfire-client",
"version": "0.2.0",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "campfire-client",
"version": "0.2.0",
"version": "0.3.0",
"license": "GPL-3.0",
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.2.1",

View file

@ -1,6 +1,6 @@
{
"name": "campfire-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "social media for the galaxy-wide-web! 🌌",
"private": true,
"type": "module",