cannery/CHANGELOG.md

56 lines
1.8 KiB
Markdown
Raw Normal View History

2022-04-24 20:19:20 -04:00
# v0.5.1
- Add French translation: Thank you [duponin](https://udongein.xyz/users/duponin)!
2022-04-19 18:16:06 -04:00
# v0.5.0
- Add German translation: Thank you [Kaia](https://shitposter.club/users/kaia)!
- Fix not being able to edit ammo group when fully used up
- Fix bug with average price per round calculation
- Show average price per round on ammo type table
2022-04-19 20:12:28 -04:00
- Use Elixir v1.13.4
2022-04-19 18:16:06 -04:00
2022-03-28 23:58:16 -04:00
# v0.4.1
- Fix button and tag text wrapping
- Code quality fixes
2022-03-04 00:06:08 -05:00
# v0.4.0
2022-03-04 22:27:09 -05:00
- Make tables sortable
2022-02-24 20:42:27 -05:00
- Add link to changelog from version number
2022-02-26 00:16:12 -05:00
- Fix some elements flashing with black background
2022-03-04 00:06:08 -05:00
- Fix bug with moving ammo group to new container
2022-03-04 23:16:37 -05:00
- Fix bug with no error showing up for create ammo group form
2022-02-24 20:42:27 -05:00
2022-02-23 20:47:23 -05:00
# v0.3.0
- Fix ammo type counts not showing when count is 0
- Add prompt to create first container before first ammo group
- Edit and delete shot groups from ammo group show page
- Use today's date when adding new shot groups
2022-02-24 00:16:23 -05:00
- Create multiple ammo groups at one time
2022-02-23 20:47:23 -05:00
# v0.2.3
- Fix modals with overflowing forms
2022-02-20 20:43:04 -05:00
- Fix grids having uneven margins in phone mode
- Add page titles to registration and setting pages
2022-02-20 15:17:26 -05:00
# v0.2.2
- Fix loading and reconnecting pages not being fixed
- Fix closing modal in some cases not triggering a page reload
- Fix error when display container and tag edit routes from a fresh reload
2022-02-19 18:42:17 -05:00
# v0.2.1
2022-02-19 18:06:50 -05:00
- Fix checkbox spacing for mobile view
- Fix spacing with form elements in mobile view
- Fix user card spacing
2022-02-19 00:51:01 -05:00
2022-02-19 18:42:17 -05:00
# v0.2.0
2022-02-19 00:51:01 -05:00
- Add or remove tags from containers list and details page
2022-02-18 22:56:46 -05:00
- Show tags on containers
- Add "Cannery" to page titles
- Don't show true/false column for ammo types if all values are false
2022-02-18 23:25:44 -05:00
- Fix ammo type firing type display
- Show original count, current value, and percentage remaining for ammo groups
- Show shot history for an ammo group
- Show ammo round totals and total shot for ammo types
2022-02-18 22:56:46 -05:00
2022-02-19 18:42:17 -05:00
# v0.1.0
2022-02-18 22:56:46 -05:00
- Initial release!