This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Releases: iakdis/buhocms
Releases · iakdis/buhocms
v0.9.0
v0.8.0
Release 0.8.0 Alpha of BuhoCMS
New
- Change theme to Material 3
Fixes
- Add correct folder path on right click menu when creating new folder
Changes
- UX: Show progress indicator when creating website
- UX: Improve error notice when having a front matter duplicate
- UX: Do not show custom duplicate file dialog when exporting the preferences, use native instead
- UI: Text field/Markdown viewer ratio to 3/2 from 1/2
- UI: Use minimum width in the "Add file" and "Add folder" dialog
- Code: Use int for navigation and file navigation bar width instead of double
Other
- Update screenshots
Full Commit Changelog: v0.7.1...v0.8.0
v0.7.1
Release 0.7.1 Alpha of BuhoCMS
Fixes
- Opening files inside folders not working bba1b49
- Not creating Hugo post correctly inside folders 5fa0811
- If existent in front matter, use single/double quotes when saving value b03d09f
Localization
- Fix title in terminal output window not updating 0185dff
Full Commit Changelog: v0.7.0...v0.7.1
v0.7.0
Release 0.7.0 Alpha of BuhoCMS
New
- 11ty support 🎉 (#17) 52be7c2
- Change SSG specific content folder inside of BuhoCMS 7ebd9e5
- Add editing and settings page buttons to the menu bar 3b50c99
Fixes
- Fix adding front matter when having 0 entries 61130a0
- Add ability for line breaks in recently viewed websites list b51a923
Improvements
- Mobile hamburger menus at width 900 from 600 a6013cd
Full Commit Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1 Alpha
Release 0.6.1 Alpha of BuhoCMS
Fixes
- Open website screen showing grey screen
- Importing preferences not updating navigation bars
Full Commit Changelog: v0.6.0...v0.6.1
v0.6.0 Alpha
Release 0.6.0 Alpha of BuhoCMS
New
- Jekyll is now supported! You can now choose between Hugo and Jekyll inside BuhoCMS 🎉
- Flatpak: The Hugo and Git executables will be removed from the Flatpak. This results in a smaller app size, but you will need to give permission to run the executables on your host system via
flatpak --user override org.buhocms.BuhoCMS --talk-name=org.freedesktop.Flatpak
Fixes
- Fix changing language not updating the settings page 051f2e3
- Set newly created website as most recent website c321369
Improvements
- Remove empty space between menu bar and submenus 9b906dd
- Make Snackbar text selectable bfc628f
- Opening website: Remove redundant 3rd step a4c14b6
- Do not show hidden folders in file view 6a81930
- UI: Remove colored border in the edit front matter dialog 611cb55
- UI: Remove border in various text fields 9ad872c
- UI: Use hintText instead of labelText in the front matter text widget bf5db76
- UI: Reduce minLines from 5 to 1 in the text front matter mode 31afd79
- UI: Show full file name if not a markdown (.md) file 453c4d3
- UI: Show URL instead of button text in some tooltips
- UI: Show a tooltip on the "Remove" button in the recent websites list 454540d
Localization
- Change key "Save path" to "Website path" 010f488
Full Commit Changelog: v0.5.0...v0.6.0
v0.5.0 Alpha
Release 0.5.0 Alpha of BuhoCMS
New
- Markdown Toolbar: Now supporting Shortcuts (like Ctrl+b for bold, Ctrl+i for italic, etc.)
Fixes
- Creating a site: Only clear site preferences, not app preferences a50a7e8
Improvements
- Do not check for unsaved file when changing folder 6924386
- Improve theme legibility: (i) Set dark mode primary color to primary of light mode, (ii) do not use primary color for text on EditingPage, (iii) dark mode: Use white color on TextButtons ef1b38f
- Parse front matter as yaml instead of custom parsing
- Set Hugo theme based on current config file, not app preferences 2492ae2 81e817d
- UI EditFrontmatterList, RevertChanges: limit description width daf5184 aa5de56
- UI Terminal dialog: Improve padding 75be863
Localization
- Localize "Automatically detect" and "Reset" front matter list c0bd9ac
- Change translation key "Add new Frontmatter to list" to "Add new entry" de1481f
Full Commit Changelog: v0.4.0...v0.5.0
v0.4.0 Alpha
Release 0.4.0 Alpha of BuhoCMS
New
- Text field: Ability to resize the text field in the editing page up and down 973e9f4
- Text field: Use 2/3 for text field, 1/3 for markdown preview 62d7556
- Linux: Now available as a Flatpak on Flathub 📦 (https://flathub.org/apps/details/org.buhocms.BuhoCMS)
Fixes
- Markdown viewer text not set when opening app for first time 54de65d
Improvements
- Increase Text field font size in editing page 3006cee
- Snackbar: (i) Always use dark color and (ii) localize dismiss button 1999f5b
- "About" window: Change homepage to buhocms.org from GitHub repo 99fd2a2
- Settings: Do not scroll the theme switch 1bb4212
- Add folder dialog: Use same widgets as in add file 94ef833
Localization
- Localize tooltips for Markdown toolbar buttons
Full Commit Changelog: v0.3.0...v0.4.0
v0.3.0 Alpha
Release 0.3.0 Alpha of BuhoCMS
New
- Auto-Detect Front matter button - a great help for sites with lots of Front matter types f565c93
- Recently opened websites list when opening a site 155a15d
- Terminal output button to view all command logs
- Linux: Now available as a .deb package 📦
Fixes
- Start/Stop Hugo server now works correctly
- Do not remove pathSeparator trailing while typing 9de9b47
- Update Window title correctly 3b2c7f1 f7afc8e
Improvements
- Better "Front matter not found" notice d7345a1
- Themes: Show documentation notice when selecting a theme 01745af
- Show Snackbar messages only when successful
Localization
- Add Chinese 🇨🇳 translation (thanks @jmzdd!)
Other
- Updated screenshots
- Reduced theme selection, new default theme
Full Commit Changelog: v0.2.0...v0.3.0