Compare commits

...

10 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda 6dc2c01325 Revert "Update README.md"
This reverts commit 60311bc714.
2025-07-12 12:41:20 -03:00
Gustavo Henrique Santos Souza de Miranda 860fee2d19 Revert "Fixed the new entry creation flow by prompting for a title if none is set."
This reverts commit b704a524
2025-07-12 12:33:24 -03:00
Gustavo Henrique Santos Souza de Miranda fce47db0f8 Resolved the conflicts 2025-07-12 12:24:37 -03:00
Gustavo Henrique Santos Souza de Miranda 6ab35e680d Merge branch 'fix/create-a-new-entry-on-open' into development
Changed the behaviour to create a new entry when a diary is open a
2025-07-12 12:14:17 -03:00
Gustavo Henrique Santos Souza de Miranda b704a524c8 Fixed the new entry creation flow by prompting for a title if none is set. 2025-07-12 02:55:39 -03:00
Gustavo Henrique Santos Souza de Miranda 63db2517f3 Corrected the behavior to create a new entry upon opening a diary 2025-07-11 17:46:00 -03:00
Gustavo Henrique Miranda 60311bc714
Update README.md
changed the pip install to point to testpypi instead of the pypi and also added a way to get the dependencies from pypi
2025-07-08 18:59:33 -03:00
Gustavo Henrique Santos Souza de Miranda 5657645801 Merge branch 'docs/Update-Changelog' into staging
Added information about the version 0.0.2 and 0.0.3 on the changelog.md
2025-07-08 03:49:41 -03:00
Gustavo Henrique Santos Souza de Miranda 71cb79aa40 Updated `CHANGELOG.md` with release notes for versions 0.0.2 and 0.0.3. 2025-07-08 03:49:01 -03:00
Gustavo Henrique Miranda 7d882b5f21
Merge pull request #31 from gmbrax/fix/binding-not-working
Merge fix/binding-not-working to staging
2025-07-08 03:44:34 -03:00
1 changed files with 11 additions and 1 deletions

View File

@ -16,6 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Export features
- Testing implementation
## [0.0.3] - 2025-07-07
### Changed
- Removed the dependency on textual-dev from pyproject.toml
## [0.0.2] - 2025-07-07
### Changed
- Changed the license in pyproject.toml to BSD
## [0.0.1] - 2025-07-06
### Added
@ -34,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Installation Method 1 not yet implemented
- No testing suite implemented yet
- Some features may be unstable in alpha version
- Some features may be unstable in an alpha version
[Unreleased]: https://github.com/username/pilgrim/compare/v0.0.1...HEAD