Skip to content

Commit

Permalink
Merge pull request #41 from open-spaced-repetition/merge/master
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
Newdea authored Feb 7, 2024
2 parents ce3249b + 65e3160 commit f01e776
Show file tree
Hide file tree
Showing 25 changed files with 3,739 additions and 5,568 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "20"

- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:

steps:
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "20"

- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "20"

- name: Build
id: build
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 - 2023 Stephen Mwangi
Copyright (c) 2021 - 2024 Stephen Mwangi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 14 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fixed open the next note automatically after reviewing another [#582](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/582)
- fixed sidebar doesn't show/update some files. [#393](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/393)

#### Unreleased
#### [1.11.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.0...1.11.1)

- chore: fix README to point to new project board [`#848`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/848)
- chore: update pt-br.ts for Brazilian Portuguese translation [`#765`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/765)
- chore: update dependencies [`#845`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/845)
- Bug 826 auto review next note doesn't work when first note reviewed is not selected from sidebar [`#827`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/827)
- Completion and improvement of `ru` translation. [`#838`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/838)
- [FIX] Bug #841. [`#842`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/842)
- Fix/bug 424 review next cache race [`#821`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/821)
- fix:multiLineTextFinder to handle null return value from find method [`#830`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/830)
- Fixes bug #670 apply label customisation easy/good/hard uniformly across buttons & menu [`#835`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/835)

#### [1.11.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.5...1.11.0)

> 9 January 2024
- Bump version to v1.11.0 [`#832`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/832)
- chore: Update dependencies [`#824`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/824)
- Support richer set of flashcard ordering during review [`#820`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/820)
- Bug 800/812 nested lists indentation [`#818`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/818)
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
"deepcopy": "^2.1.0",
"fsrs.js": "^1.2.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/node": "^20.11.2",
"@types/vhtml": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@wdio/cli": "^8.27.1",
"@wdio/local-runner": "^8.27.0",
"@wdio/mocha-framework": "^8.27.0",
"@wdio/spec-reporter": "^8.27.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@wdio/cli": "^8.27.2",
"@wdio/local-runner": "^8.27.2",
"@wdio/mocha-framework": "^8.27.2",
"@wdio/spec-reporter": "^8.27.2",
"auto-changelog": "^2.4.0",
"builtin-modules": "^3.3.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"esbuild": "~0.19.11",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expect-message": "^1.1.3",
"moment": "^2.30.1",
"obsidian": "^1.4.11",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"ts-jest": "^29.1.1",
"tslib": "2.6.1",
"typescript": "5.1.6",
Expand Down
Loading

0 comments on commit f01e776

Please sign in to comment.