Releases: belowaverage-org/phonebook
Releases Β· belowaverage-org/phonebook
2.7
2.6
Added:
- Schema Changes:
- New Number Attribute. (Location)
- New Number Type Choice / Icon. (Shared)
2.5
- Allows JS plugins to change what attributes are requested during a search.
2.4
- Fixed: CRTL support. E.g (Ctrl + P & Ctrl + C)
- Added: Auto detail expand if only one result is returned.
- Added: Description field into the details tab.
2.3
2.2
Weird auto-complete bug fixes.
2.1
Fix ping issue.
2.0
Changes in this release:
- Design Update.
- Drop down menu on phone numbers.
- API over-haul.
- Switch from flat-file to sqlite.
- Performance improvements.
- Added built-in statistics.
- Added built-in feedback.
- Added print menu.
- Added export as CVS button.
- Added built-in translations system.
- Added PWA manifest.
- New logo.
- More...
1.4
New in this release
- Removed non essential ajax calls.
- Added loading splash.
- Fixed infinite loop issue with file permissions.
- Added helpful tip to initial page load.
- Improved arrow key navigation when editing a number.
1.3
In this release:
- Files are now split up instead of being a single index.php file.
- Documentation for the API is now served via a web page in %rootOfPhonebook%/API/
- An Easter egg has been added.
- The legend has been fixed so that the layout is fixed in place when the window resizes.
- Numbers are now sorted by score and number.
- Fixed issue where on load the page synchronously waited for the tags message and would freeze the page.
- Modified search algorithm to search using partial tags.
- Added limits to the search API (How many should it pull from the database at one time?)
- Fixed screen drawing/timing issue (Screen would flicker during a search).
- IE Compatibility added. (Tested only in IE 11)
- Search procedure on client side now cancels requests if a change happens.