mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Spelling corrections (#229)
This commit is contained in:
@@ -126,7 +126,7 @@ For example, many feature instructions may first require the user to navigate to
|
||||
> "Click on 'Settings' in the sidebar"
|
||||
> [inserted image of the settings button in the sidebar]
|
||||
|
||||
In this case the relavent screenshot is found at `/static/img/elements/sidebar/sidebar-settings@2x.png`, along with all other possible menu selections in the sidebar.
|
||||
In this case the relevant screenshot is found at `/static/img/elements/sidebar/sidebar-settings@2x.png`, along with all other possible menu selections in the sidebar.
|
||||
|
||||
If there's an image missing from any of the respective folders in `elements/`, feel free to add one yourself following the same naming scheme.
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ Version: 23.1.12
|
||||
- [#429](https://github.com/actualbudget/actual/pull/429) prune: remove unused icons — thanks @MatissJanis
|
||||
- [#431](https://github.com/actualbudget/actual/pull/431) prune: remove unused variables — thanks @MatissJanis
|
||||
- [#434](https://github.com/actualbudget/actual/pull/434) Split the Settings component into multiple files — thanks @j-f1
|
||||
- [#437](https://github.com/actualbudget/actual/pull/437) chore: remove unsed vars & cleanups — thanks @MatissJanis
|
||||
- [#437](https://github.com/actualbudget/actual/pull/437) chore: remove unused vars & cleanups — thanks @MatissJanis
|
||||
- [#439](https://github.com/actualbudget/actual/pull/439) docs: add netlify as sponsors to README — thanks @MatissJanis
|
||||
- [#442](https://github.com/actualbudget/actual/pull/442) 🔥 removal of react-native mobile apps — thanks @MatissJanis
|
||||
- [#443](https://github.com/actualbudget/actual/pull/443) ⬆️ upgrade prettier and fix new issues — thanks @MatissJanis
|
||||
|
||||
@@ -34,7 +34,7 @@ Version: 23.2.5
|
||||
- [#475](https://github.com/actualbudget/actual/pull/475) Add support for filtering the rules list — thanks @j-f1
|
||||
- [#482](https://github.com/actualbudget/actual/pull/482) Add option to control the "cleared state" in Rules — thanks @shall0pass
|
||||
- [#569](https://github.com/actualbudget/actual/pull/569) List of categories in transfer money dialog — thanks @shall0pass
|
||||
- [#570](https://github.com/actualbudget/actual/pull/570) Use navigitor.userAgent to determine isMobile — thanks @shall0pass
|
||||
- [#570](https://github.com/actualbudget/actual/pull/570) Use navigator.userAgent to determine isMobile — thanks @shall0pass
|
||||
- [#573](https://github.com/actualbudget/actual/pull/573) Goal templates — thanks @shall0pass
|
||||
- [#579](https://github.com/actualbudget/actual/pull/579) Add 'View on Hover' to Category Notes for #563 — thanks @gsumpster
|
||||
- [#580](https://github.com/actualbudget/actual/pull/580) Added date to export file name — thanks @rich-howell
|
||||
@@ -56,7 +56,7 @@ Version: 23.2.5
|
||||
- [#489](https://github.com/actualbudget/actual/pull/489) Fix “Repair split transactions” button being missing — thanks @j-f1
|
||||
- [#490](https://github.com/actualbudget/actual/pull/490) 🐛 (ynab4) transaction cleared state in imports — thanks @MatissJanis
|
||||
- [#574](https://github.com/actualbudget/actual/pull/574) Fix #488 — thanks @MatissJanis
|
||||
- [#572](https://github.com/actualbudget/actual/pull/572) fix: typo in reconcilation transaction creation — thanks @MatissJanis
|
||||
- [#572](https://github.com/actualbudget/actual/pull/572) fix: typo in reconciliation transaction creation — thanks @MatissJanis
|
||||
- [#591](https://github.com/actualbudget/actual/pull/591) Allow libofx to handle decoding imported files — thanks @j-f1
|
||||
- [#592](https://github.com/actualbudget/actual/pull/592) Update SelectedBalance to use useSheetValue — thanks @j-f1
|
||||
- [#599](https://github.com/actualbudget/actual/pull/599) Don’t crash when loading an invalid account ID — thanks @j-f1
|
||||
|
||||
@@ -66,7 +66,7 @@ Version: 23.5.0
|
||||
- [#962](https://github.com/actualbudget/actual/pull/962) TypeScript: migrated an assortment of common components to TS — thanks @MatissJanis
|
||||
- [#974](https://github.com/actualbudget/actual/pull/974) eslint: Switch to TypeScript-aware `no-unused-vars` rule. — thanks @trevdor
|
||||
- [#976](https://github.com/actualbudget/actual/pull/976) Remove unused `prop-types` dependency — thanks @MatissJanis
|
||||
- [#977](https://github.com/actualbudget/actual/pull/977) Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't realiably work — thanks @MatissJanis
|
||||
- [#977](https://github.com/actualbudget/actual/pull/977) Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't reliably work — thanks @MatissJanis
|
||||
- [#978](https://github.com/actualbudget/actual/pull/978) Contributors: add back Rich, add also Alberto — thanks @MatissJanis
|
||||
- [#980](https://github.com/actualbudget/actual/pull/980) Run feature-request management github action when the "feature" label is added — thanks @MatissJanis
|
||||
- [#982](https://github.com/actualbudget/actual/pull/982) Run feature-request management github action only once and for the "feature" label only (not for other labels) — thanks @MatissJanis
|
||||
|
||||
@@ -62,7 +62,7 @@ Version: 23.7.0
|
||||
- [#1127](https://github.com/actualbudget/actual/pull/1127) Nordigen: do not perform status check if server is offline — thanks @MatissJanis
|
||||
- [#1128](https://github.com/actualbudget/actual/pull/1128) Nordigen: fix first-time setup flow when started in the accounts page — thanks @MatissJanis
|
||||
- [#1133](https://github.com/actualbudget/actual/pull/1133) Nordigen: fix bank-sync expiry functionality — thanks @MatissJanis
|
||||
- [#1136](https://github.com/actualbudget/actual/pull/1136) Fix "find schedules" page crashing if interction is made before loading data finishes — thanks @MatissJanis
|
||||
- [#1136](https://github.com/actualbudget/actual/pull/1136) Fix "find schedules" page crashing if interaction is made before loading data finishes — thanks @MatissJanis
|
||||
- [#1139](https://github.com/actualbudget/actual/pull/1139) Remove redundant usage of 'export' keyword — thanks @Shazib
|
||||
- [#1140](https://github.com/actualbudget/actual/pull/1140) Automatically remove a trailing slash from server URLs before saving them — thanks @j-f1
|
||||
- [#1144](https://github.com/actualbudget/actual/pull/1144) Revert “Make number parsing agnostic to decimal and thousands separators” because it produced undesirable behavior — thanks @j-f1
|
||||
|
||||
@@ -12,6 +12,6 @@ As some of you may have noticed a lot of the URL's for our documentation, offici
|
||||
- Documentation now lives at [https://actualbudget.org/docs](https://actualbudget.org/docs)
|
||||
- Our demo instance of actual can be found at [https://demo.actualbudget.org](https://demo.actualbudget.org)
|
||||
|
||||
The website is powered by the same static site generator as the documentation, in fact it is the same instance, we have added a custom home page allowing us to continue using Docasaurus as our static site generator, the great thing about this is that is keeps everything Open Source, including all the blog posts.
|
||||
The website is powered by the same static site generator as the documentation, in fact it is the same instance, we have added a custom home page allowing us to continue using Docusaurus as our static site generator, the great thing about this is that is keeps everything Open Source, including all the blog posts.
|
||||
|
||||
Talking of the blog, this change will introduce a blog feed, you can find that [here](https://actualbudget.org/blog/rss.xml) if you are looking for posts specific to releases you can have a look at the [release tag](https://actualbudget.org/blog/tags/release) historical releases will be added as posts over the coming days.
|
||||
|
||||
@@ -103,6 +103,6 @@ Nordigen
|
||||
|
||||
**Automatic Bank Sync**
|
||||
|
||||
At this moment, it is not yet possible for Actual to automatically sync with your bank. You need to do this manually by going to "All Acounts" and pressing "Sync".
|
||||
At this moment, it is not yet possible for Actual to automatically sync with your bank. You need to do this manually by going to "All Accounts" and pressing "Sync".
|
||||
|
||||

|
||||
|
||||
@@ -84,4 +84,4 @@ Try to phrase your message as a command, e.g. "Add option to include exchange ra
|
||||
|
||||
The goal of the UI is to be minimalistic, but expose more advanced features progressively as the user interacts with the product (for example: the notes button is not visible by default if an account has no notes, but it becomes persistent visible if there are notes). We advocate for a similar approach in other places too. We are against adding a button/user setting for every little piece of UI (sizes, paddings, margins, etc.) as that goes against this simple design philosophy.
|
||||
|
||||
The settings screen needs to also remain a place where core settings lives, we don't really want to have a myriad of options in here for each and every setting within the UI, doing that makes the code un-managable for future contributors and clutters up and confuses things for the users of Actual Budget.
|
||||
The settings screen needs to also remain a place where core settings lives, we don't really want to have a myriad of options in here for each and every setting within the UI, doing that makes the code un-manageable for future contributors and clutters up and confuses things for the users of Actual Budget.
|
||||
|
||||
@@ -34,7 +34,7 @@ npm publish
|
||||
|
||||
### Versioning strategy
|
||||
|
||||
We used to version according to the date when the release was made. For example: if a release was cut on 02-10-2022, then the release number was `22.10.2`. This posed some challenges if critical bugs were spotted after the release. It meant we had to wait for the next day to cut a new relase.
|
||||
We used to version according to the date when the release was made. For example: if a release was cut on 02-10-2022, then the release number was `22.10.2`. This posed some challenges if critical bugs were spotted after the release. It meant we had to wait for the next day to cut a new release.
|
||||
|
||||
Starting from `v23.3.x` we changed how we version Actual by keeping the core philosophy the same. The new versioning strategy is: include the year and month of the release in the version number. But for minor version numbers: start at `0` and increment by +1 for each subsequent bug-fix release.
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ If you have already created files, after logging in Actual will show you all the
|
||||
|
||||
## End-to-end encryption
|
||||
|
||||
In addition to the requirement to enter your password before the Actual server will allow you to access your budget, you can optionally enable end-to-end encryption. This will mean that you’ll have to enter a second password to access the budget, and that the server will no longer be able to access your budget information. On the one hand, this improves security if you’re worried that someone else will have access to the server’s file or if you don’t trust the server to check the password correctly (that said, we have done our best to make the server secure). On the other hand, you **will not be able to recover your data if you forget your encyrption password**. If you forget the encryption password and you still have a copy of your data locally, you can reset your key which will do a [sync reset](#what-does-resetting-sync-mean) and generate a new key.
|
||||
In addition to the requirement to enter your password before the Actual server will allow you to access your budget, you can optionally enable end-to-end encryption. This will mean that you’ll have to enter a second password to access the budget, and that the server will no longer be able to access your budget information. On the one hand, this improves security if you’re worried that someone else will have access to the server’s file or if you don’t trust the server to check the password correctly (that said, we have done our best to make the server secure). On the other hand, you **will not be able to recover your data if you forget your encryption password**. If you forget the encryption password and you still have a copy of your data locally, you can reset your key which will do a [sync reset](#what-does-resetting-sync-mean) and generate a new key.
|
||||
|
||||
End-to-end encryption offers the ability for you to generate a key based on a password and encrypt it so that hosted services can't read the data. Before your data leaves your device, it is encrypted using keys only you have.
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ Version: 23.7.0
|
||||
- [#1127](https://github.com/actualbudget/actual/pull/1127) Nordigen: do not perform status check if server is offline — thanks @MatissJanis
|
||||
- [#1128](https://github.com/actualbudget/actual/pull/1128) Nordigen: fix first-time setup flow when started in the accounts page — thanks @MatissJanis
|
||||
- [#1133](https://github.com/actualbudget/actual/pull/1133) Nordigen: fix bank-sync expiry functionality — thanks @MatissJanis
|
||||
- [#1136](https://github.com/actualbudget/actual/pull/1136) Fix "find schedules" page crashing if interction is made before loading data finishes — thanks @MatissJanis
|
||||
- [#1136](https://github.com/actualbudget/actual/pull/1136) Fix "find schedules" page crashing if interaction is made before loading data finishes — thanks @MatissJanis
|
||||
- [#1139](https://github.com/actualbudget/actual/pull/1139) Remove redundant usage of 'export' keyword — thanks @Shazib
|
||||
- [#1140](https://github.com/actualbudget/actual/pull/1140) Automatically remove a trailing slash from server URLs before saving them — thanks @j-f1
|
||||
- [#1144](https://github.com/actualbudget/actual/pull/1144) Revert “Make number parsing agnostic to decimal and thousands separators” because it produced undesirable behavior — thanks @j-f1
|
||||
@@ -286,7 +286,7 @@ Version: 23.5.0
|
||||
- [#962](https://github.com/actualbudget/actual/pull/962) TypeScript: migrated an assortment of common components to TS — thanks @MatissJanis
|
||||
- [#974](https://github.com/actualbudget/actual/pull/974) eslint: Switch to TypeScript-aware `no-unused-vars` rule. — thanks @trevdor
|
||||
- [#976](https://github.com/actualbudget/actual/pull/976) Remove unused `prop-types` dependency — thanks @MatissJanis
|
||||
- [#977](https://github.com/actualbudget/actual/pull/977) Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't realiably work — thanks @MatissJanis
|
||||
- [#977](https://github.com/actualbudget/actual/pull/977) Make `yarn start:browser` the default `start` command instead of `start:desktop` which currently doesn't reliably work — thanks @MatissJanis
|
||||
- [#978](https://github.com/actualbudget/actual/pull/978) Contributors: add back Rich, add also Alberto — thanks @MatissJanis
|
||||
- [#980](https://github.com/actualbudget/actual/pull/980) Run feature-request management github action when the "feature" label is added — thanks @MatissJanis
|
||||
- [#982](https://github.com/actualbudget/actual/pull/982) Run feature-request management github action only once and for the "feature" label only (not for other labels) — thanks @MatissJanis
|
||||
@@ -762,7 +762,7 @@ Version: 23.2.5
|
||||
- [#475](https://github.com/actualbudget/actual/pull/475) Add support for filtering the rules list — thanks @j-f1
|
||||
- [#482](https://github.com/actualbudget/actual/pull/482) Add option to control the "cleared state" in Rules — thanks @shall0pass
|
||||
- [#569](https://github.com/actualbudget/actual/pull/569) List of categories in transfer money dialog — thanks @shall0pass
|
||||
- [#570](https://github.com/actualbudget/actual/pull/570) Use navigitor.userAgent to determine isMobile — thanks @shall0pass
|
||||
- [#570](https://github.com/actualbudget/actual/pull/570) Use navigator.userAgent to determine isMobile — thanks @shall0pass
|
||||
- [#573](https://github.com/actualbudget/actual/pull/573) Goal templates — thanks @shall0pass
|
||||
- [#579](https://github.com/actualbudget/actual/pull/579) Add 'View on Hover' to Category Notes for #563 — thanks @gsumpster
|
||||
- [#580](https://github.com/actualbudget/actual/pull/580) Added date to export file name — thanks @rich-howell
|
||||
@@ -784,7 +784,7 @@ Version: 23.2.5
|
||||
- [#489](https://github.com/actualbudget/actual/pull/489) Fix “Repair split transactions” button being missing — thanks @j-f1
|
||||
- [#490](https://github.com/actualbudget/actual/pull/490) 🐛 (ynab4) transaction cleared state in imports — thanks @MatissJanis
|
||||
- [#574](https://github.com/actualbudget/actual/pull/574) Fix #488 — thanks @MatissJanis
|
||||
- [#572](https://github.com/actualbudget/actual/pull/572) fix: typo in reconcilation transaction creation — thanks @MatissJanis
|
||||
- [#572](https://github.com/actualbudget/actual/pull/572) fix: typo in reconciliation transaction creation — thanks @MatissJanis
|
||||
- [#591](https://github.com/actualbudget/actual/pull/591) Allow libofx to handle decoding imported files — thanks @j-f1
|
||||
- [#592](https://github.com/actualbudget/actual/pull/592) Update SelectedBalance to use useSheetValue — thanks @j-f1
|
||||
- [#599](https://github.com/actualbudget/actual/pull/599) Don’t crash when loading an invalid account ID — thanks @j-f1
|
||||
@@ -870,7 +870,7 @@ Version: 23.1.12
|
||||
- [#429](https://github.com/actualbudget/actual/pull/429) prune: remove unused icons — thanks @MatissJanis
|
||||
- [#431](https://github.com/actualbudget/actual/pull/431) prune: remove unused variables — thanks @MatissJanis
|
||||
- [#434](https://github.com/actualbudget/actual/pull/434) Split the Settings component into multiple files — thanks @j-f1
|
||||
- [#437](https://github.com/actualbudget/actual/pull/437) chore: remove unsed vars & cleanups — thanks @MatissJanis
|
||||
- [#437](https://github.com/actualbudget/actual/pull/437) chore: remove unused vars & cleanups — thanks @MatissJanis
|
||||
- [#439](https://github.com/actualbudget/actual/pull/439) docs: add netlify as sponsors to README — thanks @MatissJanis
|
||||
- [#442](https://github.com/actualbudget/actual/pull/442) 🔥 removal of react-native mobile apps — thanks @MatissJanis
|
||||
- [#443](https://github.com/actualbudget/actual/pull/443) ⬆️ upgrade prettier and fix new issues — thanks @MatissJanis
|
||||
|
||||
Reference in New Issue
Block a user