cannery/CHANGELOG.md

88 lines
3.0 KiB
Markdown
Raw Normal View History

2022-07-05 01:09:47 -04:00
# v0.5.5
2022-11-06 19:16:34 -05:00
- Update translations
2022-11-06 20:29:12 -05:00
- Make ammo index page a bit more compact
2022-11-06 20:35:12 -05:00
- Add ammo count to ammo type index page
2022-11-06 23:08:18 -05:00
- Make ammo type show page a bit more compact
2022-07-05 01:09:47 -04:00
- Forgot to add the logo as the favicon whoops
2022-07-01 00:25:38 -04:00
# v0.5.4
- Rename "Ammo" tab to "Catalog", and "Manage" tab is now "Ammo"
2022-07-01 19:13:54 -04:00
- Ammo groups are now just referred to as Ammo or "Packs"
2022-07-01 00:29:33 -04:00
- URL paths now reflect new names
2022-07-01 19:13:54 -04:00
- Add pack and round count to container information
2022-07-04 20:47:12 -04:00
- Add cute logo >:3 Thank you [kalli](https://twitter.com/t0kkuro)!
- Add note about deleting an ammo type deleting all ammo of that type as well
- Prompt to create first ammo type before trying to create first ammo
- Add note about creating unlimited invites
2022-07-04 21:52:08 -04:00
- Update screenshot lol
2022-07-01 00:25:38 -04:00
2022-05-21 17:19:15 -04:00
# v0.5.3
- Update French translation: Thank you [duponin](https://udongein.xyz/users/duponin)!
- Update German translation: Thank you [Kaia](https://shitposter.club/users/kaia)!
2022-05-05 23:44:32 -04:00
# v0.5.2
- Add "Added on" date to ammo groups
- Add "Added on" date to ammo types
- Add "Registered on" date to user information
- Add language in user settings. The `LOCALE` environment variable will continue
to set the default locale for the application.
2022-05-05 23:59:31 -04:00
- Add involvement links to home page
2022-05-06 20:30:52 -04:00
- Fix button text-wrapping
2022-05-06 20:31:16 -04:00
- Update dependencies
2022-05-05 23:44:32 -04:00
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!