Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dworthen committed Oct 31, 2023
1 parent b7bc371 commit a928e29
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-pianos-unite.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cold-oranges-help.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/light-countries-hear.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lovely-adults-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-waves-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-singers-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-candles-hang.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/two-oranges-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-panthers-invite.md

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# gov4git-desktop-app

## 0.6.0

### Minor Changes

- a7e0fa1: Generalize dismiss message and message styling
- 21b416b: Update voting mechanism

- Cleanup rank column so show current priority
and user contribution/pending contribution
- Move voting to ballot description for more space
- Switch from slider mechanism to input box for better
control and accessibility
- Add increment and decrement buttons for easy control
- Show quadratic relationship between vote and cost
in credits via a slider
- Show success message upon voting and indicate
pending status of the new vote

### Patch Changes

- 3897078: Fix bubble style and support disabled state
- 032d881: Do not log logging activity

- Previous versions logged logging activity
creating an explosion of data to be written to files
and degrading performance.

- 7600944: Correct pending credit calculation

- Should cost the difference in new credits spent
and previous credits spent when switching vote from
negative to positive or vice versa and should
refund credits if that new cost is less than
previous cost.
- Should refund credits when decreasing vote

- 1a5372a: Support mismatched username cases

- Use the casing as listed in the g4g CLI
protocol as the CLI is case sensitive

- 2bb1dfc: Catch app update errors
- 3cd1a8b: Remove calculating confirmation message on backend
- 8835b1c: Fetch user data after refreshing ballot cache

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gov4git-desktop-app",
"private": true,
"version": "0.5.2",
"version": "0.6.0",
"description": "Gov4Git Desktop Application",
"type": "commonjs",
"main": "./build/electron/main.js",
Expand Down

0 comments on commit a928e29

Please sign in to comment.