Skip to content

Commit

Permalink
doc: update changelog (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 3, 2024
1 parent e3186c3 commit 2b24db5
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,79 +7,101 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- (lib) Added the serialization/deserialization feature. [(#179)](https://github.com/pythonbrad/afrim/pull/179) & [(#181)](https://github.com/pythonbrad/afrim/pull/181)

### Changed
- Small refactor to improve the codebase. [(#163)](https://github.com/pythonbrad/afrim/pull/163)

- (lib) Refactor to improve the code readability. [(#163)](https://github.com/pythonbrad/afrim/pull/163) & [(#176)](https://github.com/pythonbrad/afrim/pull/176)

### Fixed

- Issue with the overwritting of the autocapitalization. [(#183)](https://github.com/pythonbrad/afrim/pull/#183)
- (lib) Incomplete extension of the wasm support. [(#146)](https://github.com/pythonbrad/afrim/pull/146)

## [0.5.3] - 2024-01-31

### Added

- Update dependencies. [(#144)](https://github.com/pythonbrad/afrim/pull/144)
- (lib) Extension of the wasm support. [(#142)](https://github.com/pythonbrad/afrim/pull/142)

## [0.5.2] - 2023-11-11

### Fixed

- (lib) Improve the translation system. [(#127)](https://github.com/pythonbrad/afrim/pull/127)

## [0.5.1] - 2023-11-10

### Fixed

- Fixed autocompletion in inhibit mode. [(#122)](https://github.com/pythonbrad/afrim/pull/122)

### Added

- (lib) Support for wasm (limited to the core). [(#120)](https://github.com/pythonbrad/afrim/pull/120)

## [0.5.0] - 2023-10-24

### Added

- Execution of afrim in test only mode. [(#93)](https://github.com/pythonbrad/afrim/pull/93)
- Auto-correction. [(#102)](https://github.com/pythonbrad/afrim/pull/102)
- Full immersion mode for non-latin languages. [(#111)](https://github.com/pythonbrad/afrim/pull/111)

### Changed

- Change the project name . [(#112)](https://github.com/pythonbrad/afrim/pull/112)
- Make afrim more modular (service, config, memory, ...). [(#99)](https://github.com/pythonbrad/afrim/pull/99)

### Fixed

- Update afrim special keys. [(#104)](https://github.com/pythonbrad/afrim/pull/104)

## [0.4.0] - 2023-09-16

### Added

- Extension scripting via the Rhai scripting language. [(#68)](https://github.com/pythonbrad/afrim/pull/68)
- Predication system. [(#72)](https://github.com/pythonbrad/afrim/pull/72) & [(#75)](https://github.com/pythonbrad/afrim/pull/75)
- Added a proper way to verify when the cursor is empty in the library. [(#86)](https://github.com/pythonbrad/afrim/pull/86)

### Changed

- Split afrim into separate components (processor and translator). [(#72)](https://github.com/pythonbrad/afrim/pull/72)

### Fixed

- Restricted the auto_capitalize by configuration file. [(#79)](https://github.com/pythonbrad/afrim/pull/79)
- Improved sequence detection. [(#74)](https://github.com/pythonbrad/afrim/pull/74)
- Improved error handling and made it more understandable. [(#69)](https://github.com/pythonbrad/afrim/pull/69)

## [0.3.1] - 2023-08-13

### Added

- Implement the auto capitalization. [(#56)](https://github.com/pythonbrad/afrim/pull/56)

### Fixed

- Improve the pause/resume way via double pressing of CTRL key. [(#54)](https://github.com/pythonbrad/afrim/pull/54)

### Removed

- Drop function key F1-12 which was reserved for special purposes. [(#62)](https://github.com/pythonbrad/afrim/pull/62)

## [0.3.0] - 2023-06-02

### Added

- Reserved function key F1-12 for special purposes. [(#52)](https://github.com/pythonbrad/afrim/pull/52)
- Add a pause/resume way via double pressing of CTRL key [(#50)](https://github.com/pythonbrad/afrim/pull/50) & [(#49)](https://github.com/pythonbrad/afrim/pull/49)

### Fixed
- (lib) Problem of endless sequence [(#44)](https://github.com/pythonbrad/afrim/pull/44)

- (lib) Problem of endless sequence [(#44)](https://github.com/pythonbrad/afrim/pull/44)
- Correct problem of excessive backspace [(#43)](https://github.com/pythonbrad/afrim/pull/43)
- The Capslock key don't reset the cursor [(#45)](https://github.com/pythonbrad/afrim/pull/45)

Expand Down

0 comments on commit 2b24db5

Please sign in to comment.