diff --git a/README.md b/README.md index afba486..0ee699e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## 🌟 New release: v0.7.0 🌟 -### Take a look at all the changes [here](https://github.com/iakmds/buhocms/releases/tag/v0.7.0)! +## 🌟 New release: v0.7.1 🌟 +### Take a look at all the changes [here](https://github.com/iakmds/buhocms/releases/tag/v0.7.1)!
diff --git a/installers/AppImage/BuhoCMS.AppDir/org.buhocms.BuhoCMS.desktop b/installers/AppImage/BuhoCMS.AppDir/org.buhocms.BuhoCMS.desktop index a7b3a19..fe3b918 100644 --- a/installers/AppImage/BuhoCMS.AppDir/org.buhocms.BuhoCMS.desktop +++ b/installers/AppImage/BuhoCMS.AppDir/org.buhocms.BuhoCMS.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -X-AppImage-Version=0.7.0 +X-AppImage-Version=0.7.1 Type=Application Name=BuhoCMS diff --git a/installers/AppImage/BuhoCMS.AppDir/usr/share/applications/org.buhocms.BuhoCMS.desktop b/installers/AppImage/BuhoCMS.AppDir/usr/share/applications/org.buhocms.BuhoCMS.desktop index a7b3a19..fe3b918 100644 --- a/installers/AppImage/BuhoCMS.AppDir/usr/share/applications/org.buhocms.BuhoCMS.desktop +++ b/installers/AppImage/BuhoCMS.AppDir/usr/share/applications/org.buhocms.BuhoCMS.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -X-AppImage-Version=0.7.0 +X-AppImage-Version=0.7.1 Type=Application Name=BuhoCMS diff --git a/installers/Debian/BuhoCMS/DEBIAN/control b/installers/Debian/BuhoCMS/DEBIAN/control index 89bfd8e..9686cad 100644 --- a/installers/Debian/BuhoCMS/DEBIAN/control +++ b/installers/Debian/BuhoCMS/DEBIAN/control @@ -1,5 +1,5 @@ Package: buhocms -Version: 0.7.0 +Version: 0.7.1 Architecture: all Essential: no Priority: optional diff --git a/installers/Flatpak/org.buhocms.BuhoCMS.metainfo.xml b/installers/Flatpak/org.buhocms.BuhoCMS.metainfo.xml index 0441cdd..5ddaee7 100644 --- a/installers/Flatpak/org.buhocms.BuhoCMS.metainfo.xml +++ b/installers/Flatpak/org.buhocms.BuhoCMS.metainfo.xml @@ -56,6 +56,18 @@ + + +

Release 0.7.1 of BuhoCMS

+
    +
  • Fix: Opening files inside folders not working
  • +
  • Fix: Not creating Hugo post correctly inside folders
  • +
  • Fix: If existent in front matter, use single/double quotes when saving value
  • +
  • Localization: Fix title in terminal output window not updating
  • +
  • Various other improvements, bug fixes and localization changes
  • +
+
+

Release 0.7.0 of BuhoCMS

diff --git a/installers/Windows/innosetupscript.iss b/installers/Windows/innosetupscript.iss index df46d99..d3e480b 100644 --- a/installers/Windows/innosetupscript.iss +++ b/installers/Windows/innosetupscript.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "BuhoCMS" -#define MyAppVersion "0.7.0" +#define MyAppVersion "0.7.1" #define MyAppPublisher "buhocms.org" #define MyAppURL "https://buhocms.org/" #define MyAppExeName "buhocms.exe" diff --git a/pubspec.yaml b/pubspec.yaml index 5e13391..f885d99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.7.0+9 +version: 0.7.1+10 environment: sdk: '>=2.18.1 <3.0.0'