Releases: gov4git/desktop-application
Releases · gov4git/desktop-application
v0.9.1
v0.9.0
0.9.0
Minor Changes
-
b8529ed: Update auth flow
- Separate out user login and joining communities
to allow for joining multiple communities. - Submit GH request to join from UI.
Addresses gov4git/gov4git#118
- Separate out user login and joining communities
-
5f1a77e: Support multiple communities
- Addresses gov4git/gov4git#121
-
6e8aeba: Add ballot filters
- Support filtering by ballot status (open, closed, etc)
- Support filteringer by participation (voted, not voted)
- Addresses gov4git/gov4git#109, gov4git/gov4git#110, gov4git/gov4git#131
Patch Changes
v0.8.1
v0.8.0
v0.7.0
v0.6.4
0.6.4
Patch Changes
-
a5677c4: Check PAT privileges prior to logging in.
- Addresses #39, #40, and gov4git/gov4git#133
v0.6.3
v0.6.2
v0.6.1
v0.6.0
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
- Cleanup rank column so show current priority
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.
- Previous versions logged logging activity
-
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
- Should cost the difference in new credits spent
-
1a5372a: Support mismatched username cases
- Use the casing as listed in the g4g CLI
protocol as the CLI is case sensitive
- Use the casing as listed in the g4g CLI
-
2bb1dfc: Catch app update errors
-
3cd1a8b: Remove calculating confirmation message on backend
-
8835b1c: Fetch user data after refreshing ballot cache