mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
7.1 KiB
7.1 KiB
[1.69] - 2020-09-04
- Be more forgiving when parsing the YAML Frontmatter
- Add support for Inline Tags
- Fast dark mode switcher
[1.68] - 2020-08-31
- Make Swipe to Delete Configurable
- Allow Markdown to be previewed from all Editors
- Add Yearly purchase option
[1.67] - 2020-08-19
- Beautify the Purchase Screen
- Note Backlinks: Fix occasional rendering glitches
- Be more relaxed when parsing the YAML
[1.66] - 2020-08-18
- Follow Obsidian's algorithm for resolving WikiLinks
- All custom metadata to be added to each note
[1.65] - 2020-08-14
- Allow the sorting order to be controller
- Fix: Purchasing Pro would sometimes fail
- Fix: Backlinks and actual links were different
[1.64] - 2020-08-12
- Showcase list of Features in Purchase Screen
- Fix: Payment slider being glitchy
- Fix: MetaData Settings page crashing
[1.63] - 2020-08-11
- Resolve Wiki Links the same way as Obsidian
- Support piped WikiLinks format fileName
- Allow 'tags' metadata field to be configured
- Allow 'created' metadata field to be configured
- Fix annoying cursor not showing spaces bug
[1.62] - 2020-07-30
- Allow title metadata to be configured
- Bug: Fix GitJournal sometimes reseting its config
[1.61] - 2020-07-28
- Add Zen Mode
[1.60] - 2020-07-21
- Make sure pro mode is correctly detected
- Ensure notes are never lost when saving
- Support for hardened ssh servers
[1.59] - 2020-07-09
- Render wiki style links
- Avoid blocking the UI when loading Notes
- Improve the pro purchasing screen
[1.58] - 2020-07-04
- Send crash reports to Sentry
- Allow experimental features to be controlled
- Basic support for wiki links word
- Fix Pro mode occasionally not being detected
[1.57] - 2020-06-10
- Better support for auto adding list items when typing
- Bug fix in iOS where notes would no longer be shown
- Improve error handling
[1.56] - 2020-06-04
- Bug fix for Folder Names
- Make it easier to add a new tags
- Allow filenames to be UUID
[1.55] - 2020-06-03
- Add txt file support
- Automatically add list items when editing in markdown
- Better log collection for bug reports
[1.54] - 2020-05-27
- Allow the Git Remote Host to be reset
- Allow the default Image location to be configured
- Experimental support for backlinks
[1.53] - 2020-05-18
- Allow a custom repo to be chosen in the Automatic Git Host Setup
- Make Card View responsive to screen size
- Polished the Debug screen
[1.52] - 2020-05-14
- Added Tags support
- Allow sharing files to GitJournal
- Add App Shortcuts
[1.51] - 2020-05-08
- Add a bottom bar in the NoteEditor to show the Folder
- Add very basic Image support
- Allow sorting by Title and Filename
- Add a Debug screen for users to more easily debug issues
[1.50] - 2020-05-01
- Show num of changes to be pushed
- Follow GitHub's checklist format
- Allow Sharing of Notes
- Allow configuring of default Folder for Journal Editor
- Editor: Show ✕ or ✓ in AppBar depending on if the note has been modified
[1.49] - 2020-04-22
- Allow Pay what you want for Pro version
- Collect better crash information
- Allow folders to be renamed
- Search in filename as well
[1.48] - 2020-04-17
- Cache Network Images
- Allow Markdown View/Edit mode to configured
- Bug: Do not allow / in file names
[1.47] - 2020-04-14
- Added Pro mode
- Improved sync speed by avoiding unnecessary options
- Polishing the UI
[1.46] - 2020-04-02
- Add a Grid View
- Beautify the Cards Folder View
- Show images if path is relative
- Allow linking to other notes
- EditorSelector: Make it prettier
[1.45] - 2020-03-20
- Add an "All Notes" view
- Allow quickly opening a note with a specific editor
- Save the Note type (Checklist/Journal) in the metadata
- Fix validation of custom ssh keys
- Performance improvements for faster loading of Notes
- Add experimental Cards view
[1.44] - 2020-03-11
- Allow the Folder View to be configured
- Faster loading of notes
- BugFix: Notes should update when modified in another repo
[1.43.2] - 2020-03-05
- Optimize the NotesCache
[1.43] - 2020-03-02
- BUG: Fix crash in NotesCache
[1.42] - 2020-03-01
- Add experimental Journal Editor
- Improved loading time
- Remove the FAB
[1.41] - 2020-02-17
- Support custom SSH Keys
- Polish the Checklist Editor
- Allow YAML Metadata to be disabled
[1.40] - 2020-02-16
- Polish the Checklist Editor
- Add emoji support
[1.39] - 2020-02-11
- Add Experimental Checklist Editor
- Performance improvements of about 22%
[1.38] - 2020-02-09
- Allow Note sorting to be configured
- Allow git push frequency to be configured
- Show animations when adding/removing a note
[1.37] - 2020-01-31
- Allow note changes to be discarded
- Do not load too many notes in one go
- Stop the Snackbar from overlapping the FAB
[1.36] - 2020-01-28
- Automatically resolve merge conflicts
- New combined editor / viewer
- Allow Notes to moved to another Folder
[1.35] - 2020-01-27
- Allow notes to be renamed
- Dark Theme improvements
[1.34] - 2020-01-27
- Fix git host setup
[1.33] - 2020-01-25
- Save notes by default with the title as the filename
- Fix bug where notes contents would disappear if app was switched while editing
[1.31] - 2020-01-06
- Allow the modified key in notes to be configured. This improves compatibility with Hugo blog posts, as GitJournal can now update the 'lastmod' field as used by Hugo front matter.
[1.30] - 2020-01-04
- Add support for AWS Code Commit
- Expose the Git Remote in the Settings
[1.28] - 2020-01-02
- Fix: New repo in GitLab fix
[1.28] - 2019-12-28
- Fix: Allow # to be used in the title
[1.27] - 2019-12-27
- Allow Note titles to be specified
- Links can now be opened from Notes
[1.26] - 2019-12-26
- Support Git repos which do not have master branches
- Add scrollbars
- Add a button to show network state
- Fix Folder Navigation
- Split GitJournal into many plugins
- This way more people can build Git based apps
[1.25] - 2019-12-14
- Fix sorting of Notes and Folders
[1.24] - 2019-12-14
- Improve Folder Support
- Folders can now be deleted
- Subfolders can be also created
- Improve markdown support - we now support all of GitHub markdown minus HTML.
- Mark when the note was last modified in the metadata.
- Bug fixes related to datetime parsing and serializaiton.
[1.23] - 2019-12-08
- Massive performance boosts. We aren't just saying that, now notes are loaded asynchronously in the background, and we only re-parse them when necessary.
[1.22] - 2019-12-07
- Improve animations while navigating
- Allow folders to be renamed
[1.21] - 2019-12-06
- Polish Folder support
- Allow new folders to be created
- Make everything look a bit prettier
[1.20] - 2019-12-04
- We now have basic Folder support
- Notes can be managed inside any Folder
- Improve appearance in dark mode
- Bug: Fix ssh key not being regenerated error
[1.18] - 2019-11-02
- Better handling of Markdown files without YAML headers
- Raw Note editing now uses a Monospace Font
- The Settings Screen has been made prettier
- Back button automatically saves the note
- Improved performance by build time caching of constant values
- Bug: Avoid saving notes if not modified