Skip to content

Releases: gh0stter/ACMC-Library-System

ACMC Library System v1.1.0.20

07 Sep 10:36
Compare
Choose a tag to compare
  • [Feature] Now will check whether there is a local SQL server installed on the machine and check whether the service is running, if not will start the service automatically.
  • [New] Add loading information on loading screen.
  • [Bug Fix] Now should read auto backup database flag setting correctly.
  • [Fix] Fix typos.

ACMC Library System v1.1.0.20

26 Apr 11:14
Compare
Choose a tag to compare
  • [Feature] Implementation of notification bar
  • [Feature] Add Release note window to show latest update log after app get updated
  • [Bug Fix] Fix DataGrid selection reset after saving changes
  • [Bug Fix] Fix data grid is not getting updated after updating Member/Item
  • [Bug Fix] Fix Datagrid filter is not working after updating Member/Item
  • [Application] Minor UI adjustment, including bigger loading window, flat button style and icon style
  • [Maintenance] Update packages
  • [Development] Add .tfignore
  • [Development] Remove Debug code

ACMC Library System v1.1.0.19

18 Apr 11:57
Compare
Choose a tag to compare
  • [Bug Fix] Fix data is not synchronize correctly in some situation
  • [Bug Fix] Fix incorrect item status enum mapping
  • [Bug Fix] Fix unhandled exception on smartsearch jump to filtered member/item ;
  • [Bug Fix] When an item has been returned, due date should be set to null and statues should be set to [in] statue
  • [Bug Fix] When user borrow an item, item status should be set to out.
  • [User Feedback] Add support click select all text for some textboxes
  • [User Feedback] Swap ID and barcode on UI
  • [Performance] Use multi-thread for retrieving data
  • [Performance] Use multi-thread for smart searching
  • [Application] Change RenewPeriodInDay to ItemRenewPeriodInDay
  • [Application] Add MemberRenewPeriodInYear and show on appSetting window
  • [Application] Change App update mode
  • [Development] Change .Net framework target to 4.6.2 and update related methods
  • [Development] Change C# language level to C# 7.0 and update some methods to use C# 7.0 feature
  • [Maintenance] Update NLog

ACMC Library System v1.0.0.18

08 Mar 10:27
Compare
Choose a tag to compare
  • HOT FIX - Fix application crash when open app setting

ACMC Library System v1.0.0.17

08 Mar 10:09
Compare
Choose a tag to compare
  • Rename User to Member
  • Reduce the restriction of borrowing item
  • Fix incorrection CanBorrowItem condiction
  • Add UnableToBorrowItemReason
  • Add TotalFine to member class
  • Fix object reference not set exception for issue item method
  • Fix member/item details are not update correctly after updating details
  • Fix UI not update when Item has been renewed/returned
  • Handle borrower no longer exist in the database.
  • Move AppSettings to Domain project
  • Save BusinessRules to AppSettings
  • Fix error on checking item change
  • Show business rules in appsetting window
  • Change app update checking to background mode

ACMC Library System v1.1.0.15

05 Mar 09:21
Compare
Choose a tag to compare
Pre-release
  • Use user.config instead of app.config to resolve app setting get reset every time application updates.
  • Add pre-build event to delete user.config.
  • Update progress bar style.
  • Capture database backup error and suppress it
  • Add app version to sql setup dialog...
  • Style change for loading progress bar
  • Disable prefer 32-bit for release build
  • Add database project