Skip to content

Releases: maryvilledev/codesplainUI

Sprint 7 Release

31 May 15:29
Compare
Choose a tag to compare

I. Header change
- Better display when resizing browser

II. Snippets menu is displayed when logged in
- View current user snippets under 'My Snippets'
- View organizational snippets (display owners icon)
- Search menu

III. Avatar Menu
- Ability to import Gists directly from GitHub

IV. Ability to delete snippets
- User can only delete snippets when logged in and own the snippet
- Users can delete organizational snippets

V. Settings button
- Theme picker
Users can customize theme of CodeMirror
- Keymap
Users can enable vim, emacs, and sublime text keybindings
- Delete Buttons
Users can delete snippets that they own and from organizations
they are members of

VI. Annotation Editor
- Moved navigation
- Ability to close the annotation editor
- Write mode for editing
- Preview mode
- Save or Cancel annotations

VII. Redesign filter buttons

Bug Fix

10 May 18:26
Compare
Choose a tag to compare
  • Fixes Save As bug with multiple orgs

Sprint 5 Release

27 Apr 22:00
Compare
Choose a tag to compare
  • Org saving ability
  • Error underline

Deployment Practice

21 Apr 19:11
Compare
Choose a tag to compare

Practice deployment/release of the UI.

Sprint 4 Release

14 Apr 14:29
Compare
Choose a tag to compare
  • User's can view all their snippets
  • Fixed bugs with login
  • Next/Previous snippet button

Sprint 3 Release

31 Mar 13:28
Compare
Choose a tag to compare
  • Removed Heroku/Redis/Express
  • Optimized Highlighting
  • Removed prepackaged python3 parser
  • UI now pulls parsers from S3
  • Added language based syntax highlighting in the annotations
  • Added clear all/select all to filters
  • Added a navigation alert from leaving unsaved data

Sprint 2 Release

17 Mar 21:58
Compare
Choose a tag to compare
  • Refactor highlighting panel
  • Added saving features
  • Markdown Annotations
  • Increased highlighting coverage
  • Added github authentication

Sprint 1 Release

03 Mar 21:53
Compare
Choose a tag to compare
  • Added Python parser
  • Added custom token highlight by filters
  • Added saving thru Redis
  • Allowed pulling in saved snippets
  • Added line based annotations
  • Added Code Mirror to display snippets