Skip to content

Releases: belowaverage-org/phonebook

2.7

27 Jun 21:50
9dc1941
Compare
Choose a tag to compare
  • Added orderby attribute to schema. Whatever column contains this attribute will be ordered by either ASC or DESC.

2.6

21 Jul 15:50
Compare
Choose a tag to compare
2.6

Added:

  • Schema Changes:
    • New Number Attribute. (Location)
    • New Number Type Choice / Icon. (Shared)

2.5

14 Apr 18:30
Compare
Choose a tag to compare
2.5
  • Allows JS plugins to change what attributes are requested during a search.

2.4

19 Mar 17:04
Compare
Choose a tag to compare
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

09 Feb 21:27
Compare
Choose a tag to compare
2.3
  • Fixes iOS Safari Keyboard Bug. #23

2.2

15 Dec 19:01
Compare
Choose a tag to compare
2.2
Weird auto-complete bug fixes.

2.1

14 Dec 14:37
Compare
Choose a tag to compare
2.1
Fix ping issue.

2.0

07 Dec 16:26
Compare
Choose a tag to compare
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

25 Jan 19:38
Compare
Choose a tag to compare
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

24 Sep 12:24
Compare
Choose a tag to compare
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.