2.4.0 - 2018-06-22
- Update Windows build instructions for NSISBI 3.03.1+.
2.3.4 - 2018-06-04
- Pin
SugarLabs
tool to specific commit, to avoid auth requirement.
2.3.3 - 2018-04-20
- StarLogoNova branch used was changed to clix-specific branch.
2.3.2 - 2018-04-11
- StarLogoNova tool index.html was missing.
2.3.1 - 2018-04-11
- "Please wait" message while saving SLN models and fixed the redirect.
2.3.0 - 2018-04-10
- StarLogoNova Lite to build process, with updated API.
2.2.0 - 2018-04-04
- Sugar Labs to build process, as a tool.
2.1.1 - 2018-03-30
- More documentation in README.
- More tests for
utilities.py
.
2.1.0 - 2018-03-28
- Support for StarLogoNova API endpoints.
2.0.6 - 2018-03-20
- Build script uses case insensitive search to copy license files.
2.0.5 - 2018-03-19
- Renamed
Biomechanic
toRun Kitty Run
.
2.0.4 - 2018-03-15
- Added the folder names for navigating to lessons, with an ellipsis effect for long headings.
2.0.3 - 2018-03-01
- Truncate long names only at the view layer.
2.0.2 - 2018-03-01
- Decreased size of focus ring dots.
2.0.1 - 2018-03-01
- Lesson button size is same as Unit / Subject.
- Dot outline focus ring for breadcrumbs.
- Truncate and ellipsize button text.
2.0.0 - 2018-02-28
- Account for
diskcache
license inqbank
.
- Pull in
content_player
without pink focus indicator. - Pull in
qbank
3.16.0
.
1.6.15 - 2018-01-17
- Second linux launch script for non-Debian packages.
1.6.14 - 2018-01-08
- Instructions and files for bundling exe, dmg, and deb packages.
- Standardize on npm; discard yarn.
- Updated content_player and OEA player / author.
- Content Player includes:
- Next / previous buttons
- Citation button in footer, if ePub includes that metadata
- Content Player includes:
- Single scrollbar (when used with updated content_player).
- Unplatform version styling in Tool page nav bar.
1.6.13 - 2017-12-8
- Manually copy in BeautifulSoup4 license.
1.6.12 - 2017-12-8
- OS X processes start in individual terminal windows, instead of background processes.
- Set
os.chdir()
to make sure bundled files are found when running in an app bundle.
1.6.11 - 2017-12-4
- iframes to all the TISS tools in
/Modules/Tools
. - License file for the WICG accessibility library.
- Bumped React to 15.6.2.
- Removed
Grades
from the navigational flow.
1.6.10 - 2017-11-1
- Modified listitem focusing pattern.
- Refactors homeview synthetic events.
- Tweaks CSS focus / active for improved UX.
1.6.9 - 2017-11-1
- TISS developed tools, to the static folder.
1.6.8 - 2017-10-25
- Bumping version to grab
2017.10.r1
release of OEA.
1.6.7 - 2017-10-25
- Bumping version to grab
2017.10.r1
release of content player.
1.6.6 - 2017-09-28
- Updates the
html
lang
attribute, depending on the UI language / school configuration.
1.6.5 - 2017-09-22
- Accessibility enhancements to unplatform including:
- Color contrast
- Screen reader navigation
- Keyboard navigation
- Skip links
- Focus trap management
- Form validation on school config page
- Props validation on view components
- Structure of CSS, code cleanup
1.6.4 - 2017-08-30
pylint
to testing configuration.- Title attribute to tool iframes.
- Set the
lang
attribute in the content player.
- Content player title.
- OEA player title.
1.6.3 - 2017-08-29
- Use
unicode_literals
for all ofmain.py
, to fix Windows issue with paths.
1.6.2 - 2017-08-29
- How unicode file paths are handled within Tools.
1.6.1 - 2017-07-28
- The
save
action in school configuration re-routes to the root path.
1.6.0 - 2017-07-14
- MD5 checksum on the data extraction zip file.
1.5.1 - 2017-07-12
- Write-Ahead Logging configuration enabled for
sqlite3
.
1.5.0 - 2017-07-11
- Support for
userId
anduser_id
in the generic logging endpoint.
1.4.1 - 2017-06-26
- Handle multi-language options in Run Kitty Run tool.
1.3.19 - 2017-06-13
- Run Kitty Run repository updated to new name.
- PoliceQuad and Run Kitty Run tools pull from the
en
folder.
1.3.18 - 2017-06-05
- Notices and third-party software license documentation.
1.3.17 - 2017-05-24
- Directory names in the Windows data extraction batch file.
1.3.16 - 2017-05-16
- Put in build step for OEA, into build script.
1.3.15 - 2017-05-16
- Build setting for OEA
unlock_prev
.
1.3.14 - 2017-05-11
- Build scripts consolidated into a generic OS script.
1.3.13 - 2017-05-11
- Rename
Bio- Mechanics
tool toRun Kitty Run
.
1.3.12 - 2017-05-09
- CSS on
HomeView
/ survey page.
1.3.11 - 2017-05-08
- Update README to include instructions on setting up
sqlite
for session management.
1.3.10 - 2017-04-07
- Revert closing of file pointer when streaming files.
1.3.9 - 2017-04-05
- Use
policequad
repository with latest TISS code, instead ofpolice-quad
.
1.3.8 - 2017-04-04
- Updated
.spec
file forsqlite
. - Change config setting method to use
os.makedirs
.
1.3.7 - 2017-04-04
- Python script to standup the SQLite session DB.
- Change AssetContent streaming to allow for
Accept Range
header. - Change session management to SQLite, instead of Disk.
- Updated OS X and Windows build scripts to manage SQLite DB.
- Updated Travis CI file for SQLite DB.
1.3.6 - 2017-04-03
- Fix OS X and Win build scripts to copy
package.json
to bundle.
1.3.5 - 2017-03-28
- Add acknowledgements in README.
1.3.4:
- Fix windows build script; copy qbank executable.
1.3.3:
- Include OEA and content player configs in this repo.
- Update build scripts to use OEA and content player configs.
1.3.2:
- Minor fixes to tools view/removes multiple scrollbars.
- Fix the z-index of header to appear above tools.
1.3.1:
- Minor fixes to OS X build script.
1.3.0:
- Add session timeout warning modal. Requires
content_player
v1.1.0.
1.2.10:
- Fix the multiple scrollbars.
- Fix the z-index of the unplatform header to appear above content.
- Begins reworking Homeview component for keyboard accessibility.
1.2.9:
- Fix the template copy.
1.2.8:
- Copy template directories on windows build.
1.2.7:
- Remove background image on indidivual tool page.
- Attempt to make tool iframes wider.
1.2.6:
- Add
npm install
command forclient
directory for OEA.
1.2.5:
- Return modules list in natural sorted order.
1.2.4:
- Change how sessions are managed and expire.
- Set default session expiration to 15 minutes of inactivity.
- Update UI components to not store in localstorage.
- Update UI components to redirect to home, if the session expires.
- Remove redundant / permanent "configure school here" link.
1.2.3:
- Refactor how to pull version for web route.
1.2.2:
- Refactor Windows build script to use compile:ui:only command.
1.2.1:
- Fix OS X launcher script to use found qbank executable.
- Account for trailing slash on /oea route.
1.2.0
- merge in TravisCI configuration for automated testing.
1.1.0
- Updated the data extraction script for unplatform to copy the JSON files instead of the .sqlite3 file.
1.0.0
- Initial release with working Windows build script