Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 #100

Merged
merged 16 commits into from
Nov 14, 2023
Merged

v0.4.0 #100

merged 16 commits into from
Nov 14, 2023

Commits on Oct 28, 2023

  1. - bump to version 0.3.6

    - Calendar and Caldav account names are now stored locally to improve performace by limiting calls to API.
    aa-tree committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    dcd71ec View commit details
    Browse the repository at this point in the history
  2. Removed console.log

    aa-tree committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ceda142 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from intri-in/localStorageforCalendarNames

    Local storagefor calendar names
    intri-in authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    42bbf19 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. First Commit - Dexie

    aa-tree committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fefb448 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. - TaskEditor now reads and edits from local Dexie store rather than f…

    …rom server.
    
    - Numerous other changes.
    aa-tree committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b78ef9e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. - Label manager - Update label cache now clears labels before adding.

    - GenericLists.js now gets labels from Dexie and not the server
    - AddTasks.js now gets tasks from Dexie, not the server.
    - CalendarViews now work with Dexie and read from Dexie.
    aa-tree committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f05e818 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. COMMITMESSAGE.md

    aa-tree committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    55c159d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    02f0e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c4026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceaddc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b8981c View commit details
    Browse the repository at this point in the history
  5. - TaskEditor now sends the changes to CalDAV and dismissed. Result is…

    … shown later. Behaviour is consistent with EventEditor.
    
    - Fixed update of Label cache. Labels of "done" tasks are not shown.
    - Moved most of setting variables to localStorage, instead of Cookies.
    - ParentTaskSearch.js now searches Dexie for parent tasks, rather than the API.
    aa-tree committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0d566b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    90a680a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. - Home (/) now displays user calendars and labels from Dexie, rather …

    …than the server.
    
    - Other minor changes.
    aa-tree committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2389377 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. - Fixed Delete Caldav modal not being dismissed on clicking Delete bu…

    …tton.
    
    - Added maintenance options to Settings page
        - User can purge and refetch Events (in case something goes haywire)
    aa-tree committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    b2fd979 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from intri-in/goLocal

    Go local
    intri-in authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d33b142 View commit details
    Browse the repository at this point in the history