Skip to content

Commit

Permalink
fix: change date format and auto start (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson authored Nov 30, 2022
1 parent 6974934 commit d22373d
Show file tree
Hide file tree
Showing 18 changed files with 327 additions and 326 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.0

### Features
* change time stamp format to text
* add latest review text on notification

### Fix
* on logout, disable auto start setting (this is bound to login)
* add link to user on domain
* update `text-ellipsis` for review list

## 0.3.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitbar",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.2.0",
"@tauri-apps/cli": "^1.2.0",
"@tauri-apps/cli": "^1.2.1",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
Expand Down
Loading

0 comments on commit d22373d

Please sign in to comment.